aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-recommonmark
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-08-16 21:14:09 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-08-16 21:14:09 +0000
commit372cb6e14f82ec751d95e8c4a6af7d3ee0c0a96a (patch)
tree9d1a093cf910009642b4c043271364d60a655a25 /textproc/py-recommonmark
parent9bf68f57dd58eb7e88504edb20d559c0de820d13 (diff)
downloadports-372cb6e14f82ec751d95e8c4a6af7d3ee0c0a96a.tar.gz
ports-372cb6e14f82ec751d95e8c4a6af7d3ee0c0a96a.zip
Add textproc/py-recommonmark:
Recommonmark is a a docutils-compatibility bridge to CommonMark. This allows you to write CommonMark inside of Docutils & Sphinx projects. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=477377
Diffstat (limited to 'textproc/py-recommonmark')
-rw-r--r--textproc/py-recommonmark/Makefile28
-rw-r--r--textproc/py-recommonmark/distinfo3
-rw-r--r--textproc/py-recommonmark/pkg-descr6
3 files changed, 37 insertions, 0 deletions
diff --git a/textproc/py-recommonmark/Makefile b/textproc/py-recommonmark/Makefile
new file mode 100644
index 000000000000..b412cf2a32b4
--- /dev/null
+++ b/textproc/py-recommonmark/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= recommonmark
+PORTVERSION= 0.0.20180530
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= brooks@freebsd.org
+COMMENT= CommonMark bridge for docutils and Sphinx
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/license.md
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.7.3:textproc/py-CommonMark@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= rtfd
+GH_PROJECT= recommonmark
+GH_TAGNAME= 956bf18b24d48ff0b496d7464bc01a368fb97807
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-recommonmark/distinfo b/textproc/py-recommonmark/distinfo
new file mode 100644
index 000000000000..782bc1caef22
--- /dev/null
+++ b/textproc/py-recommonmark/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1534446736
+SHA256 (rtfd-recommonmark-0.0.20180530-956bf18b24d48ff0b496d7464bc01a368fb97807_GH0.tar.gz) = a7a56ce73941e4276668bcc90e04ee36cb541be2d05f0a7aefe4ccfcbd45dda0
+SIZE (rtfd-recommonmark-0.0.20180530-956bf18b24d48ff0b496d7464bc01a368fb97807_GH0.tar.gz) = 21894
diff --git a/textproc/py-recommonmark/pkg-descr b/textproc/py-recommonmark/pkg-descr
new file mode 100644
index 000000000000..4d78e4df29c2
--- /dev/null
+++ b/textproc/py-recommonmark/pkg-descr
@@ -0,0 +1,6 @@
+Recommonmark is a a docutils-compatibility bridge to CommonMark.
+
+This allows you to write CommonMark inside of Docutils & Sphinx
+projects.
+
+WWW: https://github.com/rtfd/recommonmark