pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ailment



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Aug 27 12:27:23 UTC 2020

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

Log Message:
No Python 2.7 support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ailment/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-ailment/Makefile
diff -u pkgsrc/devel/py-ailment/Makefile:1.1 pkgsrc/devel/py-ailment/Makefile:1.2
--- pkgsrc/devel/py-ailment/Makefile:1.1        Tue Aug 18 20:24:57 2020
+++ pkgsrc/devel/py-ailment/Makefile    Thu Aug 27 12:27:23 2020
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2020/08/18 20:24:57 riastradh Exp $
+#      $NetBSD: Makefile,v 1.2 2020/08/27 12:27:23 joerg Exp $
 
 .include "../../devel/py-angr/version.mk"
 
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/angr/ailmen
 COMMENT=       The angr intermediate language
 LICENSE=       2-clause-bsd
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-archinfo>=0:../../devel/py-archinfo
 TEST_DEPENDS+= ${PYPKGPREFIX}-pyvex>=0:../../devel/py-pyvex
 



Home | Main Index | Thread Index | Old Index