pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  7 14:56:33 UTC 2022

Modified Files:
        pkgsrc/x11/py-sip6: Makefile

Log Message:
py-sip6: does not support Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-sip6/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-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.1 pkgsrc/x11/py-sip6/Makefile:1.2
--- pkgsrc/x11/py-sip6/Makefile:1.1     Fri Dec  2 15:22:04 2022
+++ pkgsrc/x11/py-sip6/Makefile Wed Dec  7 14:56:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/02 15:22:04 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/07 14:56:33 wiz Exp $
 
 DISTNAME=      sip-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-sip6-6.7.5
@@ -17,5 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-toml>=0:../../t
 
 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