sthen 9238122526 py-ecdsa doesn't need a py2 flavour any more, it was used as TEST_DEPENDS
for py2-dnspy, but we dropped py2 tests with the pytest update
ok benoit@
2022-08-18 14:18:04 +00:00

31 lines
593 B
Makefile

COMMENT = Python implementation of ECDSA cryptography
MODPY_EGG_VERSION = 0.18.0
REVISION = 0
DISTNAME = ecdsa-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
HOMEPAGE = https://github.com/warner/python-ecdsa
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = src/ecdsa
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-six${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-hypothesis${MODPY_FLAVOR}
.include <bsd.port.mk>