diff --git a/devel/py-pytest-checkdocs/Makefile b/devel/py-pytest-checkdocs/Makefile index 792722019633..7a8735b85100 100644 --- a/devel/py-pytest-checkdocs/Makefile +++ b/devel/py-pytest-checkdocs/Makefile @@ -1,31 +1,31 @@ PORTNAME= pytest-checkdocs -PORTVERSION= 2.13.0 +PORTVERSION= 2.14.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pytest_checkdocs-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check the README when running tests WWW= https://github.com/jaraco/pytest-checkdocs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jaraco.packaging>=9.5:devel/py-jaraco.packaging@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=2.2:devel/py-pytest-enabler@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-ruff>=0.2.1:devel/py-pytest-ruff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-docutils>=0:devel/py-types-docutils@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes .include diff --git a/devel/py-pytest-checkdocs/distinfo b/devel/py-pytest-checkdocs/distinfo index a01bd23e7161..6ccccaa5e930 100644 --- a/devel/py-pytest-checkdocs/distinfo +++ b/devel/py-pytest-checkdocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722272060 -SHA256 (pytest_checkdocs-2.13.0.tar.gz) = b0e67169c543986142e15afbc17c772da87fcdb0922c7b1e4f6c60f8769f11f9 -SIZE (pytest_checkdocs-2.13.0.tar.gz) = 8770 +TIMESTAMP = 1767157645 +SHA256 (pytest_checkdocs-2.14.0.tar.gz) = 367805c63392bd50853f9cae35caa2d2888fce06002ddf88d74830494b828e12 +SIZE (pytest_checkdocs-2.14.0.tar.gz) = 11261 diff --git a/devel/py-pytest-checkdocs/files/patch-pyproject.toml b/devel/py-pytest-checkdocs/files/patch-pyproject.toml new file mode 100644 index 000000000000..6c1c5fdcb268 --- /dev/null +++ b/devel/py-pytest-checkdocs/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-12-26 21:02:03 UTC ++++ pyproject.toml +@@ -1,9 +1,7 @@ requires = [ + [build-system] + requires = [ +- "setuptools>=77", ++ "setuptools>=61", + "setuptools_scm[toml]>=3.4.1", +- # jaraco/skeleton#174 +- "coherent.licensed", + ] + build-backend = "setuptools.build_meta" + +@@ -22,7 +20,7 @@ requires-python = ">=3.9" + "Framework :: Pytest", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = { text = "MIT" } + dependencies = [ + "docutils >= 0.15", + "jaraco.packaging >= 9.5",