graphics/py-pydot: Update to 2.0.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/pydot/pydot/blob/master/ChangeLog
This commit is contained in:
parent
f36189de0b
commit
b4d153d6b1
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue