mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
627ae9efa6
commit
ac3499aaec
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue