[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: |
Thu, 21 Nov 2024 06:29:14 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 7f27e33592d6cea0c7434e9ba4d967796c4d3f70
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")
- 296/361: gnu: python-fast-histogram: Adjust inputs., (continued)
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/21
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/21
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/21
- 303/361: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/21
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/21
- 321/361: gnu: python-py: Improve package style., guix-commits, 2024/11/21
- 157/361: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/21
- 159/361: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/21
- 167/361: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/21
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/21
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system.,
guix-commits <=
- 186/361: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/21
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/21
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/21
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/21
- 204/361: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/21
- 203/361: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/21
- 207/361: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/21
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/21
- 230/361: gnu: Remove python-mrkd., guix-commits, 2024/11/21
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/21