pkgsrc/finance/py-eth-keys/Makefile
adam 220792f6ab py-eth-keys: added version 0.3.3
A common API for Ethereum key operations with pluggable backends.
2021-02-08 07:00:56 +00:00

21 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.1 2021/02/08 07:00:56 adam Exp $
DISTNAME= eth-keys-0.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keys/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ethereum/eth-keys
COMMENT= Common API for Ethereum key operations
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-eth-typing>=2.2.1:../../finance/py-eth-typing
DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.3.0:../../finance/py-eth-utils
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"