diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 22:45:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 23:08:01 +0800 |
commit | 04e734de403e67241d6ac2e1c79ec247da86cbc8 (patch) | |
tree | 02d62266ab824c54a334e5e42f50583b1ef65904 | |
parent | sysutils/py-tmuxp: Update to 1.39.0 (diff) |
textproc/py-alabaster: Update to 0.7.16
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/sphinx-doc/alabaster/releases
https://alabaster.readthedocs.io/en/latest/changelog.html
-rw-r--r-- | textproc/py-alabaster/Makefile | 11 | ||||
-rw-r--r-- | textproc/py-alabaster/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile index dc460de98a9c..65387fc6d2f8 100644 --- a/textproc/py-alabaster/Makefile +++ b/textproc/py-alabaster/Makefile @@ -1,18 +1,21 @@ PORTNAME= alabaster -PORTVERSION= 0.7.13 +PORTVERSION= 0.7.16 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Modified Kr Sphinx theme -WWW= https://github.com/bitprophet/alabaster +WWW= https://alabaster.readthedocs.io/en/latest/ \ + https://github.com/sphinx-doc/alabaster LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-alabaster/distinfo b/textproc/py-alabaster/distinfo index 0e60c50e5073..0e34cc0b65d5 100644 --- a/textproc/py-alabaster/distinfo +++ b/textproc/py-alabaster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674590008 -SHA256 (alabaster-0.7.13.tar.gz) = a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2 -SIZE (alabaster-0.7.13.tar.gz) = 11454 +TIMESTAMP = 1708449454 +SHA256 (alabaster-0.7.16.tar.gz) = 75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65 +SIZE (alabaster-0.7.16.tar.gz) = 23776 |