mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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)
This commit is contained in:
parent
01ea66175f
commit
58f7088891
2 changed files with 9 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue