[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-test-forked

File: [local] / ports / devel / py-test-forked / Makefile (download)

Revision 1.13, Mon May 6 12:23:31 2024 UTC (5 weeks, 2 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =		run each test in a forked subprocess

MODPY_EGG_VERSION =	1.6.0

DISTNAME =		pytest-forked-${MODPY_EGG_VERSION}
PKGNAME =		py-test-forked-${MODPY_EGG_VERSION}
REVISION =		0

CATEGORIES =		devel

HOMEPAGE =		https://github.com/pytest-dev/pytest-forked

# MIT
PERMIT_PACKAGE =	Yes

FLAVORS =		python3
FLAVOR =		python3

MODULES =		lang/python

MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools_scm
MODPY_PYTEST_ARGS =	-v

RUN_DEPENDS =		devel/py-test${MODPY_FLAVOR}

.include <bsd.port.mk>