diff options
Diffstat (limited to 'graphics/py-pydot/Makefile')
-rw-r--r-- | graphics/py-pydot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index 95a83b74119f..2b725bf8cdb5 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -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 |