mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
482 B
Makefile
27 lines
482 B
Makefile
COMMENT = Mox is a mock object framework for Python
|
|
|
|
MODPY_DISTV = 1.1.0
|
|
DISTNAME = mox3-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
REVISION = 11
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = pbr
|
|
MODPY_PI = Yes
|
|
|
|
RUN_DEPENDS = devel/py-fixtures \
|
|
devel/py-pbr
|
|
|
|
# some tests run, some have problems
|
|
TEST_DEPENDS = devel/py-coverage \
|
|
devel/py-extras \
|
|
devel/py-fixtures \
|
|
devel/py-six \
|
|
devel/py-testtools
|
|
|
|
.include <bsd.port.mk>
|