pkgsrc-WIP-changes archive

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

Forget about Python 3.6



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Thu Dec 30 14:14:10 2021 +0100
Changeset:	d2d8dc15a689a5258136bfb95a5b15d304510d4e

Modified Files:
	d1x-rebirth/Makefile
	d2x-rebirth/Makefile
	exabgp4/Makefile
	libmpq/Makefile
	py-ana/Makefile
	py-astroML/Makefile
	py-astroplan/Makefile
	py-astroquery/Makefile
	py-debtcollector/Makefile
	py-desktop-notify/Makefile
	py-docker-ssh/Makefile
	py-expression/Makefile
	py-ginga/Makefile
	py-modbus/Makefile
	py-nest-asyncio/Makefile
	py-orjson/Makefile
	py-photutils/Makefile
	py-ppft/Makefile
	py-pypot/Makefile
	py-qclib/Makefile
	py-semopy/Makefile
	py-serial-asyncio/Makefile
	py-sparse/Makefile
	py-spherical/Makefile
	py-techdebt/Makefile
	py-trio/Makefile

Log Message:
Forget about Python 3.6

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

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

diffstat:
 d1x-rebirth/Makefile       | 2 +-
 d2x-rebirth/Makefile       | 2 +-
 exabgp4/Makefile           | 2 +-
 libmpq/Makefile            | 2 +-
 py-ana/Makefile            | 2 +-
 py-astroML/Makefile        | 3 +--
 py-astroplan/Makefile      | 3 +--
 py-astroquery/Makefile     | 3 +--
 py-debtcollector/Makefile  | 2 +-
 py-desktop-notify/Makefile | 2 +-
 py-docker-ssh/Makefile     | 2 +-
 py-expression/Makefile     | 2 +-
 py-ginga/Makefile          | 3 +--
 py-modbus/Makefile         | 3 ---
 py-nest-asyncio/Makefile   | 2 +-
 py-orjson/Makefile         | 2 +-
 py-photutils/Makefile      | 3 +--
 py-ppft/Makefile           | 3 ---
 py-pypot/Makefile          | 4 +---
 py-qclib/Makefile          | 2 +-
 py-semopy/Makefile         | 3 ---
 py-serial-asyncio/Makefile | 2 --
 py-sparse/Makefile         | 6 ++----
 py-spherical/Makefile      | 6 ++----
 py-techdebt/Makefile       | 2 +-
 py-trio/Makefile           | 2 +-
 26 files changed, 24 insertions(+), 46 deletions(-)

diffs:
diff --git a/d1x-rebirth/Makefile b/d1x-rebirth/Makefile
index bc6bbe6427..a11491586e 100644
--- a/d1x-rebirth/Makefile
+++ b/d1x-rebirth/Makefile
@@ -23,7 +23,7 @@ SCONS_ARGS+=		prefix=${PREFIX}
 SCONS_ARGS+=		sdlmixer=1
 SCONS_ARGS+=		sharepath=${PREFIX}/share/d1x-rebirth
 
-PYTHON_VERSIONS_INCOMPATIBLE=	36 37 38 39
+PYTHON_VERSIONS_ACCEPTED=	27
 PYTHON_FOR_BUILD_ONLY=	yes
 
 do-build:
diff --git a/d2x-rebirth/Makefile b/d2x-rebirth/Makefile
index df42e0ab89..b5187ccd05 100644
--- a/d2x-rebirth/Makefile
+++ b/d2x-rebirth/Makefile
@@ -23,7 +23,7 @@ SCONS_ARGS+=		prefix=${PREFIX}
 SCONS_ARGS+=		sdlmixer=1
 SCONS_ARGS+=		sharepath=${PREFIX}/share/d2x-rebirth
 
-PYTHON_VERSIONS_INCOMPATIBLE=	36 37 38 39
+PYTHON_VERSIONS_ACCEPTED=	27
 PYTHON_FOR_BUILD_ONLY=	yes
 
 do-build:
diff --git a/exabgp4/Makefile b/exabgp4/Makefile
index 6abd6a06a9..5a82326c9c 100644
--- a/exabgp4/Makefile
+++ b/exabgp4/Makefile
@@ -58,7 +58,7 @@ REPLACE_PYTHON+=	etc/exabgp/examples/stderr-1.py
 REPLACE_PYTHON+=	etc/exabgp/examples/syslog-1.py
 REPLACE_PYTHON+=	etc/exabgp/examples/watchdog.run
 
-PYTHON_VERSIONS_ACCEPTED=	39 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 USE_LANGUAGES=		# none
 
diff --git a/libmpq/Makefile b/libmpq/Makefile
index cae91c4f06..fa0c871345 100644
--- a/libmpq/Makefile
+++ b/libmpq/Makefile
@@ -17,7 +17,7 @@ USE_TOOLS+=	pkg-config
 
 PKGCONFIG_OVERRIDE+=	libmpq.pc.in
 
-PYTHON_VERSIONS_INCOMPATIBLE=	36 37 38
+PYTHON_VERSIONS_ACCEPTED=	27
 PY_PATCHPLIST=			yes
 
 .include "../../archivers/bzip2/buildlink3.mk"
diff --git a/py-ana/Makefile b/py-ana/Makefile
index e76adca47d..32f8b8fdc4 100644
--- a/py-ana/Makefile
+++ b/py-ana/Makefile
@@ -9,7 +9,7 @@ MAINTAINER=	khorben%defora.org@localhost
 HOMEPAGE=	https://pypi.python.org/pypi/ana/
 COMMENT=	ana
 
-PYTHON_VERSIONS_ACCEPTED=	37 36
+PYTHON_VERSIONS_ACCEPTED=	37
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-astroML/Makefile b/py-astroML/Makefile
index eb93180d18..eb2b3615d2 100644
--- a/py-astroML/Makefile
+++ b/py-astroML/Makefile
@@ -12,8 +12,7 @@ HOMEPAGE=	https://www.astroml.org/
 COMMENT=	Astropy affiliated module for machine learning and data mining
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn
diff --git a/py-astroplan/Makefile b/py-astroplan/Makefile
index 83f1d14f25..59e91a80b2 100644
--- a/py-astroplan/Makefile
+++ b/py-astroplan/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://astroplan.readthedocs.io/en/latest/
 COMMENT=	Astropy affiliated module for planning astronomical observations
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-numpy>1.10:../../math/py-numpy
diff --git a/py-astroquery/Makefile b/py-astroquery/Makefile
index 120f2b2312..4b60facbdd 100644
--- a/py-astroquery/Makefile
+++ b/py-astroquery/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://astroquery.readthedocs.io/en/latest/
 COMMENT=	Astropy coordinated Python module for querying astronomical databases
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-keyring>=21.2.1:../../security/py-keyring
diff --git a/py-debtcollector/Makefile b/py-debtcollector/Makefile
index b69576b393..5398919318 100644
--- a/py-debtcollector/Makefile
+++ b/py-debtcollector/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://docs.openstack.org/debtcollector/latest/
 COMMENT=	Python deprecation patterns and strategiest you technical debt
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
 
diff --git a/py-desktop-notify/Makefile b/py-desktop-notify/Makefile
index b61a823436..a7c774b557 100644
--- a/py-desktop-notify/Makefile
+++ b/py-desktop-notify/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://gitlab.com/hxss/desktop-notify
 COMMENT=	Util for sending desktop notifications over dbus
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-dbus-next>=0.1.3:../../wip/py-dbus-next
 
diff --git a/py-docker-ssh/Makefile b/py-docker-ssh/Makefile
index 208983f3c7..3f998e6179 100644
--- a/py-docker-ssh/Makefile
+++ b/py-docker-ssh/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-expression/Makefile b/py-expression/Makefile
index 5fa2466e2a..80501a8b70 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 36 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
 	
diff --git a/py-ginga/Makefile b/py-ginga/Makefile
index bf865b2df2..db131a2fe9 100644
--- a/py-ginga/Makefile
+++ b/py-ginga/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://ginga.readthedocs.io/
 COMMENT=	Astronomical image viewer and toolkit
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.14:../../math/py-numpy
diff --git a/py-modbus/Makefile b/py-modbus/Makefile
index 335b41e265..7192ad7dfe 100644
--- a/py-modbus/Makefile
+++ b/py-modbus/Makefile
@@ -10,8 +10,6 @@ HOMEPAGE=	https://github.com/riptideio/pymodbus/
 COMMENT=	Fully featured modbus protocol stack in python
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
-
 DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
 DEPENDS+=	${PYPKGPREFIX}-coverage>=4.4:../../devel/py-coverage
 DEPENDS+=	${PYPKGPREFIX}-click>=6.7:../../devel/py-click
@@ -33,6 +31,5 @@ DEPENDS+=	${PYPKGPREFIX}-serial-asyncio>=0.5:../../wip/py-serial-asyncio
 #DEPENDS+=	${PYPKGPREFIX}-wsgiref>=0.1.2:../../wip/py-wsgiref
 DEPENDS+=	${PYPKGPREFIX}-tornado>=4.5.2:../../www/py-tornado
 
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-nest-asyncio/Makefile b/py-nest-asyncio/Makefile
index e68dce1870..4288cd75be 100644
--- a/py-nest-asyncio/Makefile
+++ b/py-nest-asyncio/Makefile
@@ -12,7 +12,7 @@ LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE= 27 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-orjson/Makefile b/py-orjson/Makefile
index bfa8cbbff1..6377fb649c 100644
--- a/py-orjson/Makefile
+++ b/py-orjson/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0 OR mit
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-maturin-[0-9]*:../../wip/py-maturin
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 do-build:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} maturin build
diff --git a/py-photutils/Makefile b/py-photutils/Makefile
index d00037e876..e3d87cd3f6 100644
--- a/py-photutils/Makefile
+++ b/py-photutils/Makefile
@@ -10,8 +10,7 @@ HOMEPAGE=	https://photutils.readthedocs.io/en/stable/
 COMMENT=	Astropy coordinated module for astronomical photometry
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
diff --git a/py-ppft/Makefile b/py-ppft/Makefile
index 33007e3b79..b844aea60b 100644
--- a/py-ppft/Makefile
+++ b/py-ppft/Makefile
@@ -11,10 +11,7 @@ HOMEPAGE=	https://pypi.org/project/ppft
 COMMENT=	Distributed and parallel python
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
-
 DEPENDS+=	${PYPKGPREFIX}-six>=1.7.3:../../lang/py-six
 
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pypot/Makefile b/py-pypot/Makefile
index 4f0831fe9a..237882d406 100644
--- a/py-pypot/Makefile
+++ b/py-pypot/Makefile
@@ -17,9 +17,7 @@ DEPENDS+=	wget>=1.21.1:../../net/wget
 DEPENDS+=	${PYPKGPREFIX}-bottle>=0.12.19:../../www/py-bottle
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.25.1:../../devel/py-requests
 
-
-PYTHON_VERSIONS_ACCEPTED=	39 38 37 36
-
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff --git a/py-qclib/Makefile b/py-qclib/Makefile
index 0e2ce22ac9..b33b44d75b 100644
--- a/py-qclib/Makefile
+++ b/py-qclib/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Quantum computing library using qiskit
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 #DEPENDS+=	${PYPKGPREFIX}-qiskit>=0.20.1:../../wip/py-qiskit
 
diff --git a/py-semopy/Makefile b/py-semopy/Makefile
index f6ad7c5ddc..6350b4b60b 100644
--- a/py-semopy/Makefile
+++ b/py-semopy/Makefile
@@ -10,15 +10,12 @@ HOMEPAGE=	https://semopy.com
 COMMENT=	Structural Equation Modeling Optimization in Python
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
-
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6.3:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.25.3:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-sympy>=1.8:../../math/py-sympy
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.22.1:../../math/py-scikit-learn
 DEPENDS+=	${PYPKGPREFIX}-statsmodels>=0.12.2:../../math/py-statsmodels
 
-
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-serial-asyncio/Makefile b/py-serial-asyncio/Makefile
index 70e5ae797d..3c61e4253c 100644
--- a/py-serial-asyncio/Makefile
+++ b/py-serial-asyncio/Makefile
@@ -10,8 +10,6 @@ HOMEPAGE=	https://github.com/pyserial/pyserial-asyncio
 COMMENT=	Python Serial Port Extension, Asynchronous I/O support
 LICENSE=	modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
-
 DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
 
 .include "../../lang/python/egg.mk"
diff --git a/py-sparse/Makefile b/py-sparse/Makefile
index ac05c25358..f20e09b3f9 100644
--- a/py-sparse/Makefile
+++ b/py-sparse/Makefile
@@ -10,10 +10,8 @@ HOMEPAGE=	https://sparse.pydata.org/
 COMMENT=	Sparse multi-dimensional arrays for the PyData ecosystem
 LICENSE=	2-clause-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
-
-DEPENDS+=		${PYPKGPREFIX}-numba>=0.51.2:../../math/py-numba
-DEPENDS+=               ${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-numba>=0.51.2:../../math/py-numba
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
 
 BUILDLINK_API_DEPENDS.pynumpy+=	${PYPKGPREFIX}-numpy>=1.0
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-spherical/Makefile b/py-spherical/Makefile
index 981a2a56e9..d10802d8bb 100644
--- a/py-spherical/Makefile
+++ b/py-spherical/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	spherical-1.0.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	math
+CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/spherical/}
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
@@ -10,13 +10,11 @@ HOMEPAGE=	https://github.com/moble/spherical
 COMMENT=	Evaluate and transform D matrices 3-j symbols, and spherical harmonics
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE+=	27
-PYTHON_VERSIONS_INCOMPATIBLE+=	36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-quaternionic>=0.2.0:../../wip/py-quaternionic
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
 
-
 BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.13
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff --git a/py-techdebt/Makefile b/py-techdebt/Makefile
index bd7cfcd9d3..f68e14bf17 100644
--- a/py-techdebt/Makefile
+++ b/py-techdebt/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/lcetinsoy/tech-debt
 COMMENT=	Technical debt tracker package
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 #DEPENDS+=	${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
diff --git a/py-trio/Makefile b/py-trio/Makefile
index 1d0af6aade..bc0dd9bdaf 100644
--- a/py-trio/Makefile
+++ b/py-trio/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/python-trio/trio
 COMMENT=	Friendly Python library for async concurrency and I/O
 LICENSE=	mit OR apache-2.0
 
-PYTHON_VERSIONS_INCOMPATIBLE=	37 36 27
+PYTHON_VERSIONS_INCOMPATIBLE=	37 27
 
 DEPENDS+=	${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=	${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers


Home | Main Index | Thread Index | Old Index