diff --git a/devel/py-check-wheel-contents/Makefile b/devel/py-check-wheel-contents/Makefile index 9af743b4b362..ab84bcca06e3 100644 --- a/devel/py-check-wheel-contents/Makefile +++ b/devel/py-check-wheel-contents/Makefile @@ -1,28 +1,32 @@ PORTNAME= check-wheel-contents PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= check_wheel_contents-${PORTVERSION} +PATCH_SITES= https://github.com/jwodder/check-wheel-contents/commit/ +PATCHFILES= a83be927738256ec756e9fffd319782d6e7466dd.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check your wheels have the right contents WWW= https://github.com/jwodder/check-wheel-contents LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=18.1:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.2<9:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=18.1:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.1<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.0<3:devel/py-pydantic2@${PY_FLAVOR} \ ${PY_TOMLI} \ - ${PYTHON_PKGNAMEPREFIX}wheel-filename>=1.1<2:devel/py-wheel-filename@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel-filename>=2.0<3:devel/py-wheel-filename@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-check-wheel-contents/distinfo b/devel/py-check-wheel-contents/distinfo index 62054fefb1c7..b99e446e3512 100644 --- a/devel/py-check-wheel-contents/distinfo +++ b/devel/py-check-wheel-contents/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1757120634 +TIMESTAMP = 1773966836 SHA256 (check_wheel_contents-0.6.3.tar.gz) = 10e6939e2fe4e6ce1edf2ff6ec6157808677e80782e78021ae139dd88473a442 SIZE (check_wheel_contents-0.6.3.tar.gz) = 586023 +SHA256 (a83be927738256ec756e9fffd319782d6e7466dd.patch) = d2652a785e067aacde3b75fd8c739780ef0299c27ee8de98c7d687aef7417948 +SIZE (a83be927738256ec756e9fffd319782d6e7466dd.patch) = 2542 diff --git a/devel/py-check-wheel-contents/files/patch-pyproject.toml b/devel/py-check-wheel-contents/files/patch-pyproject.toml new file mode 100644 index 000000000000..0be2153bc6f3 --- /dev/null +++ b/devel/py-check-wheel-contents/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -38,7 +38,7 @@ dependencies = [ + + dependencies = [ + "attrs >= 18.1", +- "click ~= 8.2, != 8.2.2", ++ "click ~= 8.1, != 8.2.2", + "packaging", + "backports.cached-property; python_version < '3.8'", + "pydantic ~= 2.0",