textproc/py-myst-parser: Update to 0.17.2
Changes: https://github.com/executablebooks/MyST-Parser/releases https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html
This commit is contained in:
parent
b0becc1a6a
commit
754a3e931b
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= myst-parser
|
||||
PORTVERSION= 0.17.1
|
||||
PORTVERSION= 0.17.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,7 @@ COMMENT= Extended commonmark compliant parser with bridges to docutils & sphinx
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0.15,1<0.18,1:textproc/py-docutils@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15,1<0.18,1:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0.0<3.0.0:textproc/py-markdown-it-py@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mdit-py-plugins>=0.3.0<0.4:textproc/py-mdit-py-plugins@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1650228824
|
||||
SHA256 (myst-parser-0.17.1.tar.gz) = 45fe6407d49221bdcc10d5000f4f2f3ff2614af268dd33f351f7230d6059f0d8
|
||||
SIZE (myst-parser-0.17.1.tar.gz) = 60522
|
||||
TIMESTAMP = 1650970161
|
||||
SHA256 (myst-parser-0.17.2.tar.gz) = 4c076d649e066f9f5c7c661bae2658be1ca06e76b002bb97f02a09398707686c
|
||||
SIZE (myst-parser-0.17.2.tar.gz) = 61658
|
||||
|
|
|
@ -10,8 +10,7 @@ package_data = \
|
|||
{'': ['*']}
|
||||
|
||||
install_requires = \
|
||||
['attrs>=19',
|
||||
'docutils>=0.15,<0.18',
|
||||
['docutils>=0.15,<0.18',
|
||||
'jinja2',
|
||||
'markdown-it-py>=1.0.0,<3.0.0',
|
||||
'mdit-py-plugins~=0.3.0',
|
||||
|
|
Loading…
Reference in a new issue