mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-textual-1.
* gnu/packages/python-xyz.scm (python-textual-1): New variable. Change-Id: Id346d9746531dcc13375390e24f9f5aa81718363
This commit is contained in:
parent
9c7bd33975
commit
c8cc6971ad
1 changed files with 17 additions and 0 deletions
|
@ -21859,6 +21859,23 @@ customization required.")
|
||||||
for Python inspired by modern web development.")
|
for Python inspired by modern web development.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-magic
|
||||||
(package
|
(package
|
||||||
(name "python-magic")
|
(name "python-magic")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue