pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-networkx
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 11:22:30 UTC 2024
Modified Files:
pkgsrc/math/py-networkx: Makefile
Log Message:
py-networkx: requires Python 3.10 or newer
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/math/py-networkx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-networkx/Makefile
diff -u pkgsrc/math/py-networkx/Makefile:1.40 pkgsrc/math/py-networkx/Makefile:1.41
--- pkgsrc/math/py-networkx/Makefile:1.40 Mon May 20 10:21:50 2024
+++ pkgsrc/math/py-networkx/Makefile Tue Aug 6 11:22:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/05/20 10:21:50 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2024/08/06 11:22:30 adam Exp $
DISTNAME= networkx-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,13 @@ HOMEPAGE= https://networkx.github.io/
COMMENT= Python package for creating and manipulating graphs and networks
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index