diff options
Diffstat (limited to 'graphics/py-pydot')
-rw-r--r-- | graphics/py-pydot/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-pydot/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-pydot/files/patch-pyproject.toml | 14 |
3 files changed, 18 insertions, 4 deletions
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index e89e06243e51..95a83b74119f 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydot -PORTVERSION= 3.0.4 +PORTVERSION= 4.0.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index be1f67d7af0d..9c711b3828ee 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 = 1747546562 +SHA256 (pydot-4.0.0.tar.gz) = 12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97 +SIZE (pydot-4.0.0.tar.gz) = 161793 diff --git a/graphics/py-pydot/files/patch-pyproject.toml b/graphics/py-pydot/files/patch-pyproject.toml new file mode 100644 index 000000000000..e0a8a968172c --- /dev/null +++ b/graphics/py-pydot/files/patch-pyproject.toml @@ -0,0 +1,14 @@ +--- pyproject.toml.orig 2025-05-04 11:11:07 UTC ++++ pyproject.toml +@@ -10,10 +10,7 @@ readme = "README.md" + 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.0.9' |