Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 05:46:41 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffdc0c5c9e69 - main - devel/py-check-wheel-contents: Update version requirement of RUN_DEPENDS
Message-ID:  <69fc2741.39ebe.52593a55@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffdc0c5c9e698e15a37ed6809cd3f37b4c42e935

commit ffdc0c5c9e698e15a37ed6809cd3f37b4c42e935
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 05:43:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 05:43:10 +0000

    devel/py-check-wheel-contents: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-check-wheel-contents/Makefile                   |  4 ++--
 devel/py-check-wheel-contents/files/patch-pyproject.toml | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)

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,6 +1,6 @@
 PORTNAME=	check-wheel-contents
 PORTVERSION=	0.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +18,7 @@ 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} \
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",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2741.39ebe.52593a55>