summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-07-18 03:54:04 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:26 +0100
commitb4d7cb509811a31be34a1a11d4cdb6e396ee851b (patch)
tree58ab2895cf2afd8e3e97825da51a3edafccb9803 /gnu/packages/python-web.scm
parent159d81c9a0e998b3376966d015cc466ab4176a36 (diff)
gnu: python-html5tagger: Update to 2.0.0.
* gnu/packages/python-web.scm (python-html5tagger): Update to 2.0.0. [native-inputs]: Remove python-setuptools, python-setuptools-scm, and python-wheel; add python-hatch-vcs and python-hatchling. Relates-to: guix/guix!10013 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e8fe85bd5f1..0126ef2106c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4986,18 +4986,18 @@ parse times that can be a thirtieth of the html5lib parse times.")
4986(define-public python-html5tagger 4986(define-public python-html5tagger
4987 (package 4987 (package
4988 (name "python-html5tagger") 4988 (name "python-html5tagger")
4989 (version "1.3.0") 4989 (version "2.0.0")
4990 (source (origin 4990 (source (origin
4991 (method url-fetch) 4991 (method url-fetch)
4992 (uri (pypi-uri "html5tagger" version)) 4992 (uri (pypi-uri "html5tagger" version))
4993 (sha256 4993 (sha256
4994 (base32 4994 (base32
4995 "1acd1a4f66gi4plqnsml7cf33qp83mxsnmnqpdwkpj7597xkvyl4")))) 4995 "090nmjhr0yj3x5iy9zmbmv07dpxn234dqpi2lglk0fa4aj83rvhd"))))
4996 (build-system pyproject-build-system) 4996 (build-system pyproject-build-system)
4997 (arguments 4997 (arguments
4998 (list #:tests? #f)) ;no tests in PyPI or Git 4998 (list #:tests? #f)) ;no tests in PyPI or Git
4999 (native-inputs 4999 (native-inputs
5000 (list python-setuptools python-setuptools-scm python-wheel)) 5000 (list python-hatch-vcs python-hatchling))
5001 (home-page "https://github.com/sanic-org/html5tagger") 5001 (home-page "https://github.com/sanic-org/html5tagger")
5002 (synopsis "Create HTML documents from Python") 5002 (synopsis "Create HTML documents from Python")
5003 (description 5003 (description