[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
206/223: gnu: python-zope-i18nmessageid: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
206/223: gnu: python-zope-i18nmessageid: Move to pyproject-build-system. |
Date: |
Thu, 17 Oct 2024 06:21:11 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 19318cad7b16ebe1d0801fbf4c12c229937a781a
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:11 2024 +0200
gnu: python-zope-i18nmessageid: Move to pyproject-build-system.
* gnu/packages/python-web.scm (python-zope-i18nmessageid):
[build-system]: Move to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ia9e142a53721bb6d7495d87b59d5f4f3b3f77bf2
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7738c154cb..942643a711 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3155,9 +3155,10 @@ tests.")
(uri (pypi-uri "zope.i18nmessageid" version))
(sha256
(base32 "14mx62khys82p2gmmf3m40x4jmvcz3rndvl6qik2n2qfp13n7ds7"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(native-inputs
- (list python-coverage python-zope-testrunner))
+ (list python-coverage python-setuptools
+ python-wheel python-zope-testrunner))
(propagated-inputs
(list python-six))
(home-page "https://pypi.org/project/zope.i18nmessageid/")
- 73/223: gnu: Add python-hatch-jupyter-builder., (continued)
- 73/223: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/17
- 130/223: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/10/17
- 139/223: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/17
- 146/223: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/10/17
- 161/223: gnu: dynaconf: Improve package style., guix-commits, 2024/10/17
- 170/223: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/10/17
- 175/223: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/10/17
- 176/223: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/17
- 187/223: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/10/17
- 191/223: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/10/17
- 206/223: gnu: python-zope-i18nmessageid: Move to pyproject-build-system.,
guix-commits <=
- 208/223: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/10/17
- 197/223: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/10/17
- 204/223: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/10/17
- 214/223: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/10/17
- 215/223: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/10/17
- 218/223: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/10/17
- 219/223: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/10/17
- 220/223: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/17
- 76/223: gnu: Add python-nbclassic., guix-commits, 2024/10/17
- 147/223: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/10/17