[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
146/195: gnu: python-parse-type: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
146/195: gnu: python-parse-type: Move to pyproject-build-system. |
Date: |
Tue, 15 Oct 2024 03:30:03 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 6c93f02ad3b3f7d5584e9e27048f092fb5437891
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 142c09991b..5c43e34991 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4968,14 +4968,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")
- 86/195: gnu: repo2docker: Update to 2024.03.0., (continued)
- 86/195: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/10/15
- 93/195: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/10/15
- 95/195: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/10/15
- 96/195: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/10/15
- 119/195: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/10/15
- 114/195: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/10/15
- 102/195: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/10/15
- 136/195: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/10/15
- 118/195: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/10/15
- 140/195: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/10/15
- 146/195: gnu: python-parse-type: Move to pyproject-build-system.,
guix-commits <=
- 148/195: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/15
- 193/195: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/10/15
- 178/195: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/10/15
- 169/195: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/10/15
- 186/195: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/10/15
- 191/195: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 30/195: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 32/195: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/10/15
- 34/195: gnu: Add python-referencing., guix-commits, 2024/10/15
- 38/195: gnu: Add python-uri-template., guix-commits, 2024/10/15