[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/361: gnu: python-docspec-python: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
182/361: gnu: python-docspec-python: Move to pyproject-build-system. |
Date: |
Fri, 22 Nov 2024 06:00:36 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit fdbc1a0da531840e3aeba03c5b30937955d6f875
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:47 2024 +0200
gnu: python-docspec-python: Move to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-docspec-python):
[build-system]: Move to pyproject-build-system.
[arguments]<#:phases>: Remove uneeded field.
Change-Id: Ib728c442a130eecebe4dff1e364d997bcca76076
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-xyz.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6fc3eaf802..cea91c91a5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -901,16 +901,8 @@ documentation of programming languages.")
(base32 "0n8m52vxmlvkj7p5jmd4rfdks65rrp4q4vzak44y6kbg9l5qa6y4"))))
(build-system pyproject-build-system)
(arguments
- (list
- #:tests? #false ;there are none
- #:phases
- '(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- (lambda _
- ;; We don't have black 23.
- (substitute* "pyproject.toml"
- (("23.1.0") "22.3.0")))))))
- (propagated-inputs (list python-black python-docspec python-nr-util))
+ (list #:tests? #false)) ;there are none
+ (propagated-inputs (list python-docspec python-nr-util))
(native-inputs (list python-poetry-core))
(home-page "https://github.com/NiklasRosenstein/docspec/")
(synopsis "Produce docspec data from Python source code")
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., (continued)
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/22
- 128/361: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/22
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/22
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/22
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/22
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/22
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/22
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/22
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system.,
guix-commits <=
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/22
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/22
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22
- 274/361: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/22
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/22
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/22
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/22