summaryrefslogtreecommitdiff
path: root/graphics/py-pydot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-pydot')
-rw-r--r--graphics/py-pydot/Makefile4
-rw-r--r--graphics/py-pydot/distinfo6
-rw-r--r--graphics/py-pydot/files/patch-pyproject.toml14
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'