pkgsrc/finance/py-eth-keyfile/Makefile
adam cc2265ee08 py-eth-keyfile: added version 0.5.1
A library for handling the encrypted keyfiles used to store ethereum private keys.
2021-02-08 07:02:26 +00:00

23 lines
749 B
Makefile

# $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"