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

textproc/py-numpydoc: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
parent fb27f606
No related branches found
No related tags found
No related merge requests found
PORTNAME= numpydoc
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.10:devel/py-tabulate@${PY_FLAVOR} \
${PY_TOMLI}
USES= python
......
--- pyproject.toml.orig 2023-08-31 17:00:35 UTC
+++ pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
'sphinx>=5',
'Jinja2>=2.10',
- 'tabulate>=0.8.10',
+ 'tabulate>=0.8.9',
"tomli>=1.1.0;python_version<'3.11'",
]
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