diff --git a/devel/py-check-wheel-contents/Makefile b/devel/py-check-wheel-contents/Makefile index ab84bcca06e3..a104a068ce62 100644 --- a/devel/py-check-wheel-contents/Makefile +++ b/devel/py-check-wheel-contents/Makefile @@ -1,32 +1,32 @@ PORTNAME= check-wheel-contents PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 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} 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}click>=8.2<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>=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/files/patch-pyproject.toml b/devel/py-check-wheel-contents/files/patch-pyproject.toml deleted file mode 100644 index 0be2153bc6f3..000000000000 --- a/devel/py-check-wheel-contents/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- 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",