pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-modulegraph



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 31 08:12:17 UTC 2022

Modified Files:
        pkgsrc/devel/py-modulegraph: Makefile

Log Message:
py-modulegraph: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-modulegraph/Makefile

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

Modified files:

Index: pkgsrc/devel/py-modulegraph/Makefile
diff -u pkgsrc/devel/py-modulegraph/Makefile:1.18 pkgsrc/devel/py-modulegraph/Makefile:1.19
--- pkgsrc/devel/py-modulegraph/Makefile:1.18   Tue Oct 25 09:26:09 2022
+++ pkgsrc/devel/py-modulegraph/Makefile        Mon Oct 31 08:12:17 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2022/10/25 09:26:09 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/31 08:12:17 adam Exp $
 
 DISTNAME=      modulegraph-0.19.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ USE_LANGUAGES=        # none
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} modulegraph modulegraph-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index