mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
486 B
Makefile
25 lines
486 B
Makefile
COMMENT= library for property based testing
|
|
|
|
MODPY_DISTV= 6.138.14
|
|
DISTNAME= hypothesis-${MODPY_DISTV}
|
|
PKGNAME= py-hypothesis-${MODPY_DISTV}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://hypothesis.works/
|
|
|
|
# MPL 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= devel/py-attrs \
|
|
devel/py-coverage \
|
|
devel/py-sortedcontainers<3.0.0
|
|
|
|
# Primary author is completely uninterested in supplying tests via PyPI
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|