git: 754a3e931bed - main - textproc/py-myst-parser: Update to 0.17.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Apr 2022 15:05:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=754a3e931bed7e2bb1bbdbeee3e204aeb590421d commit 754a3e931bed7e2bb1bbdbeee3e204aeb590421d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-26 14:54:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-26 15:01:30 +0000 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 --- textproc/py-myst-parser/Makefile | 5 ++--- textproc/py-myst-parser/distinfo | 6 +++--- textproc/py-myst-parser/files/setup.py | 3 +-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/textproc/py-myst-parser/Makefile b/textproc/py-myst-parser/Makefile index 44493bf1bb41..364805498e3a 100644 --- a/textproc/py-myst-parser/Makefile +++ b/textproc/py-myst-parser/Makefile @@ -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} \ diff --git a/textproc/py-myst-parser/distinfo b/textproc/py-myst-parser/distinfo index cfc4248a37d9..87cb3409f82e 100644 --- a/textproc/py-myst-parser/distinfo +++ b/textproc/py-myst-parser/distinfo @@ -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 diff --git a/textproc/py-myst-parser/files/setup.py b/textproc/py-myst-parser/files/setup.py index 8f39ffe39968..010c295d8ce9 100644 --- a/textproc/py-myst-parser/files/setup.py +++ b/textproc/py-myst-parser/files/setup.py @@ -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',