[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/397: gnu: python-cart: Add missing inputs.
From: |
guix-commits |
Subject: |
277/397: gnu: python-cart: Add missing inputs. |
Date: |
Thu, 16 Jan 2025 04:30:49 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit d590bc38d563cac817ba9349005841bbd17b8a4f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 21:38:33 2025 +0100
gnu: python-cart: Add missing inputs.
* gnu/packages/python-xyz.scm (python-cart)[arguments]: Reformat.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Iaa0877d88a1296957b1c14c88f8e669c734683a3
---
gnu/packages/python-xyz.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fac7716e6f..eb5fec9470 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35776,12 +35776,15 @@ and BMI2).")
(base32 "1zycv620iljrsval5rai1wsn0hr25ddx9xhjsyy6xxrgprfxvlfi"))))
(build-system pyproject-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python" "-m" "unittest" "discover")))))))
+ (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))
(home-page "https://github.com/CybercentreCanada/cart")
(synopsis "Library for interacting with the CaRT file format")
(description
- 231/397: gnu: python-httpauth: Add missing inputs., (continued)
- 231/397: gnu: python-httpauth: Add missing inputs., guix-commits, 2025/01/16
- 235/397: gnu: python-xdoctest: Update to 1.2.0., guix-commits, 2025/01/16
- 257/397: gnu: python-easy-thumbnails: Update to 2.10., guix-commits, 2025/01/16
- 268/397: gnu: python-django-sortedm2m: Update to 4.0.0., guix-commits, 2025/01/16
- 261/397: gnu: python-django-debug-toolbar: Disable broken test., guix-commits, 2025/01/16
- 245/397: gnu: python-agate-sql: Drop input labels., guix-commits, 2025/01/16
- 264/397: gnu: python-django-pipeline: Update to 4.0.0., guix-commits, 2025/01/16
- 251/397: gnu: Add python-soxr., guix-commits, 2025/01/16
- 239/397: gnu: python-ailment: Add missing inputs., guix-commits, 2025/01/16
- 237/397: gnu: python-matplotx: Add missing inputs., guix-commits, 2025/01/16
- 277/397: gnu: python-cart: Add missing inputs.,
guix-commits <=
- 255/397: gnu: python-librosa: Update to 0.10.2.post1., guix-commits, 2025/01/16
- 226/397: gnu: python-reproject: Add missing input., guix-commits, 2025/01/16
- 313/397: gnu: Remove python-twodict., guix-commits, 2025/01/16
- 288/397: gnu: python-claripy: Add missing inputs., guix-commits, 2025/01/16
- 324/397: gnu: python-celery: Fix build., guix-commits, 2025/01/16
- 315/397: gnu: Remove python-tinycss., guix-commits, 2025/01/16
- 316/397: gnu: python-spin: Fix build., guix-commits, 2025/01/16
- 287/397: gnu: python-whatshap: Add missing input., guix-commits, 2025/01/16
- 282/397: gnu: python-xarray-datatree: Add missing inputs., guix-commits, 2025/01/16
- 284/397: gnu: python-pynetbox: Update to 7.4.1., guix-commits, 2025/01/16