diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 10:25:30 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 12:06:20 +0000 |
| commit | f3d36c2391f35a04886bf873220287c53cff206c (patch) | |
| tree | 83695ce4a331b75875172a23776ed7ce1b8f948c /gnu/packages | |
| parent | ed0b121366630757fb0dd96a88fcebcca1f92d0a (diff) | |
gnu: python-cart: Update to 1.2.3.
* gnu/packages/python-xyz.scm (python-cart): Update to 1.2.3.
[native-inputs]: Remove python-wheel.
Change-Id: I02c5367c8b16e7f1fd3321627566ada4e868c6ae
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 013c74b8c78..460adb28e4a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32662,28 +32662,24 @@ and BMI2).") (define-public python-cart (package (name "python-cart") - (version "1.2.2") + (version "1.2.3") (source (origin - ;; No source releases available on pypi, hence fetching from GitHub. (method git-fetch) (uri (git-reference - (url "https://github.com/CybercentreCanada/cart") - (commit (string-append "v" version)))) + (url "https://github.com/CybercentreCanada/cart") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zycv620iljrsval5rai1wsn0hr25ddx9xhjsyy6xxrgprfxvlfi")))) + (base32 "1064swqylim0nx0msynkqbz6n57n5yy4mmqxl7wd9bsg5mmrxrd1")))) (build-system pyproject-build-system) (arguments (list - #:phases - '(modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "python" "-m" "unittest" "discover"))))))) - (propagated-inputs (list python-pycryptodome)) - (native-inputs (list python-setuptools python-wheel)) + #:test-backend #~'unittest)) + (native-inputs + (list python-setuptools)) + (propagated-inputs + (list python-pycryptodome)) (home-page "https://github.com/CybercentreCanada/cart") (synopsis "Library for interacting with the CaRT file format") (description |
