Skip to content

Commit

Permalink
textproc/py-myst-parser: Update to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 26, 2022
1 parent b0becc1 commit 754a3e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions textproc/py-myst-parser/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-myst-parser/distinfo
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions textproc/py-myst-parser/files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
{'': ['*']}

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',
Expand Down

0 comments on commit 754a3e9

Please sign in to comment.