pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc Added textproc/py-mistune version 0.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb417273b1ae
branches:  trunk
changeset: 358498:cb417273b1ae
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 13 21:06:21 2017 +0000

description:
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:

 textproc/Makefile            |   3 ++-
 textproc/py-mistune/DESCR    |   7 +++++++
 textproc/py-mistune/Makefile |  16 ++++++++++++++++
 textproc/py-mistune/PLIST    |   9 +++++++++
 textproc/py-mistune/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r 50e041bd1eec -r cb417273b1ae textproc/Makefile
--- a/textproc/Makefile Mon Feb 13 19:59:49 2017 +0000
+++ b/textproc/Makefile Mon Feb 13 21:06:21 2017 +0000
@@ -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-markdown2
 SUBDIR+=       py-markupsafe
 SUBDIR+=       py-mecab
+SUBDIR+=       py-mistune
 SUBDIR+=       py-mkdocs
 SUBDIR+=       py-mkdocs-bootstrap
 SUBDIR+=       py-mkdocs-bootswatch
diff -r 50e041bd1eec -r cb417273b1ae textproc/py-mistune/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mistune/DESCR Mon Feb 13 21:06:21 2017 +0000
@@ -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 -r 50e041bd1eec -r cb417273b1ae textproc/py-mistune/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mistune/Makefile      Mon Feb 13 21:06:21 2017 +0000
@@ -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@localhost
+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 -r 50e041bd1eec -r cb417273b1ae textproc/py-mistune/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mistune/PLIST Mon Feb 13 21:06:21 2017 +0000
@@ -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 -r 50e041bd1eec -r cb417273b1ae textproc/py-mistune/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-mistune/distinfo      Mon Feb 13 21:06:21 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index