git: c1b78250196d - main - devel/py-git-up: Update to 2.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 11:58:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c1b78250196d020b7f2884184cd88c435864917c
commit c1b78250196d020b7f2884184cd88c435864917c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:37:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:53:23 +0000
devel/py-git-up: Update to 2.4.0
Changes: https://github.com/msiemens/PyGitUp/releases
https://github.com/msiemens/PyGitUp/blob/master/README.rst#changelog
---
devel/py-git-up/Makefile | 10 +++++-----
devel/py-git-up/distinfo | 6 +++---
devel/py-git-up/files/patch-pyproject.toml | 11 -----------
3 files changed, 8 insertions(+), 19 deletions(-)
diff --git a/devel/py-git-up/Makefile b/devel/py-git-up/Makefile
index edaff60e6428..87f19263437d 100644
--- a/devel/py-git-up/Makefile
+++ b/devel/py-git-up/Makefile
@@ -1,6 +1,5 @@
PORTNAME= git-up
-PORTVERSION= 2.3.0
-PORTREVISION= 1
+PORTVERSION= 2.4.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +11,11 @@ WWW= https://github.com/msiemens/PyGitUp
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0:devel/py-poetry-core@${PY_FLAVOR}
+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.0.0<4:devel/py-gitpython@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}termcolor>=2.0.0:devel/py-termcolor@${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}termcolor>=3.2<4:devel/py-termcolor@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist concurrent pep517
diff --git a/devel/py-git-up/distinfo b/devel/py-git-up/distinfo
index b073dea81c78..a723bad9cbb4 100644
--- a/devel/py-git-up/distinfo
+++ b/devel/py-git-up/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728632342
-SHA256 (git_up-2.3.0.tar.gz) = 4a771b9cae8bc6c95e2916bfb120a6ffc76c80fc3f5c91af61f91c21e5980f2e
-SIZE (git_up-2.3.0.tar.gz) = 22414
+TIMESTAMP = 1767157631
+SHA256 (git_up-2.4.0.tar.gz) = aee933884d9f78eaa92fec41b0ef646dc41d38b95a6a248a548c9e2fe87e6ff9
+SIZE (git_up-2.4.0.tar.gz) = 21954
diff --git a/devel/py-git-up/files/patch-pyproject.toml b/devel/py-git-up/files/patch-pyproject.toml
deleted file mode 100644
index 18a61610932a..000000000000
--- a/devel/py-git-up/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig 2024-10-05 20:00:15 UTC
-+++ pyproject.toml
-@@ -31,7 +31,7 @@ colorama = "^0.4.0"
- python = "^3.8"
- GitPython = "^3.0.0"
- colorama = "^0.4.0"
--termcolor = "^2.0.0"
-+termcolor = ">=2.0.0"
-
- [tool.poetry.dev-dependencies]
- coveralls = "^3.0.0"