bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
588 B
Makefile
22 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:40 wiz Exp $
|
|
|
|
DISTNAME= ecdsa-0.17.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ecdsa/}
|
|
|
|
MAINTAINER= gls@NetBSD.org
|
|
HOMEPAGE= https://github.com/warner/python-ecdsa
|
|
COMMENT= Easy-to-use implementation of ECDSA cryptography
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/src && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|