git: e8d13a3c06c4 - main - devel/py-pyproject-fmt: Update to 2.1.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 07 Jul 2024 14:54:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8d13a3c06c4d2a9c3016018d0f4f9946d71d73d

commit e8d13a3c06c4d2a9c3016018d0f4f9946d71d73d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-07 14:37:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-07 14:51:03 +0000

    devel/py-pyproject-fmt: Update to 2.1.4
    
    Changes:        https://github.com/tox-dev/pyproject-fmt/releases
---
 devel/py-pyproject-fmt/Makefile                   |  7 +++----
 devel/py-pyproject-fmt/distinfo                   |  6 +++---
 devel/py-pyproject-fmt/files/patch-pyproject.toml | 11 -----------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/devel/py-pyproject-fmt/Makefile b/devel/py-pyproject-fmt/Makefile
index c0953087cf41..cdcc87166d2d 100644
--- a/devel/py-pyproject-fmt/Makefile
+++ b/devel/py-pyproject-fmt/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pyproject-fmt
-PORTVERSION=	2.1.3
-PORTREVISION=	1
+PORTVERSION=	2.1.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +13,8 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4:devel/py-hatch-vcs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}hatchling>=1.24.2:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject-fmt-rust>=1.1.4<1.1.4_99:devel/py-pyproject-fmt-rust@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.25:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyproject-fmt-rust>=1.1.5<1.1.5_99:devel/py-pyproject-fmt-rust@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-pyproject-fmt/distinfo b/devel/py-pyproject-fmt/distinfo
index 7c27f52ff1ec..5b16593dfff2 100644
--- a/devel/py-pyproject-fmt/distinfo
+++ b/devel/py-pyproject-fmt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716448698
-SHA256 (pyproject_fmt-2.1.3.tar.gz) = 4fe12151c48504202fd8b1eae27e0d584c31e69f6e58c97dca6df504bdeb191a
-SIZE (pyproject_fmt-2.1.3.tar.gz) = 9016
+TIMESTAMP = 1720355112
+SHA256 (pyproject_fmt-2.1.4.tar.gz) = 447ee69116dd7a8fc745f15b21ac28b76593e866024ffff8d8530f0b33d06b75
+SIZE (pyproject_fmt-2.1.4.tar.gz) = 9023
diff --git a/devel/py-pyproject-fmt/files/patch-pyproject.toml b/devel/py-pyproject-fmt/files/patch-pyproject.toml
deleted file mode 100644
index f4ae8c064850..000000000000
--- a/devel/py-pyproject-fmt/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2020-02-02 00:00:00 UTC
-+++ pyproject.toml
-@@ -33,7 +33,7 @@ dependencies = [
-   "version",
- ]
- dependencies = [
--  "pyproject-fmt-rust==1.1.3",
-+  "pyproject-fmt-rust==1.1.4",
-   "tomli>=2.0.1; python_version<'3.11'",
- ]
- optional-dependencies.docs = [