pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-crytic-compile



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec  9 09:32:33 UTC 2020

Modified Files:
        pkgsrc/finance/py-crytic-compile: Makefile

Log Message:
Mark packages that fail with Python 2.7


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

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

Modified files:

Index: pkgsrc/finance/py-crytic-compile/Makefile
diff -u pkgsrc/finance/py-crytic-compile/Makefile:1.1 pkgsrc/finance/py-crytic-compile/Makefile:1.2
--- pkgsrc/finance/py-crytic-compile/Makefile:1.1       Tue Sep 29 00:29:41 2020
+++ pkgsrc/finance/py-crytic-compile/Makefile   Wed Dec  9 09:32:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 00:29:41 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/09 09:32:33 nia Exp $
 
 DISTNAME=      crytic-compile-0.1.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ HOMEPAGE=     https://github.com/crytic/cryt
 COMMENT=       Abstraction layer for smart contract build systems
 LICENSE=       gnu-agpl-v3
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/crytic-compile \
                ${DESTDIR}${PREFIX}/bin/crytic-compile-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index