git: 234a2a805367 - main - textproc/py-marko: Update to 1.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 19:34:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=234a2a805367be8d30b669c6acae28f8d1c3ad43 commit 234a2a805367be8d30b669c6acae28f8d1c3ad43 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 19:30:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 19:30:09 +0000 textproc/py-marko: Update to 1.2.1 Changes: https://github.com/frostming/marko/blob/master/CHANGELOG.md --- textproc/py-marko/Makefile | 2 +- textproc/py-marko/distinfo | 6 +++--- textproc/py-marko/files/setup.py | 8 -------- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/textproc/py-marko/Makefile b/textproc/py-marko/Makefile index 590f987adf21..8e99ccae67f6 100644 --- a/textproc/py-marko/Makefile +++ b/textproc/py-marko/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= marko -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-marko/distinfo b/textproc/py-marko/distinfo index 8d7fd4c41db7..3703ba3038af 100644 --- a/textproc/py-marko/distinfo +++ b/textproc/py-marko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102355 -SHA256 (marko-1.2.0.tar.gz) = 0befa554da3d14b7a38ac7473ffde60f1916fd1d0aaf67181ae70bfe00fdba18 -SIZE (marko-1.2.0.tar.gz) = 138708 +TIMESTAMP = 1652446292 +SHA256 (marko-1.2.1.tar.gz) = 80d7807605b5e103f544df93c21e6f66a0d42dbe953c0dcd5b80d35b704bf170 +SIZE (marko-1.2.1.tar.gz) = 139308 diff --git a/textproc/py-marko/files/setup.py b/textproc/py-marko/files/setup.py index e3d03b9e8755..2ef7881665d5 100644 --- a/textproc/py-marko/files/setup.py +++ b/textproc/py-marko/files/setup.py @@ -12,13 +12,6 @@ EXTRAS_REQUIRE = { 'codehilite': [ 'pygments', ], - 'benchmark': [ - 'commonmark~=0.9', - 'markdown~=3.3', - 'markdown-it-py~=2.0', - 'mistune~=2.0', - 'mistletoe~=0.7', - ], } ENTRY_POINTS = { 'console_scripts': [ @@ -61,5 +54,4 @@ setup_kwargs = { } - setup(**setup_kwargs)