aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 14:43:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:05 +0000
commited4ececf7e2416bc98dee8ba702aaf90b6e6687a (patch)
tree8d93c9f8b39e1bf5b31979eeb1a32c54a2bd7d93
parente491bcd3530d8dd8e785a06dbbbea0903274f5ab (diff)
downloadports-ed4ececf7e2416bc98dee8ba702aaf90b6e6687a.tar.gz
ports-ed4ececf7e2416bc98dee8ba702aaf90b6e6687a.zip
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
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-sphinxcontrib-towncrier/Makefile23
-rw-r--r--textproc/py-sphinxcontrib-towncrier/distinfo3
-rw-r--r--textproc/py-sphinxcontrib-towncrier/pkg-descr4
4 files changed, 31 insertions, 0 deletions
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