pkgsrc-WIP-changes archive

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

py-qtconsole: Mark python versions that are incompatible



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 27 06:40:23 2024 -0600
Changeset:	6d2fe36862528edd77c41dd066eb926b99b04dbb

Modified Files:
	py-qtconsole/Makefile

Log Message:
py-qtconsole: Mark python versions that are incompatible

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

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

diffstat:
 py-qtconsole/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-qtconsole/Makefile b/py-qtconsole/Makefile
index 187a2ba940..87f6a0d832 100644
--- a/py-qtconsole/Makefile
+++ b/py-qtconsole/Makefile
@@ -21,5 +21,7 @@ DEPENDS+=	${PYPKGPREFIX}-zmq>=17.1:../../net/py-zmq
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index