aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-os-api-ref
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-01-11 11:11:46 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-01-11 11:11:46 +0000
commitb363de6a9efb452c6e8c711b3bf0556ce7c7c492 (patch)
tree2a84e719a8c8a1d00e0dfbd1911367f3013c2046 /textproc/py-os-api-ref
parentc0c055005ae43ed7b8fae94e6f3676ff254ce18e (diff)
downloadports-b363de6a9efb452c6e8c711b3bf0556ce7c7c492.tar.gz
ports-b363de6a9efb452c6e8c711b3bf0556ce7c7c492.zip
textproc/py-openstackdocstheme: Update to 2.2.7
* Remove the DOCS option as the documentation contains mostly references to external sites and isn't really useful for offline use. * Also update the RUN_DEPENDS of consumer textproc/py-os-api-ref to avoid conflicting dependencies and bump its PORTREVISION accordingly. Changelog: https://github.com/openstack/openstackdocstheme/compare/1.21.0...2.2.7
Notes
Notes: svn path=/head/; revision=561208
Diffstat (limited to 'textproc/py-os-api-ref')
-rw-r--r--textproc/py-os-api-ref/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-os-api-ref/Makefile b/textproc/py-os-api-ref/Makefile
index 3e486b8faf68..acc27eabc449 100644
--- a/textproc/py-os-api-ref/Makefile
+++ b/textproc/py-os-api-ref/Makefile
@@ -2,6 +2,7 @@
PORTNAME= os-api-ref
DISTVERSION= 1.5.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx18>=1.6.2:textproc/py-sphinx18@${PY_FLAVOR} \
+ ${PY_SPHINX} \
${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.6.2:textproc/py-openstackdocstheme@${PY_FLAVOR}
USES= python:3.6+