Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 19:21:07 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: 9ce1f62ef02a - main - textproc/py-alabaster: Update to 0.7.12
Message-ID:  <202105041921.144JL7WC079099@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=9ce1f62ef02ab7949203ffe15ee052164748b95d

commit 9ce1f62ef02ab7949203ffe15ee052164748b95d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-04 19:15:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-04 19:15:28 +0000

    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
---
 textproc/py-alabaster/Makefile  | 12 +++++++-----
 textproc/py-alabaster/distinfo  |  5 +++--
 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



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