mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zipfly: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-zipfly)[build-system]: Use pyproject-build-system. [arguments]: Add '#:tests? #f'. [native-inputs]: Add python-setuptools, python-wheel. [home-page]: Use HTTPS. Change-Id: I2df22c529ce6b43399eaeb63f6072dbe826f3052
This commit is contained in:
parent
56dbb54917
commit
47948f47f9
1 changed files with 5 additions and 2 deletions
|
@ -16058,8 +16058,11 @@ command pipeline functionality.")
|
|||
(sha256
|
||||
(base32
|
||||
"1h7g922a8lsqd69j8blgcgg0lcd8kz51b2p4glfqmgx4vi1nkick"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://github.com/sandes/zipfly")
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/sandes/zipfly")
|
||||
(synopsis "Zip archive generator")
|
||||
(description "ZipFly is a zip archive generator. It was created to
|
||||
generate very large zip archives for immediate sending out to clients, or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue