summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-14 22:05:55 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-14 22:05:55 +0100
commit5e19b74b06a59fad2047492be08417867ea2dd32 (patch)
tree73fb1a2b86ca94fe4ece5afe11526f81f7e35cb7 /gnu/packages/python-xyz.scm
parentf0bb63bed89e4c736dd9a9b0da0519cae00b93e8 (diff)
gnu: Remove python-textual-1.
* gnu/packages/python-xyz.scm (python-textual-1): Delete variable. Change-Id: I7882072c8e4a8bc1715c5b51c7cfdd6705e2a565
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm17
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4451f8078ad..1e6ab0d362c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22190,23 +22190,6 @@ customization required.")
for Python inspired by modern web development.")
(license license:expat)))
-;; For cobib@5.3.0; there is a condition in requirements: textual>=1.0,<2.0.
-(define-public python-textual-1
- (hidden-package
- (package
- (inherit python-textual)
- (name "python-textual")
- (version "1.0.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Textualize/textual")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "14s45p82ajak115lrkc6vwf5v1w7721sfmipykb7vx9a947594yy")))))))
-
(define-public python-magic
(package
(name "python-magic")