[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/65: gnu: python-py2bit: Use pyproject-build-system.
From: |
guix-commits |
Subject: |
31/65: gnu: python-py2bit: Use pyproject-build-system. |
Date: |
Fri, 20 Dec 2024 16:41:41 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 34fd1c92634aca55cfb14ccbc043ea55bf02d61a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 17 11:30:19 2024 +0100
gnu: python-py2bit: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-py2bit)[build-system]: Use
pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I6f66e5f3c0f7612f460e2a6fa931b4c456db6a1b
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1a551dfdc7..40aa53d1ea 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6326,7 +6326,8 @@ trees (phylogenies) and characters.")
(sha256
(base32
"1vw2nvw1yrl7ikkqsqs1pg239yr5nspvd969r1x9arms1k25a1a5"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/dpryan79/py2bit")
(synopsis "Access 2bit files using lib2bit")
(description
- 28/65: gnu: python-webcolors: Update to 24.11.1., (continued)
- 28/65: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2024/12/20
- 36/65: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/20
- 02/65: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/20
- 08/65: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/20
- 10/65: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/20
- 44/65: gnu: python-tox: Simplify., guix-commits, 2024/12/20
- 18/65: gnu: Add python-repoze-lru., guix-commits, 2024/12/20
- 19/65: gnu: Add python-legacy-cgi., guix-commits, 2024/12/20
- 14/65: gnu: python-awkward-cpp: Update to 43., guix-commits, 2024/12/20
- 13/65: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/20
- 31/65: gnu: python-py2bit: Use pyproject-build-system.,
guix-commits <=
- 23/65: gnu: Add python-devpi-common., guix-commits, 2024/12/20
- 59/65: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2024/12/20
- 65/65: gnu: python-pydevd: Avoid test failures due to greendns., guix-commits, 2024/12/20
- 37/65: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/20
- 22/65: gnu: Add python-pypitoken., guix-commits, 2024/12/20
- 35/65: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/20
- 30/65: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/20
- 27/65: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/20
- 39/65: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/20
- 41/65: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/20