mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-htmlmin: Switch to pyproject.
* gnu/packages/python-web.scm (python-htmlmin): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I3321c67fce869bdb69917b9cefa32b5577da3be1 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
17ba7430d2
commit
e7187c7280
1 changed files with 3 additions and 2 deletions
|
|
@ -7911,9 +7911,10 @@ specs from your Flask-Restful projects.")
|
|||
(sha256
|
||||
(base32
|
||||
"0y51xhabw6x8jk8k93xl8vznshpz3jb6l28075r5sjip613fzhah"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests
|
||||
(build-system python-build-system)
|
||||
(list #:tests? #f)) ; no tests
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://htmlmin.readthedocs.org/en/latest/")
|
||||
(synopsis "HTML minifier")
|
||||
(description "@code{htmlmin} is an HTML minifier that just works.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue