Date: Sun, 05 Jul 2026 12:35:42 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f7644d2043e - main - devel/py-importlib-resources: Update version 6.5.2=>7.0.0 Message-ID: <6a4a4f9e.24f56.5ce67038@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f7644d2043ee7fe259e67ee803d2d186f3ad3f6 commit 6f7644d2043ee7fe259e67ee803d2d186f3ad3f6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-07-05 01:09:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-07-05 12:35:10 +0000 devel/py-importlib-resources: Update version 6.5.2=>7.0.0 Changelog: https://github.com/python/importlib_resources/releases/tag/v7.0.0 --- devel/py-importlib-resources/Makefile | 7 ++++++- devel/py-importlib-resources/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/devel/py-importlib-resources/Makefile b/devel/py-importlib-resources/Makefile index 79599f39de29..131e073724f5 100644 --- a/devel/py-importlib-resources/Makefile +++ b/devel/py-importlib-resources/Makefile @@ -1,5 +1,5 @@ PORTNAME= importlib-resources -DISTVERSION= 6.5.2 +DISTVERSION= 7.0.0 CATEGORIES= devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coherent.licensed>0:devel/py-coherent.licensed@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} @@ -21,4 +22,8 @@ USE_PYTHON= autoplist pep517 NO_ARCH= yes +post-patch: + @${REINPLACE_CMD} '/license-files/d; s|^license = "Apache-2.0"|license = { text = "Apache-2.0" }|; s|77|63|g' \ + ${WRKSRC}/pyproject.toml + .include <bsd.port.mk> diff --git a/devel/py-importlib-resources/distinfo b/devel/py-importlib-resources/distinfo index 79b6a7187595..1f341f79836e 100644 --- a/devel/py-importlib-resources/distinfo +++ b/devel/py-importlib-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736943877 -SHA256 (importlib_resources-6.5.2.tar.gz) = 185f87adef5bcc288449d98fb4fba07cea78bc036455dd44c5fc4a2fe78fed2c -SIZE (importlib_resources-6.5.2.tar.gz) = 44693 +TIMESTAMP = 1783213747 +SHA256 (importlib_resources-7.0.0.tar.gz) = ccb3c88c71b22528f9e8f2ccf46493f83496b93002fe0faeaefd90461c642585 +SIZE (importlib_resources-7.0.0.tar.gz) = 44582home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4a4f9e.24f56.5ce67038>
