forked from Lainports/freebsd-ports
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:
parent
e491bcd353
commit
ed4ececf7e
4 changed files with 31 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
textproc/py-sphinxcontrib-towncrier/Makefile
Normal file
23
textproc/py-sphinxcontrib-towncrier/Makefile
Normal 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>
|
||||
3
textproc/py-sphinxcontrib-towncrier/distinfo
Normal file
3
textproc/py-sphinxcontrib-towncrier/distinfo
Normal 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
|
||||
4
textproc/py-sphinxcontrib-towncrier/pkg-descr
Normal file
4
textproc/py-sphinxcontrib-towncrier/pkg-descr
Normal 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
|
||||
Loading…
Add table
Reference in a new issue