mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
539 B
Makefile
27 lines
539 B
Makefile
COMMENT= py.test xdist plugin for distributed testing
|
|
|
|
DISTNAME= pytest_xdist-${MODPY_DISTV}
|
|
PKGNAME= py-test-xdist-${MODPY_DISTV}
|
|
MODPY_DISTV= 3.8.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools_scm
|
|
|
|
RUN_DEPENDS= devel/py-execnet \
|
|
devel/py-test \
|
|
devel/py-apipkg
|
|
# uses its own pytest extension in test
|
|
TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \
|
|
devel/py-pexpect \
|
|
sysutils/py-filelock
|
|
|
|
.include <bsd.port.mk>
|