From owner-dev-commits-ports-all@freebsd.org Fri May 7 09:53:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF2135FE0E8; Fri, 7 May 2021 09:53:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fc5Pb1zTCz3v1k; Fri, 7 May 2021 09:53:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7F051157; Fri, 7 May 2021 09:53:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1479rsfv085067; Fri, 7 May 2021 09:53:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1479rspZ085066; Fri, 7 May 2021 09:53:54 GMT (envelope-from git) Date: Fri, 7 May 2021 09:53:54 GMT Message-Id: <202105070953.1479rspZ085066@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: cb09747ea590 - main - textproc/py-mdit-py-plugins: Update to 0.2.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cb09747ea590019005f6875ea123f7f3ef6e62cb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2021 09:53:56 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb09747ea590019005f6875ea123f7f3ef6e62cb commit cb09747ea590019005f6875ea123f7f3ef6e62cb Author: Po-Chuan Hsieh AuthorDate: 2021-05-07 09:22:29 +0000 Commit: Po-Chuan Hsieh 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 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": [