mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-jsmin: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-jsmin): Switch to pyproject-build-system. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ica4fc8d47b84c38f1beb0a887ef207cf5b8379a7 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
79767ce7aa
commit
91a164d588
@@ -7913,7 +7913,10 @@ It comes with safe defaults and easily configurable options.")
|
||||
(sha256
|
||||
(base32
|
||||
"1z1brjsvni0260bypldkl8a05sgp0qk18x560zl44igr3q99m5f0"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://github.com/tikitu/jsmin/")
|
||||
(synopsis "Python JavaScript minifier")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user