Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 21:19:57 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d32a5864f5f0 - main - devel/py-pip: Reenable DOCS option by using py-towncrier23
Message-ID:  <202408042119.474LJve6065583@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d32a5864f5f0626fb81a527dc3d60a8168b20c7c

commit d32a5864f5f0626fb81a527dc3d60a8168b20c7c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 21:17:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 21:17:46 +0000

    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
---
 devel/py-pip/Makefile | 6 +++---
 1 file 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408042119.474LJve6065583>