[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/420: gnu: python-parse-type: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
173/420: gnu: python-parse-type: Move to pyproject-build-system. |
Date: |
Tue, 26 Nov 2024 16:28:55 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit d5d4923eed829f37064c8a48c229025855a94e1e
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:36 2024 +0200
gnu: python-parse-type: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-parse-type):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: Iccb3303996480bef3c151559884d1a8c488385cd
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b1198e7a38..13e565440a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5041,14 +5041,7 @@ matplotlib plots or supply colors for a web
application.")
(sha256
(base32
"07smqnzc9km7sbvxfyx4gdm9njrx58x8grdw6gs4gva81rk3rd10"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv" "-c" "/dev/null")))))))
+ (build-system pyproject-build-system)
(propagated-inputs (list python-six python-parse))
(native-inputs (list python-pytest))
(home-page "https://github.com/jenisys/parse_type")
- 373/420: gnu: python-pytest-remotedata: Fix tests., (continued)
- 373/420: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/26
- 382/420: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/26
- 381/420: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/26
- 396/420: gnu: python-ecdsa: Update to 0.19.0., guix-commits, 2024/11/26
- 390/420: gnu: python-tornado-6: Update to 6.4.2., guix-commits, 2024/11/26
- 400/420: gnu: Add python-pytest-asyncio-0.23., guix-commits, 2024/11/26
- 411/420: gnu: python-betamax: Update to 0.9.0., guix-commits, 2024/11/26
- 412/420: gnu: python-poetry-core: Update to 1.9.1., guix-commits, 2024/11/26
- 162/420: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/26
- 167/420: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/26
- 173/420: gnu: python-parse-type: Move to pyproject-build-system.,
guix-commits <=
- 175/420: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/26
- 178/420: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/26
- 181/420: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/26
- 183/420: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/26
- 185/420: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/26
- 191/420: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/26
- 193/420: gnu: python-apprise: Improve package style., guix-commits, 2024/11/26
- 195/420: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/26
- 194/420: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/26
- 200/420: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/26