diff --git a/devel/py-pytest-run-parallel/Makefile b/devel/py-pytest-run-parallel/Makefile index 7915ddc42f74..836e76118f20 100644 --- a/devel/py-pytest-run-parallel/Makefile +++ b/devel/py-pytest-run-parallel/Makefile @@ -1,24 +1,24 @@ PORTNAME= pytest-run-parallel -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytest_run_parallel-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple pytest plugin to run tests concurrently WWW= https://github.com/Quansight-Labs/pytest-run-parallel LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0,1:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-pytest-run-parallel/distinfo b/devel/py-pytest-run-parallel/distinfo index 31a7d6163e6c..786b7457ad9e 100644 --- a/devel/py-pytest-run-parallel/distinfo +++ b/devel/py-pytest-run-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446702 -SHA256 (pytest_run_parallel-0.7.1.tar.gz) = ba53069f6c16147d6f5c275f5123947d1d0c31bd6ba57efc27e845a79afbe79e -SIZE (pytest_run_parallel-0.7.1.tar.gz) = 65445 +TIMESTAMP = 1764510966 +SHA256 (pytest_run_parallel-0.8.0.tar.gz) = 51aea7c89040b12fe1a1aca0f5e1739f7866fb273d873c8b4e4de12fef043fe2 +SIZE (pytest_run_parallel-0.8.0.tar.gz) = 65688 diff --git a/devel/py-pytest-run-parallel/files/patch-pyproject.toml b/devel/py-pytest-run-parallel/files/patch-pyproject.toml new file mode 100644 index 000000000000..9d41320896f8 --- /dev/null +++ b/devel/py-pytest-run-parallel/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-11-24 19:47:49 UTC ++++ pyproject.toml +@@ -21,8 +21,7 @@ maintainers = [ + { name = "Lysandros Nikolaou", email = "lnikolaou@quansight.com" }, + { name = "Nathan Goldbaum", email = "ngoldbaum@quansight.com" }, + ] +-license = "MIT" +-license-files = ["LICENSE"] ++license = { text = "MIT" } + classifiers = [ + "Framework :: Pytest", + "Development Status :: 4 - Beta",