Date: Fri, 7 May 2021 09:53:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cb09747ea590 - main - textproc/py-mdit-py-plugins: Update to 0.2.8 Message-ID: <202105070953.1479rspZ085066@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb09747ea590019005f6875ea123f7f3ef6e62cb commit cb09747ea590019005f6875ea123f7f3ef6e62cb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-07 09:22:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-07 09:39:11 +0000 textproc/py-mdit-py-plugins: Update to 0.2.8 Changes: https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md --- textproc/py-mdit-py-plugins/Makefile | 4 +++- textproc/py-mdit-py-plugins/distinfo | 6 +++--- textproc/py-mdit-py-plugins/files/patch-setup.py | 10 ---------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/textproc/py-mdit-py-plugins/Makefile b/textproc/py-mdit-py-plugins/Makefile index e0eb71970fca..48e8a397a6f1 100644 --- a/textproc/py-mdit-py-plugins/Makefile +++ b/textproc/py-mdit-py-plugins/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= mdit-py-plugins -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.8 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Collection of plugins for markdown-it-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0<2:textproc/py-markdown-it-py@${PY_FLAVOR} + USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-mdit-py-plugins/distinfo b/textproc/py-mdit-py-plugins/distinfo index 7b80aece4aed..4c6436d5e844 100644 --- a/textproc/py-mdit-py-plugins/distinfo +++ b/textproc/py-mdit-py-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320276 -SHA256 (mdit-py-plugins-0.2.6.tar.gz) = 1e467ca2ea056e8065cbd5d6c61e5052bb50826bde84c40f6a5ed77e82125710 -SIZE (mdit-py-plugins-0.2.6.tar.gz) = 25661 +TIMESTAMP = 1620298654 +SHA256 (mdit-py-plugins-0.2.8.tar.gz) = 5991cef645502e80a5388ec4fc20885d2313d4871e8b8e320ca2de14ac0c015f +SIZE (mdit-py-plugins-0.2.8.tar.gz) = 30657 diff --git a/textproc/py-mdit-py-plugins/files/patch-setup.py b/textproc/py-mdit-py-plugins/files/patch-setup.py deleted file mode 100644 index 177e48ca0931..000000000000 --- a/textproc/py-mdit-py-plugins/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2020-12-18 20:51:29 UTC -+++ setup.py -@@ -40,7 +40,6 @@ setup( - ], - keywords="markdown lexer parser development", - python_requires="~=3.6", -- install_requires=["markdown-it-py>=0.5.8,<2.0.0"], - extras_require={ - "code_style": ["pre-commit==2.6"], - "testing": [
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070953.1479rspZ085066>