pkgsrc/finance/py-eth-typing/Makefile

19 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/02/07 20:04:59 adam Exp $
DISTNAME= eth-typing-2.2.2
PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/ethereum/eth-typing
COMMENT= Common type annotations for ethereum python packages
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"