Skip to content
Snippets Groups Projects
Verified Commit ef490a41 authored by sunpoet's avatar sunpoet
Browse files

devel/pytype: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
parent 5ae78eae
No related branches found
No related tags found
No related merge requests found
PORTNAME= pytype
PORTVERSION= 2024.10.11
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
......@@ -26,7 +27,7 @@ RUN_DEPENDS= ninja>=1.10.2:devel/ninja \
${PYTHON_PKGNAMEPREFIX}networkx>=2.8,1:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycnite>=2024.7.31:devel/py-pycnite@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydot>=1.4.2:graphics/py-pydot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.10:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
......
......@@ -9,12 +9,3 @@
jinja2>=3.1.2
libcst>=1.0.1
msgspec>=0.18.6
@@ -39,7 +39,7 @@ install_requires =
ninja>=1.10.0.post2
pycnite>=2024.07.31
pydot>=1.4.2
- tabulate>=0.8.10
+ tabulate>=0.8.9
toml>=0.10.2
typing-extensions>=4.3.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment