diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-04 19:15:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-04 19:15:28 +0000 |
commit | 9ce1f62ef02ab7949203ffe15ee052164748b95d (patch) | |
tree | 64de216cbf4b6403c69f8a7f9abdff1f14a34414 | |
parent | 87c68745a924121f735b3efa89b1e4274cc3650e (diff) | |
download | ports-9ce1f62ef02ab7949203ffe15ee052164748b95d.tar.gz ports-9ce1f62ef02ab7949203ffe15ee052164748b95d.zip |
textproc/py-alabaster: Update to 0.7.12
- Fix LICENSE
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership
Changes: https://github.com/bitprophet/alabaster/blob/master/docs/changelog.rst
-rw-r--r-- | textproc/py-alabaster/Makefile | 12 | ||||
-rw-r--r-- | textproc/py-alabaster/distinfo | 5 | ||||
-rw-r--r-- | textproc/py-alabaster/pkg-descr | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/py-alabaster/Makefile b/textproc/py-alabaster/Makefile index 1c2c5cc507a7..87da0b95bb69 100644 --- a/textproc/py-alabaster/Makefile +++ b/textproc/py-alabaster/Makefile @@ -1,16 +1,18 @@ PORTNAME= alabaster -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.12 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Modified Kr Sphinx theme -LICENSE= MIT +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/textproc/py-alabaster/distinfo b/textproc/py-alabaster/distinfo index 3671b689caa7..fb582bb79a78 100644 --- a/textproc/py-alabaster/distinfo +++ b/textproc/py-alabaster/distinfo @@ -1,2 +1,3 @@ -SHA256 (alabaster-0.7.6.tar.gz) = 309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb -SIZE (alabaster-0.7.6.tar.gz) = 16598 +TIMESTAMP = 1620151078 +SHA256 (alabaster-0.7.12.tar.gz) = a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02 +SIZE (alabaster-0.7.12.tar.gz) = 11242 diff --git a/textproc/py-alabaster/pkg-descr b/textproc/py-alabaster/pkg-descr index 6af0f8757061..24782ee8b648 100644 --- a/textproc/py-alabaster/pkg-descr +++ b/textproc/py-alabaster/pkg-descr @@ -1,4 +1,4 @@ -Based off the original Flask and KR themes, this is a more -extensible version of the prior. +Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx +documentation system. WWW: https://github.com/bitprophet/alabaster |