mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-yattag: Update to 1.16.1.
* gnu/packages/python-xyz.scm (python-yattag): Update to 1.16.1. Improve package style. [build-system]: Swap to pyrpject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: Id5c40e89ab6756e6ced22e84c844e37f416233d3
This commit is contained in:
parent
b918cfe406
commit
ec1df832c8
1 changed files with 10 additions and 5 deletions
|
@ -38842,18 +38842,23 @@ (define-public python-markdown-strings
|
|||
(define-public python-yattag
|
||||
(package
|
||||
(name "python-yattag")
|
||||
(version "1.15.1")
|
||||
(version "1.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "yattag" version))
|
||||
(sha256
|
||||
(base32 "05p4dgdp8wwvnsvcv7n4zn8k602w345kw4vq67s9d792w55sa3wn"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "1x2is0lkpywvqaayc21n1cvfbq0havzx46i83033wpgawxag5a5s"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://www.yattag.org/")
|
||||
(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/")
|
||||
"Yattag is a Python library for generating HTML or XML in a pythonic
|
||||
way.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public python-zbarlight
|
||||
|
|
Loading…
Reference in a new issue