mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: textproc/py-CommonMark: Python parser for the CommonMark Markdown spec
This commit is contained in:
parent
cceeae7b69
commit
c97a4ec864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462581
4 changed files with 26 additions and 0 deletions
|
@ -1264,6 +1264,7 @@
|
|||
SUBDIR += pure-csv
|
||||
SUBDIR += pure-xml
|
||||
SUBDIR += py-Chameleon
|
||||
SUBDIR += py-CommonMark
|
||||
SUBDIR += py-MarkupSafe
|
||||
SUBDIR += py-Tempita
|
||||
SUBDIR += py-acora
|
||||
|
|
18
textproc/py-CommonMark/Makefile
Normal file
18
textproc/py-CommonMark/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CommonMark
|
||||
PORTVERSION= 0.7.4
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= romain@FreeBSD.org
|
||||
COMMENT= Python parser for the CommonMark Markdown spec
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-CommonMark/distinfo
Normal file
3
textproc/py-CommonMark/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1510555692
|
||||
SHA256 (CommonMark-0.7.4.tar.gz) = 24678b72094398df96312fb927e274ccaf5148f25e47aca9f7fc062693ae7577
|
||||
SIZE (CommonMark-0.7.4.tar.gz) = 87841
|
4
textproc/py-CommonMark/pkg-descr
Normal file
4
textproc/py-CommonMark/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
CommonMark-py is a pure Python port of jgm's commonmark.js, a Markdown parser
|
||||
and renderer for the CommonMark specification, using only native modules.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/CommonMark
|
Loading…
Add table
Reference in a new issue