mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: python-zipstream-new: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-zipstream-new)[build-system]: Switch to pyproject-build-system. [arguments] <test-backend>: Use 'unittest. [native-inputs]: Remove python-nose; add python-setuptools. Change-Id: If57ae0a3fc203e76335c2da2d7718c6f9f81e3f9
This commit is contained in:
parent
93823d89aa
commit
abd9473bf1
1 changed files with 4 additions and 3 deletions
|
|
@ -16752,9 +16752,10 @@ for writing large zip archives without memory inflation.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14vhgg8mcjqi8cpzrw8qzbij2fr2a63l2a8fhil21k2r8vzv92cv"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-nose))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/arjan-s/python-zipstream")
|
||||
(synopsis "Zipfile generator that takes input files as well as streams")
|
||||
(description "@code{zipstream.py} is a zip archive generator based on
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue