mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zipp: Update to 3.23.0.
* gnu/packages/python-compression.scm (python-zipp): Update to 3.23.0. [build-system]: Use pypproject. [arguments] <tests?>: Disable them for now as test suite require extra packaging. [propagated-inputs]: Remove python-more-itertools. [native-inputs]: Add python-more-itertools, python-pytest, python-setuptools, and python-wheel. Change-Id: Iffd8dbafe096d91bc7bb92366d7136074af662ba
This commit is contained in:
parent
d610f2d9ba
commit
ae2ccfb481
1 changed files with 15 additions and 7 deletions
|
@ -805,19 +805,27 @@ Python.")
|
||||||
(define-public python-zipp
|
(define-public python-zipp
|
||||||
(package
|
(package
|
||||||
(name "python-zipp")
|
(name "python-zipp")
|
||||||
(version "1.0.0")
|
(version "3.23.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zipp" version))
|
(uri (pypi-uri "zipp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0rj182i2d7d2bz067zrk39s19j09xsxkzprl82fqql8ji9c5fwd0"))))
|
||||||
"0v3qayhqv7vyzydpydwcp51bqciw8p2ajddw68x5k8zppc0vx3yk"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(arguments (list #:tests? #f)) ;TODO: Tests requrie extra packaging
|
||||||
(propagated-inputs
|
|
||||||
(list python-more-itertools))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools-scm))
|
(list ;; python-big-o
|
||||||
|
;; python-coherent-licensed
|
||||||
|
;; python-jaraco-functools ; introduces cycle
|
||||||
|
;; python-jaraco-itertools
|
||||||
|
;; python-jaraco-test ; introduces cycle
|
||||||
|
python-more-itertools
|
||||||
|
python-pytest
|
||||||
|
;; python-pytest-ignore-flaky
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/jaraco/zipp")
|
(home-page "https://github.com/jaraco/zipp")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Backport of pathlib-compatible object wrapper for zip files")
|
"Backport of pathlib-compatible object wrapper for zip files")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue