mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add python-html5tagger.
* gnu/packages/python-web.scm (python-html5tagger): New variable.
This commit is contained in:
parent
353f58db51
commit
b2467d2354
1 changed files with 20 additions and 0 deletions
|
@ -1725,6 +1725,26 @@ (define-public python-html5-parser
|
||||||
;; indicate ASL2.0, including the LICENSE file for the whole project.
|
;; indicate ASL2.0, including the LICENSE file for the whole project.
|
||||||
(license (list license:asl2.0 license:gpl3))))
|
(license (list license:asl2.0 license:gpl3))))
|
||||||
|
|
||||||
|
(define-public python-html5tagger
|
||||||
|
(package
|
||||||
|
(name "python-html5tagger")
|
||||||
|
(version "1.3.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "html5tagger" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1acd1a4f66gi4plqnsml7cf33qp83mxsnmnqpdwkpj7597xkvyl4"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools-scm))
|
||||||
|
(home-page "https://github.com/sanic-org/html5tagger")
|
||||||
|
(synopsis "Create HTML documents from Python")
|
||||||
|
(description
|
||||||
|
"@code{html5tagger} provides a simplified HTML5 syntax that can
|
||||||
|
be written directly in Python without templates.")
|
||||||
|
(license license:unlicense)))
|
||||||
|
|
||||||
(define-public python-minio
|
(define-public python-minio
|
||||||
(package
|
(package
|
||||||
(name "python-minio")
|
(name "python-minio")
|
||||||
|
|
Loading…
Reference in a new issue