diff options
Diffstat (limited to 'graphics/py-pydot')
-rw-r--r-- | graphics/py-pydot/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-pydot/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-pydot/files/patch-pyproject.toml | 22 |
3 files changed, 27 insertions, 5 deletions
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index e89e06243e51..2b725bf8cdb5 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydot -PORTVERSION= 3.0.4 +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 be1f67d7af0d..979658f6d536 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738089102 -SHA256 (pydot-3.0.4.tar.gz) = 3ce88b2558f3808b0376f22bfa6c263909e1c3981e2a7b629b65b451eee4a25d -SIZE (pydot-3.0.4.tar.gz) = 168167 +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 new file mode 100644 index 000000000000..67194156c30a --- /dev/null +++ b/graphics/py-pydot/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-06-17 20:09:42 UTC ++++ pyproject.toml +@@ -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" +-license = "MIT" +-license-files = [ +- 'LICENSES/*', +-] ++license = {text = "MIT"} + requires-python = ">= 3.8" + dependencies = [ + 'pyparsing>=3.1.0' |