diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-16 05:18:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-16 05:18:30 +0800 |
commit | f427652b8ed4b32bda8f7804b283000ecf1a870c (patch) | |
tree | 6f98413705ce5ef8fa7eec327c408500f39a8e3a /textproc | |
parent | 4c4095adbaabb3c9769c11626f6d18a3fc5e4b39 (diff) | |
download | freebsd-ports-gnome-f427652b8ed4b32bda8f7804b283000ecf1a870c.tar.gz freebsd-ports-gnome-f427652b8ed4b32bda8f7804b283000ecf1a870c.tar.zst freebsd-ports-gnome-f427652b8ed4b32bda8f7804b283000ecf1a870c.zip |
Add py-cmarkgfm 0.4.2
Minimalist Python bindings to GitHub's fork of cmark.
WWW: https://github.com/theacodes/cmarkgfm
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-cmarkgfm/Makefile | 22 | ||||
-rw-r--r-- | textproc/py-cmarkgfm/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-cmarkgfm/pkg-descr | 3 |
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 |