mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-zipstream-ng.
* gnu/packages/python-xyz.scm (python-zipstream-ng): New variable. Change-Id: Idf0c0d471aa1eda45cf649874f6a79b6b9a7937b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fd116510b2
commit
79bab7853b
1 changed files with 21 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
;;; Copyright © 2020, 2022, 2023 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020, 2022, 2023 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
|
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
|
||||||
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2023, 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
|
;;; Copyright © 2024 TakeV <takev@disroot.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -717,6 +718,26 @@ install: libbitshuffle.so
|
||||||
wrapper. It provides a backport of the @code{Path} object.")
|
wrapper. It provides a backport of the @code{Path} object.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-zipstream-ng
|
||||||
|
(package
|
||||||
|
(name "python-zipstream-ng")
|
||||||
|
(version "1.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "zipstream-ng" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1z4zdqqs2rg3z36khgj96bpggv34av337isfv7yxg32prawj687r"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest python-pytest-cov))
|
||||||
|
(home-page "https://github.com/pR0Ps/zipstream-ng")
|
||||||
|
(synopsis "Streamable zip file generator")
|
||||||
|
(description
|
||||||
|
"This package provides a modern and easy to use streamable zip file
|
||||||
|
generator")
|
||||||
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public python-zopfli
|
(define-public python-zopfli
|
||||||
(package
|
(package
|
||||||
(name "python-zopfli")
|
(name "python-zopfli")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue