mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
367 B
Makefile
23 lines
367 B
Makefile
COMMENT= testing library for Python
|
|
|
|
MODPY_DISTV = 0.13.0
|
|
DISTNAME= flexmock-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
|
|
CATEGORIES= devel
|
|
|
|
# https://github.com/flexmock/flexmock
|
|
HOMEPAGE= https://flexmock.readthedocs.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= poetry-core
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-testtools
|
|
|
|
.include <bsd.port.mk>
|