git: 29e82ef9ffa7 - main - devel/py-hatch-regex-commit: Update to 0.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 06:30:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29e82ef9ffa764d4182b4813c5c4cba8a3480243
commit 29e82ef9ffa764d4182b4813c5c4cba8a3480243
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:17:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:17:30 +0000
devel/py-hatch-regex-commit: Update to 0.0.4
- Update WWW
Changes: https://github.com/frankie567/hatch-regex-commit/commits/main
---
devel/py-hatch-regex-commit/Makefile | 4 ++--
devel/py-hatch-regex-commit/distinfo | 6 +++---
devel/py-hatch-regex-commit/files/patch-pyproject.toml | 9 ---------
3 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/devel/py-hatch-regex-commit/Makefile b/devel/py-hatch-regex-commit/Makefile
index f1fa4b8d0e63..d1a288faf7db 100644
--- a/devel/py-hatch-regex-commit/Makefile
+++ b/devel/py-hatch-regex-commit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hatch-regex-commit
-PORTVERSION= 0.0.3
+PORTVERSION= 0.0.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -7,7 +7,7 @@ DISTNAME= hatch_regex_commit-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hatch plugin to create a commit and tag when bumping version
-WWW= https://pypi.org/project/hatch-regex-commit/
+WWW= https://github.com/frankie567/hatch-regex-commit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-hatch-regex-commit/distinfo b/devel/py-hatch-regex-commit/distinfo
index ccf929575ccb..dbca6c86a1b3 100644
--- a/devel/py-hatch-regex-commit/distinfo
+++ b/devel/py-hatch-regex-commit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732239500
-SHA256 (hatch_regex_commit-0.0.3.tar.gz) = fa6e4b221dd8d667901c86e6357716580d278c5bba6c9343e4768c1aeb0e9b38
-SIZE (hatch_regex_commit-0.0.3.tar.gz) = 6288
+TIMESTAMP = 1759816646
+SHA256 (hatch_regex_commit-0.0.4.tar.gz) = ccf5c0ddc9040233328a16cf727700406485f22a5307683cce0ac82e24e44689
+SIZE (hatch_regex_commit-0.0.4.tar.gz) = 6194
diff --git a/devel/py-hatch-regex-commit/files/patch-pyproject.toml b/devel/py-hatch-regex-commit/files/patch-pyproject.toml
deleted file mode 100644
index 895535d837cd..000000000000
--- a/devel/py-hatch-regex-commit/files/patch-pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
---- pyproject.toml.orig 2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["hatchling", "hatch-regex-commit"]
-+requires = ["hatchling"]
- build-backend = "hatchling.build"
-
- [project]