graphics/py-pydot: Update to 4.0.1

Changes:	https://github.com/pydot/pydot/blob/main/ChangeLog
This commit is contained in:
Po-Chuan Hsieh
2025-06-29 19:36:06 +08:00
parent 1fe22a90fe
commit 765459dc58
3 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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
+11 -3
View File
@@ -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'