gnu: python-sgmllib3k: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-sgmllib3k):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: I5ab71338111a755dbff5b97f719bade19f7ac262
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-11-21 21:21:32 +01:00 committed by Sharlatan Hellseher
parent 627ae9efa6
commit ac3499aaec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -32992,7 +32992,8 @@ supports x86_64 instructions up to AVX-512 and SHA.")
(base32
"0bzf6pv85dzfxfysm6zbj8m40hp0xzr9h8qlk4hp3nmy88rznqvr"))
(patches (search-patches "python-sgmllib3k-assertions.patch"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/hsoft/sgmllib")
(synopsis "Python 3 port of sgmllib")
(description "This package provides an unmaintained port of sgmllib to