pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

*: remove more references to Python 3.7



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Aug 2 01:19:56 2023 +0200
Changeset:	49078f525c3916dc42e72767fcc6ca648c6b345f

Modified Files:
	aegis-devel/Makefile
	gnuradio-monolithic/Makefile
	py-astropy5/Makefile
	py-dask/Makefile
	py-distributed/Makefile
	py-energyflow/Makefile
	py-expression/Makefile
	py-mopidy/Makefile
	py-openai/Makefile
	py-pre-commit/Makefile
	py-ptyx-mcq/Makefile
	py-pynitrokey/Makefile
	py-scikit-image/Makefile
	syncstorage-rs-git/Makefile

Log Message:
*: remove more references to Python 3.7

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=49078f525c3916dc42e72767fcc6ca648c6b345f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aegis-devel/Makefile         | 2 +-
 gnuradio-monolithic/Makefile | 2 +-
 py-astropy5/Makefile         | 2 +-
 py-dask/Makefile             | 2 +-
 py-distributed/Makefile      | 2 +-
 py-energyflow/Makefile       | 2 --
 py-expression/Makefile       | 2 +-
 py-mopidy/Makefile           | 2 +-
 py-openai/Makefile           | 2 +-
 py-pre-commit/Makefile       | 2 +-
 py-ptyx-mcq/Makefile         | 2 +-
 py-pynitrokey/Makefile       | 2 +-
 py-scikit-image/Makefile     | 2 +-
 syncstorage-rs-git/Makefile  | 2 +-
 14 files changed, 13 insertions(+), 15 deletions(-)

diffs:
diff --git a/aegis-devel/Makefile b/aegis-devel/Makefile
index 9ae245958d..f9909ca478 100644
--- a/aegis-devel/Makefile
+++ b/aegis-devel/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Infrastructure meta-package to develop on Aegis
 
 META_PACKAGE=		yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 .include "../../mk/bsd.prefs.mk"
 
diff --git a/gnuradio-monolithic/Makefile b/gnuradio-monolithic/Makefile
index 37248c2cb5..a8647833d5 100644
--- a/gnuradio-monolithic/Makefile
+++ b/gnuradio-monolithic/Makefile
@@ -40,7 +40,7 @@ DEPENDS+=	${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=	27 # py-scipy
 
 # three digit version number for shared library ex 3.10.2.0 -> 3.10.2
 PKGVER_MICRO=	${PKGVERSION_NOREV:C/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/\1.\2.\3/}
diff --git a/py-astropy5/Makefile b/py-astropy5/Makefile
index 3630534531..aad57b2c84 100644
--- a/py-astropy5/Makefile
+++ b/py-astropy5/Makefile
@@ -32,7 +32,7 @@ DEPENDS+=	${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../mypkg/py-pyerfa
 DEPENDS+=	${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-colorlog>=6.6.0:../../wip/py-colorlog
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 USE_PKG_RESOURCES=	yes
 
diff --git a/py-dask/Makefile b/py-dask/Makefile
index 596eea2e52..fbdd879416 100644
--- a/py-dask/Makefile
+++ b/py-dask/Makefile
@@ -16,7 +16,7 @@ LICENSE=	modified-bsd
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TOOL_DEPENDS+=       ${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
diff --git a/py-distributed/Makefile b/py-distributed/Makefile
index 6a1e0fe4e9..e79d249314 100644
--- a/py-distributed/Makefile
+++ b/py-distributed/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	https://github.com/dask/distributed/
 COMMENT=	Distributed is the parallel scheduler for dask
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TOOL_DEPENDS+=       ${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
diff --git a/py-energyflow/Makefile b/py-energyflow/Makefile
index f209034d55..f404713696 100644
--- a/py-energyflow/Makefile
+++ b/py-energyflow/Makefile
@@ -12,8 +12,6 @@ LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSION_DEFAULT=	37
-
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-expression/Makefile b/py-expression/Makefile
index 677b2a5f8a..ff6b44b10e 100644
--- a/py-expression/Makefile
+++ b/py-expression/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/cognitedata/expression
 COMMENT=	Practical functional programming for Python 3.8+
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
 	
diff --git a/py-mopidy/Makefile b/py-mopidy/Makefile
index 3943d51e2e..db5b49f034 100644
--- a/py-mopidy/Makefile
+++ b/py-mopidy/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/mopidy ${DESTDIR}${PREFIX}/bin/mopidy-${PYVERSSUFFIX} || ${TRUE}
diff --git a/py-openai/Makefile b/py-openai/Makefile
index 8fa90bf52b..a6e6796b50 100644
--- a/py-openai/Makefile
+++ b/py-openai/Makefile
@@ -27,7 +27,7 @@ DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensio
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/openai ${DESTDIR}${PREFIX}/bin/openai-${PYVERSSUFFIX}
diff --git a/py-pre-commit/Makefile b/py-pre-commit/Makefile
index e74a5241c5..cbb40f425e 100644
--- a/py-pre-commit/Makefile
+++ b/py-pre-commit/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://pre-commit.com/
 COMMENT=	Framework for managing and maintaining multi-language pre-commit hook
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 # not supported
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-cfgv>=2.0.0:../../wip/py-cfgv
 DEPENDS+=	${PYPKGPREFIX}-identify>=1.0.0:../../wip/py-identify
diff --git a/py-ptyx-mcq/Makefile b/py-ptyx-mcq/Makefile
index 6b2a5b79c0..0003b951bc 100644
--- a/py-ptyx-mcq/Makefile
+++ b/py-ptyx-mcq/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/wxgeo/ptyx
 COMMENT=	Python precompiler for LaTeX
 LICENSE=	gnu-gpl-v3
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=9.1.1:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-pdf2image>=1.16.0:../../wip/py-pdf2image
diff --git a/py-pynitrokey/Makefile b/py-pynitrokey/Makefile
index b4320ec07e..24772c2652 100644
--- a/py-pynitrokey/Makefile
+++ b/py-pynitrokey/Makefile
@@ -31,7 +31,7 @@ DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 
 # Only supports python 3.9 or higher.
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 USE_LANGUAGES=	# none
 
diff --git a/py-scikit-image/Makefile b/py-scikit-image/Makefile
index 8541d0f4c1..8c643b6dd2 100644
--- a/py-scikit-image/Makefile
+++ b/py-scikit-image/Makefile
@@ -27,7 +27,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES=	c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 pre-configure:
 	${LN} -f -s ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
diff --git a/syncstorage-rs-git/Makefile b/syncstorage-rs-git/Makefile
index de719fabf8..20939c20df 100644
--- a/syncstorage-rs-git/Makefile
+++ b/syncstorage-rs-git/Makefile
@@ -39,7 +39,7 @@ USE_TOOLS+=		pkg-config
 RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=		-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
 INSTALLATION_DIRS+=	bin share/doc/syncstorage-rs share/examples/syncstorage-rs
 INSTALLATION_DIRS+=	lib/tokenserver


Home | Main Index | Thread Index | Old Index