mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-yattag.
* gnu/packages/python-xyz.scm (python-yattag): New variable.
This commit is contained in:
parent
2d24ba34ed
commit
e970f72cb1
1 changed files with 17 additions and 0 deletions
|
@ -33990,6 +33990,23 @@ functions
|
||||||
markdown-compliant strings.")
|
markdown-compliant strings.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-yattag
|
||||||
|
(package
|
||||||
|
(name "python-yattag")
|
||||||
|
(version "1.15.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "yattag" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "05p4dgdp8wwvnsvcv7n4zn8k602w345kw4vq67s9d792w55sa3wn"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(synopsis "HTML or XML generator for Python")
|
||||||
|
(description
|
||||||
|
"Yattag is a Python library for generating HTML or XML in a pythonic way.")
|
||||||
|
(home-page "https://www.yattag.org/")
|
||||||
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public python-zbarlight
|
(define-public python-zbarlight
|
||||||
(package
|
(package
|
||||||
(name "python-zbarlight")
|
(name "python-zbarlight")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue