pkgsrc-WIP-changes archive

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

py-pyasyncore and py-pyasynchat: make incompatible for python 3.9, 3.10 and 3.11 where package has no effect.



Module Name:	pkgsrc-wip
Committed By:	Jan-Hinrich Fessel <oskar%fessel.org@localhost>
Pushed By:	oskar
Date:		Thu Oct 24 11:31:33 2024 +0200
Changeset:	03c5d267fb2770cc8db1e05e67cb00036f9e6182

Modified Files:
	py-pyasynchat/Makefile
	py-pyasyncore/Makefile

Log Message:
py-pyasyncore and py-pyasynchat: make incompatible
for python 3.9, 3.10 and 3.11 where package has no effect.

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

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

diffstat:
 py-pyasynchat/Makefile | 2 +-
 py-pyasyncore/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-pyasynchat/Makefile b/py-pyasynchat/Makefile
index 80deabfaaf..98f177ce7f 100644
--- a/py-pyasynchat/Makefile
+++ b/py-pyasynchat/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-pyasyncore>=1.0.2:../../wip/py-pyasyncore
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
diff --git a/py-pyasyncore/Makefile b/py-pyasyncore/Makefile
index b9d8de7830..d1d4405b74 100644
--- a/py-pyasyncore/Makefile
+++ b/py-pyasyncore/Makefile
@@ -12,7 +12,7 @@ LICENSE=	python-software-foundation
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 


Home | Main Index | Thread Index | Old Index