pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-eth-hash py-eth-hash: mark Python 2.7 incom...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dad0a59fd041
branches: trunk
changeset: 440453:dad0a59fd041
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Oct 09 03:28:26 2020 +0000
description:
py-eth-hash: mark Python 2.7 incompatibility due to dependency
diffstat:
finance/py-eth-hash/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ee53188dd7e4 -r dad0a59fd041 finance/py-eth-hash/Makefile
--- a/finance/py-eth-hash/Makefile Thu Oct 08 22:51:55 2020 +0000
+++ b/finance/py-eth-hash/Makefile Fri Oct 09 03:28:26 2020 +0000
@@ -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 @@
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