Add py-cmarkgfm 0.4.2
Minimalist Python bindings to GitHub's fork of cmark. WWW: https://github.com/theacodes/cmarkgfm
This commit is contained in:
parent
49eab0c40b
commit
88dd567c0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490406
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
22
textproc/py-cmarkgfm/Makefile
Normal file
22
textproc/py-cmarkgfm/Makefile
Normal file
|
@ -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>
|
3
textproc/py-cmarkgfm/distinfo
Normal file
3
textproc/py-cmarkgfm/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1547566746
|
||||
SHA256 (cmarkgfm-0.4.2.tar.gz) = f20900f16377f2109783ae9348d34bc80530808439591c3d3df73d5c7ef1a00c
|
||||
SIZE (cmarkgfm-0.4.2.tar.gz) = 133264
|
3
textproc/py-cmarkgfm/pkg-descr
Normal file
3
textproc/py-cmarkgfm/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Minimalist Python bindings to GitHub's fork of cmark.
|
||||
|
||||
WWW: https://github.com/theacodes/cmarkgfm
|
Loading…
Reference in a new issue