summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam>2017-02-13 21:06:21 +0000
committeradam <adam>2017-02-13 21:06:21 +0000
commit7a72ba49523c5e7d338f22a79140d729e8e38977 (patch)
tree6636d01c3bd40c32966460b9e0a5fdd35369a5c9 /textproc
parent2b0978bddfa4f7b6db3e4a4ebe4dbb096f5cada8 (diff)
downloadpkgsrc-7a72ba49523c5e7d338f22a79140d729e8e38977.tar.gz
Added textproc/py-mistune version 0.7.3
The fastest markdown parser in pure Python with renderer features, inspired by marked. Features: * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy. * Very Fast. It is the fastest in all pure Python markdown parsers. * More Features. Table, footnotes, autolink, fenced code etc.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/py-mistune/DESCR7
-rw-r--r--textproc/py-mistune/Makefile16
-rw-r--r--textproc/py-mistune/PLIST9
-rw-r--r--textproc/py-mistune/distinfo6
5 files changed, 40 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index db8a3cddceb..9049aeab68c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.905 2017/02/12 18:57:10 wiz Exp $
+# $NetBSD: Makefile,v 1.906 2017/02/13 21:06:21 adam Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -743,6 +743,7 @@ SUBDIR+= py-markdown
SUBDIR+= py-markdown2
SUBDIR+= py-markupsafe
SUBDIR+= py-mecab
+SUBDIR+= py-mistune
SUBDIR+= py-mkdocs
SUBDIR+= py-mkdocs-bootstrap
SUBDIR+= py-mkdocs-bootswatch
diff --git a/textproc/py-mistune/DESCR b/textproc/py-mistune/DESCR
new file mode 100644
index 00000000000..6a0e02325bf
--- /dev/null
+++ b/textproc/py-mistune/DESCR
@@ -0,0 +1,7 @@
+The fastest markdown parser in pure Python with renderer features, inspired by
+marked.
+
+Features:
+* Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
+* Very Fast. It is the fastest in all pure Python markdown parsers.
+* More Features. Table, footnotes, autolink, fenced code etc.
diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile
new file mode 100644
index 00000000000..a01de44288d
--- /dev/null
+++ b/textproc/py-mistune/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/13 21:06:21 adam Exp $
+
+DISTNAME= mistune-0.7.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/lepture/mistune
+COMMENT= The fastest markdown parser in pure Python
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-mistune/PLIST b/textproc/py-mistune/PLIST
new file mode 100644
index 00000000000..c0f39c3abfb
--- /dev/null
+++ b/textproc/py-mistune/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/13 21:06:21 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mistune.py
+${PYSITELIB}/mistune.pyc
+${PYSITELIB}/mistune.pyo
diff --git a/textproc/py-mistune/distinfo b/textproc/py-mistune/distinfo
new file mode 100644
index 00000000000..ccc8719ce99
--- /dev/null
+++ b/textproc/py-mistune/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/13 21:06:21 adam Exp $
+
+SHA1 (mistune-0.7.3.tar.gz) = 0623556c560a41c27249d47c7002b0e5a1fa7fbd
+RMD160 (mistune-0.7.3.tar.gz) = 0093a594cff2ca59b9223e8f40b7463314dafa1e
+SHA512 (mistune-0.7.3.tar.gz) = afa9efd997e107acc656b7b711d6709d522e68c8fe007308074c5e44919420ab24ef02b6a6a345b87ee514692f89e8341269245bd2d28fc26cab5df547fe9cdf
+Size (mistune-0.7.3.tar.gz) = 49045 bytes