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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:04:28 +00:00
parent 923bc091dd
commit 9dde2e94af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558479
5 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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": [

View File

@ -0,0 +1,3 @@
mdit-py-plugins provides collection of core plugins for markdown-it-py.
WWW: https://github.com/executablebooks/mdit-py-plugins