diff options
author | adam <adam@pkgsrc.org> | 2021-02-08 07:02:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-08 07:02:26 +0000 |
commit | 57c9a546c66042697b88dac8c9ff02da4bc5b80d (patch) | |
tree | 34ec4b148f5db52d1c523ffd62475c8f2e6022ad /finance/py-eth-keyfile/Makefile | |
parent | 29b4e6be0d2436c4f2bb068a27e1ad3362c504ea (diff) | |
download | pkgsrc-57c9a546c66042697b88dac8c9ff02da4bc5b80d.tar.gz |
py-eth-keyfile: added version 0.5.1
A library for handling the encrypted keyfiles used to store ethereum private keys.
Diffstat (limited to 'finance/py-eth-keyfile/Makefile')
-rw-r--r-- | finance/py-eth-keyfile/Makefile | 23 |
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" |