Date: Sat, 19 Dec 2020 20:04:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558479 - in head/textproc: . py-mdit-py-plugins py-mdit-py-plugins/files Message-ID: <202012192004.0BJK4SGR095447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:04:28 2020 New Revision: 558479 URL: https://svnweb.freebsd.org/changeset/ports/558479 Log: Add py-mdit-py-plugins 0.2.4 mdit-py-plugins provides collection of core plugins for markdown-it-py. WWW: https://github.com/executablebooks/mdit-py-plugins Added: head/textproc/py-mdit-py-plugins/ head/textproc/py-mdit-py-plugins/Makefile (contents, props changed) head/textproc/py-mdit-py-plugins/distinfo (contents, props changed) head/textproc/py-mdit-py-plugins/files/ head/textproc/py-mdit-py-plugins/files/patch-setup.py (contents, props changed) head/textproc/py-mdit-py-plugins/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Dec 19 20:04:23 2020 (r558478) +++ head/textproc/Makefile Sat Dec 19 20:04:28 2020 (r558479) @@ -1316,6 +1316,7 @@ SUBDIR += py-markuppy SUBDIR += py-markups SUBDIR += py-markupsafe + SUBDIR += py-mdit-py-plugins SUBDIR += py-misaka SUBDIR += py-mistune SUBDIR += py-mkdocs Added: head/textproc/py-mdit-py-plugins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mdit-py-plugins/Makefile Sat Dec 19 20:04:28 2020 (r558479) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mdit-py-plugins +PORTVERSION= 0.2.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Collection of plugins for markdown-it-py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-mdit-py-plugins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mdit-py-plugins/distinfo Sat Dec 19 20:04:28 2020 (r558479) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608366080 +SHA256 (mdit-py-plugins-0.2.4.tar.gz) = e7db0de4a3466941faa433f77a98d09a09a0b877e79eace79506fd0d083e490f +SIZE (mdit-py-plugins-0.2.4.tar.gz) = 25562 Added: head/textproc/py-mdit-py-plugins/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mdit-py-plugins/files/patch-setup.py Sat Dec 19 20:04:28 2020 (r558479) @@ -0,0 +1,10 @@ +--- 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": [ Added: head/textproc/py-mdit-py-plugins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-mdit-py-plugins/pkg-descr Sat Dec 19 20:04:28 2020 (r558479) @@ -0,0 +1,3 @@ +mdit-py-plugins provides collection of core plugins for markdown-it-py. + +WWW: https://github.com/executablebooks/mdit-py-plugins
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192004.0BJK4SGR095447>