summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-12-23 14:07:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 14:55:11 +0000
commite7187c72801dcc05723f0654e668cc6b853ea1bb (patch)
tree61144ee1971d23772fcbc2676b635578810faeac /gnu/packages
parent17ba7430d2fea5775f4cfecf2ec76f86bd391a8f (diff)
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4ec70947082..08f2d9873b8 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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.