[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70855] [PATCH 36/92] gnu: python-cbor2: Move to pyproject-build-sys
From: |
Nicolas Graves |
Subject: |
[bug#70855] [PATCH 36/92] gnu: python-cbor2: Move to pyproject-build-system. |
Date: |
Fri, 10 May 2024 00:53:31 +0200 |
* gnu/packages/python-web.scm (python-cbor2):
[build-system]: Move to pyproject-build-system.
[arguments]: Remove uneeded field.
Change-Id: I2e27fa48950aa9d10e140bfbdc12df3d22661282
---
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 dc868102572..aa04a02bad5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1000,15 +1000,7 @@ (define-public python-cbor2
(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")
--
2.41.0
- [bug#70855] [PATCH 38/92] gnu: behave: Move to pyproject-build-system., (continued)
- [bug#70855] [PATCH 38/92] gnu: behave: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 34/92] gnu: gunicorn: Update to 21.2.0., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 35/92] gnu: python-unidecode: Update to 1.3.8., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 37/92] gnu: python-tinycss: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 14/92] gnu: Add ghc-language-python., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 15/92] gnu: python-xcffib: Move to (gnu packages xorg)., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 20/92] gnu: python-alembic: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 22/92] gnu: conda: Reindent., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 27/92] gnu: dynaconf: Improve package style., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 28/92] gnu: zulip-term: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 36/92] gnu: python-cbor2: Move to pyproject-build-system.,
Nicolas Graves <=
- [bug#70855] [PATCH 23/92] gnu: python-conda-package-handling: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 25/92] gnu: gunicorn: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 26/92] gnu: python-arrow: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 39/92] gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 40/92] gnu: python-flask-login: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 41/92] gnu: python-parse-type: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 42/92] gnu: python-amqp: Move to pyproject-build-system., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 44/92] gnu: python-sphinx: Ignore failing tests., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 48/92] gnu: abjad-ext-nauert: Update to 3.19., Nicolas Graves, 2024/05/09
- [bug#70855] [PATCH 51/92] gnu: python-cairosvg: Move to pyproject-build-system., Nicolas Graves, 2024/05/09