mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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 @@ (define-public python-markdown-strings
|
|||
markdown-compliant strings.")
|
||||
(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
|
||||
(package
|
||||
(name "python-zbarlight")
|
||||
|
|
Loading…
Reference in a new issue