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
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 22:43:53 +08:00
parent e491bcd353
commit ed4ececf7e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1634391084
SHA256 (sphinxcontrib-towncrier-0.2.0a0.tar.gz) = 31eed078e0a8b4c38dc30978dac8c53e2dfa7342ad8597d11816d1ea9ab0eabb
SIZE (sphinxcontrib-towncrier-0.2.0a0.tar.gz) = 23452

View file

@ -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