pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-hash



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Oct  9 03:28:26 UTC 2020

Modified Files:
        pkgsrc/finance/py-eth-hash: Makefile

Log Message:
py-eth-hash: mark Python 2.7 incompatibility due to dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/py-eth-hash/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-eth-hash/Makefile
diff -u pkgsrc/finance/py-eth-hash/Makefile:1.2 pkgsrc/finance/py-eth-hash/Makefile:1.3
--- pkgsrc/finance/py-eth-hash/Makefile:1.2     Thu Oct  8 19:09:05 2020
+++ pkgsrc/finance/py-eth-hash/Makefile Fri Oct  9 03:28:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/10/08 19:09:05 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/09 03:28:26 gutteridge Exp $
 
 DISTNAME=      eth-hash-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,6 +27,8 @@ BUILD_DEPENDS+=       ${PYPKGPREFIX}-sphinx-rt
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-bump2version
+
 # TODO: Migrate MASTER_SITES to MASTER_SITE_PYPI
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index