Add py-myst-parser 0.13.0
MyST-Parser provides an extended CommonMark-compliant parser, with bridges to Docutils and Sphinx. WWW: https://github.com/executablebooks/MyST-Parser
This commit is contained in:
parent
9dde2e94af
commit
faf73ecba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558480
@ -1322,6 +1322,7 @@
|
||||
SUBDIR += py-mkdocs
|
||||
SUBDIR += py-mkdocs-nature
|
||||
SUBDIR += py-mwparserfromhell
|
||||
SUBDIR += py-myst-parser
|
||||
SUBDIR += py-nltk
|
||||
SUBDIR += py-normality
|
||||
SUBDIR += py-numpydoc
|
||||
|
28
textproc/py-myst-parser/Makefile
Normal file
28
textproc/py-myst-parser/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= myst-parser
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Extended commonmark compliant parser with bridges to docutils & sphinx
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown-it-py>=0.6.0<0.7:textproc/py-markdown-it-py@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mdit-py-plugins>=0.2.4<0.3:textproc/py-mdit-py-plugins@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=2,1<4,1:textproc/py-sphinx@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-myst-parser/distinfo
Normal file
3
textproc/py-myst-parser/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608366082
|
||||
SHA256 (myst-parser-0.13.0.tar.gz) = 546645067684036fc483049fb72ffadeca9f963d1bcac72bf76b2a8ec6d60747
|
||||
SIZE (myst-parser-0.13.0.tar.gz) = 36567
|
4
textproc/py-myst-parser/pkg-descr
Normal file
4
textproc/py-myst-parser/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
MyST-Parser provides an extended CommonMark-compliant parser, with bridges to
|
||||
Docutils and Sphinx.
|
||||
|
||||
WWW: https://github.com/executablebooks/MyST-Parser
|
Loading…
Reference in New Issue
Block a user