Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:36:45 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: 835c8cf2135f - main - textproc/py-mdit-py-plugins: Update to 0.4.0
Message-ID:  <202307091036.369Aaj2b058801@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=835c8cf2135f588d7d85909a3cf12fbc58b667b4

commit 835c8cf2135f588d7d85909a3cf12fbc58b667b4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:20:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:20:41 +0000

    textproc/py-mdit-py-plugins: Update to 0.4.0
    
    Changes:        https://github.com/executablebooks/mdit-py-plugins/releases
---
 textproc/py-mdit-py-plugins/Makefile | 5 +++--
 textproc/py-mdit-py-plugins/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-mdit-py-plugins/Makefile b/textproc/py-mdit-py-plugins/Makefile
index 80e83a712894..edf1800c625c 100644
--- a/textproc/py-mdit-py-plugins/Makefile
+++ b/textproc/py-mdit-py-plugins/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	mdit-py-plugins
-PORTVERSION=	0.3.5
+PORTVERSION=	0.4.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	mdit_py_plugins-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Collection of plugins for markdown-it-py
@@ -12,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.4<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0.0<3.0.0:textproc/py-markdown-it-py@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown-it-py>=1.0.0<4.0.0:textproc/py-markdown-it-py@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/textproc/py-mdit-py-plugins/distinfo b/textproc/py-mdit-py-plugins/distinfo
index dbade2f9a75b..8d4c03701004 100644
--- a/textproc/py-mdit-py-plugins/distinfo
+++ b/textproc/py-mdit-py-plugins/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498824
-SHA256 (mdit-py-plugins-0.3.5.tar.gz) = eee0adc7195e5827e17e02d2a258a2ba159944a0748f59c5099a4a27f78fcf6a
-SIZE (mdit-py-plugins-0.3.5.tar.gz) = 39871
+TIMESTAMP = 1688166332
+SHA256 (mdit_py_plugins-0.4.0.tar.gz) = d8ab27e9aed6c38aa716819fedfde15ca275715955f8a185a8e1cf90fb1d2c1b
+SIZE (mdit_py_plugins-0.4.0.tar.gz) = 41531



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091036.369Aaj2b058801>