mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pkginfo: Update to 1.12.1.2.
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.12.1.2. [arguments] <test-flags>: Skip one test. Change-Id: Id3f895971b349e2fc572d674ccaf9aead95f52b2
This commit is contained in:
parent
7acc195253
commit
2ee5ce111b
1 changed files with 5 additions and 2 deletions
|
@ -27746,15 +27746,18 @@ design and layout.")
|
||||||
(define-public python-pkginfo
|
(define-public python-pkginfo
|
||||||
(package
|
(package
|
||||||
(name "python-pkginfo")
|
(name "python-pkginfo")
|
||||||
(version "1.10.0")
|
(version "1.12.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pkginfo" version))
|
(uri (pypi-uri "pkginfo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15v2mycr7m4ld5wp1sl9flqjjv8zdgc5rkgfz1wxn44d74skixsx"))))
|
"0ysbl0rhy8chvx58zi5qb61jli76dcyblklnc0118vy39a15gnaw"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
;; Wheel metatda version mismatched: AssertionError: assert '2.4' == '2.3'
|
||||||
|
(list #:test-flags #~(list "-k" "not test_installed_ctor_w_dist_info")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue