pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pygccxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  1 08:46:13 UTC 2023

Modified Files:
        pkgsrc/textproc/py-pygccxml: Makefile

Log Message:
py-pygccxml: mark as not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-pygccxml/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-pygccxml/Makefile
diff -u pkgsrc/textproc/py-pygccxml/Makefile:1.1 pkgsrc/textproc/py-pygccxml/Makefile:1.2
--- pkgsrc/textproc/py-pygccxml/Makefile:1.1    Sat Oct  8 13:17:21 2022
+++ pkgsrc/textproc/py-pygccxml/Makefile        Sat Jul  1 08:46:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/10/08 13:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/01 08:46:13 wiz Exp $
 
 DISTNAME=      pygccxml-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@ LICENSE=      boost-license
 USE_LANGUAGES= # none
 NO_BUILD=      yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index