Date: Mon, 6 Jan 2025 00:44:03 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 58f7088891ec - main - textproc/py-sphinxcontrib-applehelp: update to 2.0.0 Message-ID: <202501060044.5060i3AI059739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=58f7088891ec749713e3ed6cf34558cfec56ff11 commit 58f7088891ec749713e3ed6cf34558cfec56ff11 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2025-01-05 17:07:01 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2025-01-06 00:43:33 +0000 textproc/py-sphinxcontrib-applehelp: update to 2.0.0 ...in preparation of potential py-sphinx upgrades, which moved the progress reporting to sphinx.util.display. PR: 283871 Approved by: wen@ (maintainer) --- textproc/py-sphinxcontrib-applehelp/Makefile | 9 ++++++--- textproc/py-sphinxcontrib-applehelp/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/textproc/py-sphinxcontrib-applehelp/Makefile b/textproc/py-sphinxcontrib-applehelp/Makefile index 65ddb318970b..c897f272bb0d 100644 --- a/textproc/py-sphinxcontrib-applehelp/Makefile +++ b/textproc/py-sphinxcontrib-applehelp/Makefile @@ -1,5 +1,5 @@ PORTNAME= sphinxcontrib-applehelp -PORTVERSION= 1.0.2 +PORTVERSION= 2.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,13 @@ COMMENT= Extension which outputs Apple help books WWW= https://www.sphinx-doc.org/ LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENCE.rst USES= python -USE_PYTHON= autoplist distutils concurrent +USE_GITHUB= yes +GH_TUPLE= sphinx-doc:sphinxcontrib-applehelp:${PORTVERSION} +USE_PYTHON= autoplist concurrent pep517 pytest +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-applehelp/distinfo b/textproc/py-sphinxcontrib-applehelp/distinfo index c1837e1e5c0e..149c9f700ea2 100644 --- a/textproc/py-sphinxcontrib-applehelp/distinfo +++ b/textproc/py-sphinxcontrib-applehelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584757324 -SHA256 (python/sphinxcontrib-applehelp-1.0.2.tar.gz) = a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58 -SIZE (python/sphinxcontrib-applehelp-1.0.2.tar.gz) = 24548 +TIMESTAMP = 1736092027 +SHA256 (python/sphinx-doc-sphinxcontrib-applehelp-2.0.0_GH0.tar.gz) = 953f2b79bf0162715e943fadbb805f614fb879c61f07a44d425961485baf7891 +SIZE (python/sphinx-doc-sphinxcontrib-applehelp-2.0.0_GH0.tar.gz) = 23268
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501060044.5060i3AI059739>