pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pythran



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  2 06:52:11 UTC 2021

Modified Files:
        pkgsrc/math/py-pythran: Makefile

Log Message:
py-pythran: mark as incompatible with Python 3.6


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

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

Modified files:

Index: pkgsrc/math/py-pythran/Makefile
diff -u pkgsrc/math/py-pythran/Makefile:1.1 pkgsrc/math/py-pythran/Makefile:1.2
--- pkgsrc/math/py-pythran/Makefile:1.1 Fri Oct  1 19:55:37 2021
+++ pkgsrc/math/py-pythran/Makefile     Sat Oct  2 06:52:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/10/01 19:55:37 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/02 06:52:11 adam Exp $
 
 DISTNAME=      pythran-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-ply>=3.4:../../
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
 .for bin in pythran pythran-config



Home | Main Index | Thread Index | Old Index