[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76835] [PATCH v3 23/40] gnu: python-louvain: Use pyproject-build-sy
From: |
Nicolas Graves |
Subject: |
[bug#76835] [PATCH v3 23/40] gnu: python-louvain: Use pyproject-build-system. |
Date: |
Mon, 10 Mar 2025 03:16:28 +0100 |
* gnu/packages/graph.scm (python-louvain)
[build-system]: Switch from python-build-system to
pyproject-build-system.
[native-inputs]: Replace python-setuptools-57 by
python-setuptools. Add python-wheel.
---
gnu/packages/graph.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index f29a71c0d7..22fbf07229 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -388,9 +388,9 @@ (define-public python-louvain
(patches (search-patches "python-louvain-fix-test.patch"))
(sha256
(base32 "0sx53l555rwq0z7if8agirjgw4ddp8r9b949wwz8vlig03sjvfmp"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(native-inputs
- (list python-setuptools-57)) ;for use_2to3 support
+ (list python-setuptools python-wheel))
(propagated-inputs
(list python-networkx python-numpy))
(home-page "https://github.com/taynaud/python-louvain")
--
2.48.1
- [bug#76835] [PATCH v3 20/40] gnu: python-docutils-0.15: Update to 0.16., (continued)
- [bug#76835] [PATCH v3 20/40] gnu: python-docutils-0.15: Update to 0.16., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 22/40] gnu: python-importlib-resources: Update python-setuptools input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 16/40] gnu: Remove python-anyjson., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 25/40] gnu: python-dpath: Update to 2.2.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 28/40] gnu: Add python-snakemake-interface-common., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 33/40] gnu: Add python-throttler., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 35/40] gnu: Add python-conda-inject., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 26/40] gnu: python-yte: Update to 1.7.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 27/40] gnu: Add python-argparse-dataclass., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 15/40] gnu: Remove python-sphinx-4., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 23/40] gnu: python-louvain: Use pyproject-build-system.,
Nicolas Graves <=
- [bug#76835] [PATCH v3 29/40] gnu: Add python-snakemake-interface-executor-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 37/40] gnu: python-ratelimiter: Update to 1.2.0-0.da78a45., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 30/40] gnu: Add python-snakemake-interface-report-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 34/40] gnu: Add python-reretry., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 19/40] gnu: gdal: Update to 3.10.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 24/40] gnu: Remove python-setuptools-57., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 36/40] gnu: Add snakemake., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 18/40] gnu: python-pyvcf: Rename package to python-pyvcf3., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 32/40] gnu: Add python-snakemake-interface-storage-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 31/40] gnu: Add python-snakemake-interface-software-deployment-plugins., Nicolas Graves, 2025/03/09