[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/361: gnu: python-cbor2: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
168/361: gnu: python-cbor2: Move to pyproject-build-system. |
Date: |
Fri, 22 Nov 2024 06:00:34 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 75a27f27f89c654451136e975d7474da95a50862
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:31 2024 +0200
gnu: python-cbor2: Move to pyproject-build-system.
* gnu/packages/python-web.scm (python-cbor2):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: I2e27fa48950aa9d10e140bfbdc12df3d22661282
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-web.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3b0d3185ae..b67f383d15 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1036,15 +1036,7 @@ to the OVHcloud APIs.")
(uri (pypi-uri "cbor2" version))
(sha256
(base32 "15y78xcc3zkmvj1mdzz8gyhf3apbl91073kwhzbjk5abc1civwlw"))))
- (build-system python-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (build-system pyproject-build-system)
(native-inputs (list python-pytest python-pytest-cov
python-setuptools-scm))
(home-page "https://github.com/agronholm/cbor2")
(synopsis "Concise Binary Object Representation (CBOR) (de)serializer")
- 129/361: gnu: python-mistune: Update to 3.0.2., (continued)
- 129/361: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/11/22
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/22
- 123/361: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/22
- 139/361: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/22
- 142/361: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/22
- 144/361: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/22
- 153/361: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/22
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/22
- 164/361: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/22
- 168/361: gnu: python-cbor2: Move to pyproject-build-system.,
guix-commits <=
- 166/361: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/11/22
- 173/361: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/11/22
- 179/361: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/11/22
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/22
- 187/361: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/22
- 190/361: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/22
- 193/361: gnu: python-apprise: Improve package style., guix-commits, 2024/11/22
- 194/361: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/11/22
- 203/361: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/22
- 204/361: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/22