mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-numpydoc: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
This commit is contained in:
parent
fb27f606fd
commit
13b5c317f6
2 changed files with 2 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= numpydoc
|
PORTNAME= numpydoc
|
||||||
PORTVERSION= 1.6.0
|
PORTVERSION= 1.6.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
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}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${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}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}
|
${PY_TOMLI}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- 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'",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue