mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add python-zipfly.
* gnu/packages/python-xyz.scm (python-zipfly): New variable.
This commit is contained in:
parent
6b79201956
commit
e43220973b
1 changed files with 19 additions and 0 deletions
|
@ -10924,6 +10924,25 @@ (define-public python-sarge
|
|||
command pipeline functionality.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-zipfly
|
||||
(package
|
||||
(name "python-zipfly")
|
||||
(version "6.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zipfly" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h7g922a8lsqd69j8blgcgg0lcd8kz51b2p4glfqmgx4vi1nkick"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://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
|
||||
for writing large zip archives without memory inflation.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-zipstream-new
|
||||
(package
|
||||
(name "python-zipstream-new")
|
||||
|
|
Loading…
Reference in a new issue