summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-10-09 03:28:26 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-10-09 03:28:26 +0000
commitfbb15abd16f94c754eecc89c297e7d9bea1ac035 (patch)
tree6931efe53b818ab5eab2f1ffd52d62f77af653bb /finance
parent9e2c95677c813231a03119b5755453699152f671 (diff)
downloadpkgsrc-fbb15abd16f94c754eecc89c297e7d9bea1ac035.tar.gz
py-eth-hash: mark Python 2.7 incompatibility due to dependency
Diffstat (limited to 'finance')
-rw-r--r--finance/py-eth-hash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/py-eth-hash/Makefile b/finance/py-eth-hash/Makefile
index 5214c507a4a..fa3a131076d 100644
--- a/finance/py-eth-hash/Makefile
+++ b/finance/py-eth-hash/Makefile
@@ -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-rtd-theme-[0-9]*:../../textproc/py-sphinx-
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"