Add py-markdown-it-py 0.6.0
markdown-it-py is a Python port of markdown-it, and some of its associated plugins. - Follows the CommonMark spec for baseline parsing - Configurable syntax: you can add new rules and even replace existing ones. - Pluggable: Adds syntax extensions to extend the parser (see the plugin list). - High speed (see our benchmarking tests) - Safe by default WWW: https://github.com/executablebooks/markdown-it-py
This commit is contained in:
parent
fb88db354e
commit
923bc091dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558478
@ -1310,6 +1310,7 @@
|
||||
SUBDIR += py-m2r
|
||||
SUBDIR += py-mako
|
||||
SUBDIR += py-markdown
|
||||
SUBDIR += py-markdown-it-py
|
||||
SUBDIR += py-markdown-math
|
||||
SUBDIR += py-markdown2
|
||||
SUBDIR += py-markuppy
|
||||
|
24
textproc/py-markdown-it-py/Makefile
Normal file
24
textproc/py-markdown-it-py/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= markdown-it-py
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python port of markdown-it
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<21:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mdit-py-plugins>=0.2.1<0.3:textproc/py-mdit-py-plugins@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-markdown-it-py/distinfo
Normal file
3
textproc/py-markdown-it-py/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608366078
|
||||
SHA256 (markdown-it-py-0.6.0.tar.gz) = 1c1413df39ef7baa55bca755d32c565d72e8b4114dcdd3da65eb468a61886659
|
||||
SIZE (markdown-it-py-0.6.0.tar.gz) = 55198
|
9
textproc/py-markdown-it-py/pkg-descr
Normal file
9
textproc/py-markdown-it-py/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
markdown-it-py is a Python port of markdown-it, and some of its associated
|
||||
plugins.
|
||||
- Follows the CommonMark spec for baseline parsing
|
||||
- Configurable syntax: you can add new rules and even replace existing ones.
|
||||
- Pluggable: Adds syntax extensions to extend the parser (see the plugin list).
|
||||
- High speed (see our benchmarking tests)
|
||||
- Safe by default
|
||||
|
||||
WWW: https://github.com/executablebooks/markdown-it-py
|
Loading…
Reference in New Issue
Block a user