summaryrefslogtreecommitdiff
path: root/finance/py-eth-keyfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/py-eth-keyfile/Makefile')
-rw-r--r--finance/py-eth-keyfile/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/finance/py-eth-keyfile/Makefile b/finance/py-eth-keyfile/Makefile
new file mode 100644
index 00000000000..d4c05b16683
--- /dev/null
+++ b/finance/py-eth-keyfile/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 07:02:27 adam Exp $
+
+DISTNAME= eth-keyfile-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= finance python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keyfile/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/eth-keyfile
+COMMENT= Library for handling the encrypted keyfiles
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.4.7:../../security/py-cryptodome
+DEPENDS+= ${PYPKGPREFIX}-cytoolz>=0.9.0:../../devel/py-cytoolz
+DEPENDS+= ${PYPKGPREFIX}-eth-keys>=0.1.0:../../finance/py-eth-keys
+DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.0:../../finance/py-eth-utils
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"