pkgsrc-WIP-changes archive

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

*: Convert packages to use PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Wed Dec 30 13:40:21 2020 +0100
Changeset:	8d5031422c17d320f234308c59a0a5d0c3d7b960

Modified Files:
	pre-commit/Makefile
	py-debtcollector/Makefile
	py-desktop-notify/Makefile
	py-docker-ssh/Makefile
	py-enum-compat/Makefile
	py-eventlet/Makefile
	py-expression/Makefile
	py-goose3/Makefile
	py-graphql-core/Makefile
	py-graphql-relay/Makefile
	py-hugo/Makefile
	py-nest-asyncio/Makefile
	py-qclib/Makefile
	py-qupulse/Makefile
	py-sabyenc3/Makefile
	py-taler-util/Makefile
	py-techdebt/Makefile
	py-wheel-inspect/Makefile
	sabnzbd/Makefile

Log Message:
*: Convert packages to use PYTHON_VERSIONS_INCOMPATIBLE

Will be helpful when newer Pythons come along, and for general
testing.

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

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

diffstat:
 pre-commit/Makefile        | 2 +-
 py-debtcollector/Makefile  | 2 +-
 py-desktop-notify/Makefile | 2 +-
 py-docker-ssh/Makefile     | 2 +-
 py-enum-compat/Makefile    | 2 +-
 py-eventlet/Makefile       | 2 +-
 py-expression/Makefile     | 2 +-
 py-goose3/Makefile         | 2 +-
 py-graphql-core/Makefile   | 2 +-
 py-graphql-relay/Makefile  | 2 +-
 py-hugo/Makefile           | 2 +-
 py-nest-asyncio/Makefile   | 2 +-
 py-qclib/Makefile          | 2 +-
 py-qupulse/Makefile        | 2 +-
 py-sabyenc3/Makefile       | 2 +-
 py-taler-util/Makefile     | 2 +-
 py-techdebt/Makefile       | 2 +-
 py-wheel-inspect/Makefile  | 2 +-
 sabnzbd/Makefile           | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diffs:
diff --git a/pre-commit/Makefile b/pre-commit/Makefile
index f402842cd9..14a7361d10 100644
--- a/pre-commit/Makefile
+++ b/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_ACCEPTED=	39 38 37 36 # Only supports 3.6+ since pre-commit v2.0.0
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-cfgv>=2.0.0:../../wip/py-cfgv
 DEPENDS+=	${PYPKGPREFIX}-conda-[0-9]*:../../wip/py-conda
diff --git a/py-debtcollector/Makefile b/py-debtcollector/Makefile
index 5ae188e633..b69576b393 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_ACCEPTED=	39 38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-pbr>=2.0.0:../../devel/py-pbr
 
diff --git a/py-desktop-notify/Makefile b/py-desktop-notify/Makefile
index 480b12c8af..b61a823436 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_ACCEPTED=	38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 DEPENDS+=	${PYPKGPREFIX}-dbus-next>=0.1.3:../../wip/py-dbus-next
 
diff --git a/py-docker-ssh/Makefile b/py-docker-ssh/Makefile
index 6d98c76df3..208983f3c7 100644
--- a/py-docker-ssh/Makefile
+++ b/py-docker-ssh/Makefile
@@ -12,7 +12,7 @@ LICENSE=	apache-2.0
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED=	38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-enum-compat/Makefile b/py-enum-compat/Makefile
index 05b7015af2..32b5596511 100644
--- a/py-enum-compat/Makefile
+++ b/py-enum-compat/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 #DEPENDS+=	${PYPKGPREFIX}-enum34>=1.1.10:../../devel/py-enum34
 
-PYTHON_VERSIONS_ACCEPTED= 38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
diff --git a/py-eventlet/Makefile b/py-eventlet/Makefile
index 1fda775112..b03c4dc662 100644
--- a/py-eventlet/Makefile
+++ b/py-eventlet/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://eventlet.net
 COMMENT=	Highly concurrent networking library
 LICENSE=	mit
 
-PYTHON_VERSIONS_ACCEPTED=	39 38 37 36 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 DEPENDS+=	${PYPKGPREFIX}-dns>=1.16.0:../../net/py-dns
 DEPENDS+=	${PYPKGPREFIX}-greenlet>=0.3:../../devel/py-greenlet
diff --git a/py-expression/Makefile b/py-expression/Makefile
index 6ca6f9d4ba..5fa2466e2a 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_ACCEPTED=	39 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36 37
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
 	
diff --git a/py-goose3/Makefile b/py-goose3/Makefile
index 77705bc505..895a45e90f 100644
--- a/py-goose3/Makefile
+++ b/py-goose3/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/goose3/goose3
 COMMENT=	Html Content / Article Extractor, web scrapping for Python3
 LICENSE=	apache-2.0
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-graphql-core/Makefile b/py-graphql-core/Makefile
index 1d9433703a..95fc0a1e49 100644
--- a/py-graphql-core/Makefile
+++ b/py-graphql-core/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/graphql-python/graphql-core
 COMMENT=	GraphQL.js, the JavaScript reference implementation for GraphQL
 LICENSE=	mit
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-graphql-relay/Makefile b/py-graphql-relay/Makefile
index fcb9fa60a2..1bd3ae1a19 100644
--- a/py-graphql-relay/Makefile
+++ b/py-graphql-relay/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/graphql-python/graphql-relay-py
 COMMENT=	Relay library for graphql-core-next
 LICENSE=	mit
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 #DEPENDS+=	${PYPKGPREFIX}-graphql-core>=3.1.2:../../wip/py-graphql-core
 
diff --git a/py-hugo/Makefile b/py-hugo/Makefile
index fa956df905..e54c73b0c1 100644
--- a/py-hugo/Makefile
+++ b/py-hugo/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 DEPENDS+=	${PYPKGPREFIX}-discord.py>=0:../../wip/py-discord.py
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-nest-asyncio/Makefile b/py-nest-asyncio/Makefile
index 51da3699ce..e68dce1870 100644
--- a/py-nest-asyncio/Makefile
+++ b/py-nest-asyncio/Makefile
@@ -12,7 +12,7 @@ LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED= 38 37
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-qclib/Makefile b/py-qclib/Makefile
index c099e2ea96..0e2ce22ac9 100644
--- a/py-qclib/Makefile
+++ b/py-qclib/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Quantum computing library using qiskit
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED=	38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 #DEPENDS+=	${PYPKGPREFIX}-qiskit>=0.20.1:../../wip/py-qiskit
 
diff --git a/py-qupulse/Makefile b/py-qupulse/Makefile
index b28c33ffb7..4587ef07fb 100644
--- a/py-qupulse/Makefile
+++ b/py-qupulse/Makefile
@@ -18,7 +18,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-test-benchmark>=3.2.3:../../devel/py-test-benchmar
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED=	36 37 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 BUILDLINK_API_DEPENDS.py-numpy+=        ${PYPKGPREFIX}-numpy>=1.0
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-sabyenc3/Makefile b/py-sabyenc3/Makefile
index b5b1f17b01..835fce4ed1 100644
--- a/py-sabyenc3/Makefile
+++ b/py-sabyenc3/Makefile
@@ -16,7 +16,7 @@ LICENSE=	gnu-gpl-v2 AND gnu-gpl-v3 AND modified-bsd AND mit
 
 USE_LANGUAGES+=	c
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 #.include "../../lang/python/extension.mk"
diff --git a/py-taler-util/Makefile b/py-taler-util/Makefile
index 2d5c560e1a..bf21a55456 100644
--- a/py-taler-util/Makefile
+++ b/py-taler-util/Makefile
@@ -17,7 +17,7 @@ WRKSRC=		${WRKDIR}/taler-util-0.6.2
 USE_LANGUAGES=	# none
 
 # Needs at least python 3.7
-PYTHON_VERSIONS_ACCEPTED=	38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-techdebt/Makefile b/py-techdebt/Makefile
index a2e71481b5..bd7cfcd9d3 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_ACCEPTED=	39 38 37
+PYTHON_VERSIONS_INCOMPATIBLE=	27 36
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.2.2:../../graphics/py-matplotlib
 #DEPENDS+=	${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
diff --git a/py-wheel-inspect/Makefile b/py-wheel-inspect/Makefile
index b7036b05b8..fc9ce93c71 100644
--- a/py-wheel-inspect/Makefile
+++ b/py-wheel-inspect/Makefile
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index b99a60241f..c3ff53504f 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -30,7 +30,7 @@ NO_BUILD=		yes
 USE_TOOLS=		pax
 USE_LANGUAGES+=		c
 
-PYTHON_VERSIONS_ACCEPTED=	38 37 36
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index