git: ed4ececf7e24 - main - textproc/py-sphinxcontrib-towncrier: Add py-sphinxcontrib-towncrier 0.2.0a0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:01:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed4ececf7e2416bc98dee8ba702aaf90b6e6687a commit ed4ececf7e2416bc98dee8ba702aaf90b6e6687a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 14:43:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:05 +0000 textproc/py-sphinxcontrib-towncrier: Add py-sphinxcontrib-towncrier 0.2.0a0 sphinxcontrib-towncrier is an RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. WWW: https://github.com/sphinx-contrib/sphinxcontrib-towncrier --- textproc/Makefile | 1 + textproc/py-sphinxcontrib-towncrier/Makefile | 23 +++++++++++++++++++++++ textproc/py-sphinxcontrib-towncrier/distinfo | 3 +++ textproc/py-sphinxcontrib-towncrier/pkg-descr | 4 ++++ 4 files changed, 31 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index e26df6206aea..68be334c1f27 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1471,6 +1471,7 @@ SUBDIR += py-sphinxcontrib-programoutput SUBDIR += py-sphinxcontrib-qthelp SUBDIR += py-sphinxcontrib-serializinghtml + SUBDIR += py-sphinxcontrib-towncrier SUBDIR += py-sphinxcontrib-websupport SUBDIR += py-sphinxemoji SUBDIR += py-sphinxext-opengraph diff --git a/textproc/py-sphinxcontrib-towncrier/Makefile b/textproc/py-sphinxcontrib-towncrier/Makefile new file mode 100644 index 000000000000..a6c1812e7e1a --- /dev/null +++ b/textproc/py-sphinxcontrib-towncrier/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= sphinxcontrib-towncrier +PORTVERSION= 0.2.0a0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= RST directive for injecting a Towncrier-generated changelog draft + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}towncrier>=0:textproc/py-towncrier@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/py-sphinxcontrib-towncrier/distinfo b/textproc/py-sphinxcontrib-towncrier/distinfo new file mode 100644 index 000000000000..527ef207c9ea --- /dev/null +++ b/textproc/py-sphinxcontrib-towncrier/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1634391084 +SHA256 (sphinxcontrib-towncrier-0.2.0a0.tar.gz) = 31eed078e0a8b4c38dc30978dac8c53e2dfa7342ad8597d11816d1ea9ab0eabb +SIZE (sphinxcontrib-towncrier-0.2.0a0.tar.gz) = 23452 diff --git a/textproc/py-sphinxcontrib-towncrier/pkg-descr b/textproc/py-sphinxcontrib-towncrier/pkg-descr new file mode 100644 index 000000000000..4924fdfdcd77 --- /dev/null +++ b/textproc/py-sphinxcontrib-towncrier/pkg-descr @@ -0,0 +1,4 @@ +sphinxcontrib-towncrier is an RST directive for injecting a Towncrier-generated +changelog draft containing fragments for the unreleased (next) project version. + +WWW: https://github.com/sphinx-contrib/sphinxcontrib-towncrier