diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-04 21:17:46 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-04 21:17:46 +0000 |
commit | d32a5864f5f0626fb81a527dc3d60a8168b20c7c (patch) | |
tree | 9fb9cbd9fce39d1048ae753d42ebf976da5a35d7 | |
parent | 7658dd3f0112b4ebd0931c04cca183fb91388c12 (diff) | |
download | ports-d32a5864f5f0626fb81a527dc3d60a8168b20c7c.tar.gz ports-d32a5864f5f0626fb81a527dc3d60a8168b20c7c.zip |
devel/py-pip: Reenable DOCS option by using py-towncrier23
- Bump PORTREVISION for package change
Change py-sphinxcontrib-towncrier and this port from incompatible py-towncrier
to compatible py-towncrier23. Therefore, DOCS can be enabled again.
Reference: https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
PR: 280570
-rw-r--r-- | devel/py-pip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index 429f0cfb493b..211c5b7f3b1f 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -1,6 +1,6 @@ PORTNAME= pip PORTVERSION= 23.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= https://files.pythonhosted.org/packages/c3/9e/8a7ba2c9984a060daa6c6f9fff4d576b7ace3936239d6b771541eab972ed/:test_setuptools \ https://files.pythonhosted.org/packages/61/86/cc8d1ff2ca31a312a25a708c891cf9facbad4eae493b3872638db6785eb5/:test_wheel @@ -50,7 +50,7 @@ GH_ACCOUNT= pypa SHEBANG_FILES= src/pip/__init__.py -#OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}myst-parser>=0:textproc/py-myst-parser@${PY_FLAVOR} \ @@ -58,7 +58,7 @@ DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furo>=0:textproc/py-furo@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}sphinx-copybutton>=0:textproc/py-sphinx-copybutton@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx-inline-tabs>=0:textproc/py-sphinx-inline-tabs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-towncrier>=0.2.0a0:textproc/py-sphinxcontrib-towncrier@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}towncrier>=0:textproc/py-towncrier@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}towncrier23>=0:textproc/py-towncrier23@${PY_FLAVOR} DOCS_PORTDOCS= * DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" |