Date: Tue, 17 Feb 2026 16:55:36 +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: 868fe8a041f1 - main - devel/py-git-up: Allow build with py-packaging 26.0+ Message-ID: <69949d88.246f9.fab5802@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=868fe8a041f185d63353cd334942647ebb50811b commit 868fe8a041f185d63353cd334942647ebb50811b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-17 16:50:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-17 16:53:40 +0000 devel/py-git-up: Allow build with py-packaging 26.0+ - Bump PORTREVISION for package change --- devel/py-git-up/Makefile | 3 ++- devel/py-git-up/files/patch-pyproject.toml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/devel/py-git-up/Makefile b/devel/py-git-up/Makefile index 87f19263437d..f8116c0f90be 100644 --- a/devel/py-git-up/Makefile +++ b/devel/py-git-up/Makefile @@ -1,5 +1,6 @@ PORTNAME= git-up PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.0<0.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gitpython>=3.1<4:devel/py-gitpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=25.0<26:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=25.0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=3.2<4:devel/py-termcolor@${PY_FLAVOR} USES= dos2unix python diff --git a/devel/py-git-up/files/patch-pyproject.toml b/devel/py-git-up/files/patch-pyproject.toml new file mode 100644 index 000000000000..c1c86f6014c5 --- /dev/null +++ b/devel/py-git-up/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -25,7 +25,7 @@ dependencies = [ + dependencies = [ + "GitPython~=3.1", + "colorama~=0.4", +- "packaging~=25.0", ++ "packaging>=25.0", + "termcolor~=3.2", + ] +home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d88.246f9.fab5802>
