Date: Wed, 21 Feb 2024 15:24:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b4d153d6b1ec - main - graphics/py-pydot: Update to 2.0.0 Message-ID: <202402211524.41LFOXBD043782@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4d153d6b1ec5ab4666d75850c8f9d7c7e5b6368 commit b4d153d6b1ec5ab4666d75850c8f9d7c7e5b6368 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:43:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:07:52 +0000 graphics/py-pydot: Update to 2.0.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/pydot/pydot/blob/master/ChangeLog --- graphics/py-pydot/Makefile | 8 +++++--- graphics/py-pydot/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index bace62c7f0dc..8a560c519b5f 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydot -PORTVERSION= 1.4.2 +PORTVERSION= 2.0.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/pydot/pydot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= dot:graphics/graphviz \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyparsing>=3:devel/py-pyparsing@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index 54293ce2c5db..ac726e236ae9 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478429 -SHA256 (pydot-1.4.2.tar.gz) = 248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d -SIZE (pydot-1.4.2.tar.gz) = 137681 +TIMESTAMP = 1708449382 +SHA256 (pydot-2.0.0.tar.gz) = 60246af215123fa062f21cd791be67dda23a6f280df09f68919e637a1e4f3235 +SIZE (pydot-2.0.0.tar.gz) = 152022
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211524.41LFOXBD043782>