pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-markdown-math textproc/py-markdown-math: i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/098ce367962d
branches: trunk
changeset: 330358:098ce367962d
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Mar 01 04:26:05 2019 +0000
description:
textproc/py-markdown-math: initial import
py-markdown-math is a Python extension adding math formula support to
py-markdown.
diffstat:
textproc/py-markdown-math/DESCR | 1 +
textproc/py-markdown-math/Makefile | 19 +++++++++++++++++++
textproc/py-markdown-math/PLIST | 9 +++++++++
textproc/py-markdown-math/distinfo | 6 ++++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 1c7edbf34946 -r 098ce367962d textproc/py-markdown-math/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown-math/DESCR Fri Mar 01 04:26:05 2019 +0000
@@ -0,0 +1,1 @@
+This extension adds math formula support to py-markdown.
diff -r 1c7edbf34946 -r 098ce367962d textproc/py-markdown-math/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown-math/Makefile Fri Mar 01 04:26:05 2019 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+
+VERSION= 0.6
+DISTNAME= python-markdown-math-${VERSION}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-markdown-math/}
+
+MAINTAINER= gutteridge%NetBSD.org@localhost
+HOMEPAGE= https://github.com/mitya57/python-markdown-math
+COMMENT= Python extension adding math formula support to py-markdown
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1c7edbf34946 -r 098ce367962d textproc/py-markdown-math/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown-math/PLIST Fri Mar 01 04:26:05 2019 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+${PYSITELIB}/mdx_math.py
+${PYSITELIB}/mdx_math.pyc
+${PYSITELIB}/mdx_math.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r 1c7edbf34946 -r 098ce367962d textproc/py-markdown-math/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-markdown-math/distinfo Fri Mar 01 04:26:05 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/01 04:26:05 gutteridge Exp $
+
+SHA1 (python-markdown-math-0.6.tar.gz) = cf528c8ce2fb5ed6eb89a027c4de5319c7c61cdf
+RMD160 (python-markdown-math-0.6.tar.gz) = dad66ad78c848d8ebe39cb96b5287dff9412f64c
+SHA512 (python-markdown-math-0.6.tar.gz) = af5773dc5b6d8968d811487a86fd027042d381b8b5b37683b519f03f21097bafd3d174881d8201cb6524e0975cd6868781e116cec6406fa20ffd3c6b9f9d4e87
+Size (python-markdown-math-0.6.tar.gz) = 6406 bytes
Home |
Main Index |
Thread Index |
Old Index