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,27 +1,28 @@ PORTNAME= git-up PORTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= git_up-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of 'git up' WWW= https://github.com/msiemens/PyGitUp 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 USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes DOS2UNIX_GLOB= *.py .include 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", + ] +