aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-15 21:18:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-15 21:18:30 +0000
commit88dd567c0bc70cf6d4da5701e0c449e6dab541db (patch)
tree6f98413705ce5ef8fa7eec327c408500f39a8e3a /textproc
parent49eab0c40b3bad05bca73092698fe2b312961a32 (diff)
downloadports-88dd567c0bc70cf6d4da5701e0c449e6dab541db.tar.gz
ports-88dd567c0bc70cf6d4da5701e0c449e6dab541db.zip
Add py-cmarkgfm 0.4.2
Minimalist Python bindings to GitHub's fork of cmark. WWW: https://github.com/theacodes/cmarkgfm
Notes
Notes: svn path=/head/; revision=490406
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-cmarkgfm/Makefile22
-rw-r--r--textproc/py-cmarkgfm/distinfo3
-rw-r--r--textproc/py-cmarkgfm/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 34fa15cd49ae..4a722ad3a601 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1277,6 +1277,7 @@
SUBDIR += py-citeproc-py-styles
SUBDIR += py-cjkwrap
SUBDIR += py-cloud_sptheme
+ SUBDIR += py-cmarkgfm
SUBDIR += py-colorclass
SUBDIR += py-creole
SUBDIR += py-csvkit
diff --git a/textproc/py-cmarkgfm/Makefile b/textproc/py-cmarkgfm/Makefile
new file mode 100644
index 000000000000..2399013d5d16
--- /dev/null
+++ b/textproc/py-cmarkgfm/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cmarkgfm
+PORTVERSION= 0.4.2
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Minimal bindings to GitHub fork of cmark
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+.include <bsd.port.mk>
diff --git a/textproc/py-cmarkgfm/distinfo b/textproc/py-cmarkgfm/distinfo
new file mode 100644
index 000000000000..22a18bf39d86
--- /dev/null
+++ b/textproc/py-cmarkgfm/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547566746
+SHA256 (cmarkgfm-0.4.2.tar.gz) = f20900f16377f2109783ae9348d34bc80530808439591c3d3df73d5c7ef1a00c
+SIZE (cmarkgfm-0.4.2.tar.gz) = 133264
diff --git a/textproc/py-cmarkgfm/pkg-descr b/textproc/py-cmarkgfm/pkg-descr
new file mode 100644
index 000000000000..80cf6d69b974
--- /dev/null
+++ b/textproc/py-cmarkgfm/pkg-descr
@@ -0,0 +1,3 @@
+Minimalist Python bindings to GitHub's fork of cmark.
+
+WWW: https://github.com/theacodes/cmarkgfm