pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 14:54:34 UTC 2022

Modified Files:
        pkgsrc/x11/py-sip-qt5: Makefile

Log Message:
py-sip-qt5: does not support Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-sip-qt5/Makefile

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

Modified files:

Index: pkgsrc/x11/py-sip-qt5/Makefile
diff -u pkgsrc/x11/py-sip-qt5/Makefile:1.3 pkgsrc/x11/py-sip-qt5/Makefile:1.4
--- pkgsrc/x11/py-sip-qt5/Makefile:1.3  Fri Dec  2 15:24:30 2022
+++ pkgsrc/x11/py-sip-qt5/Makefile      Wed Dec  7 14:54:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/12/02 15:24:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/07 14:54:34 wiz Exp $
 
 DISTNAME=      PyQt5_sip-12.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyQt5_sip/sip-qt5/}
@@ -12,5 +12,7 @@ LICENSE=      sip-license OR gnu-gpl-v2 OR gn
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index