summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-01 20:16:52 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-02 23:16:27 +0100
commitc8cc6971ad2582b78e92fd13595d823320b26bda (patch)
tree191418cb149da79fa08953f73429d82603ac5173 /gnu/packages/python-xyz.scm
parent9c7bd3397509fa3a0bc317761f38531066254fa2 (diff)
gnu: Add python-textual-1.
* gnu/packages/python-xyz.scm (python-textual-1): New variable. Change-Id: Id346d9746531dcc13375390e24f9f5aa81718363
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2cea3e7233..4d5bd545d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21859,6 +21859,23 @@ 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")