git: 765459dc587e - main - graphics/py-pydot: Update to 4.0.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 29 Jun 2025 11:49:37 UTC
The branch main has been updated by sunpoet:

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

commit 765459dc587e91f1207db8eeef354f3f3dc104ef
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-06-29 11:36:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-06-29 11:46:07 +0000

    graphics/py-pydot: Update to 4.0.1
    
    Changes:        https://github.com/pydot/pydot/blob/main/ChangeLog
---
 graphics/py-pydot/Makefile                   |  4 ++--
 graphics/py-pydot/distinfo                   |  6 +++---
 graphics/py-pydot/files/patch-pyproject.toml | 14 +++++++++++---
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile
index 95a83b74119f..2b725bf8cdb5 100644
--- a/graphics/py-pydot/Makefile
+++ b/graphics/py-pydot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pydot
-PORTVERSION=	4.0.0
+PORTVERSION=	4.0.1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSES/MIT.txt
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	dot:graphics/graphviz \
-		${PYTHON_PKGNAMEPREFIX}pyparsing>=3.0.9:devel/py-pyparsing@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pyparsing>=3.1.0:devel/py-pyparsing@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo
index 9c711b3828ee..979658f6d536 100644
--- a/graphics/py-pydot/distinfo
+++ b/graphics/py-pydot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747546562
-SHA256 (pydot-4.0.0.tar.gz) = 12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97
-SIZE (pydot-4.0.0.tar.gz) = 161793
+TIMESTAMP = 1750954210
+SHA256 (pydot-4.0.1.tar.gz) = c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5
+SIZE (pydot-4.0.1.tar.gz) = 162594
diff --git a/graphics/py-pydot/files/patch-pyproject.toml b/graphics/py-pydot/files/patch-pyproject.toml
index e0a8a968172c..67194156c30a 100644
--- a/graphics/py-pydot/files/patch-pyproject.toml
+++ b/graphics/py-pydot/files/patch-pyproject.toml
@@ -1,6 +1,14 @@
---- pyproject.toml.orig	2025-05-04 11:11:07 UTC
+--- pyproject.toml.orig	2025-06-17 20:09:42 UTC
 +++ pyproject.toml
-@@ -10,10 +10,7 @@ readme = "README.md"
+@@ -3,17 +3,14 @@
+ # SPDX-License-Identifier: MIT
+ 
+ [build-system]
+-requires = ["setuptools >= 75.3.2"]
++requires = ["setuptools >= 61.0"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
  name = 'pydot'
  description = "Python interface to Graphviz's Dot"
  readme = "README.md"
@@ -11,4 +19,4 @@
 +license = {text = "MIT"}
  requires-python = ">= 3.8"
  dependencies = [
-   'pyparsing>=3.0.9'
+   'pyparsing>=3.1.0'