pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-otherside



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 13 13:57:50 UTC 2023

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

Log Message:
py-otherside: mark as not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/py-otherside/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-otherside/Makefile
diff -u pkgsrc/x11/py-otherside/Makefile:1.2 pkgsrc/x11/py-otherside/Makefile:1.3
--- pkgsrc/x11/py-otherside/Makefile:1.2        Mon Apr  3 20:21:29 2023
+++ pkgsrc/x11/py-otherside/Makefile    Thu Apr 13 13:57:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/03 20:21:29 nros Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/13 13:57:50 wiz Exp $
 
 DISTNAME=      pyotherside-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -17,7 +17,8 @@ USE_LANGUAGES=        c++
 
 MAKE_ENV+=     INSTALL_ROOT=${DESTDIR}
 
-PYTHON_SELF_CONFLICT=  yes
+PYTHON_SELF_CONFLICT=          yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 pre-build:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake PYTHON_CONFIG=python${PYVERSSUFFIX}-config



Home | Main Index | Thread Index | Old Index