aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-markdown-math
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2018-07-24 20:23:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2018-07-24 20:23:19 +0000
commit762b924c54f86b670cd3de1f7c7a9e0737f49c45 (patch)
tree7b48c1e6f83189fed7679417c1ae590653206da2 /textproc/py-markdown-math
parentaab99a8b44f7ccd4de16368b7a6b37e4752767ae (diff)
downloadports-762b924c54f86b670cd3de1f7c7a9e0737f49c45.tar.gz
ports-762b924c54f86b670cd3de1f7c7a9e0737f49c45.zip
Notes
Diffstat (limited to 'textproc/py-markdown-math')
-rw-r--r--textproc/py-markdown-math/Makefile21
-rw-r--r--textproc/py-markdown-math/distinfo3
-rw-r--r--textproc/py-markdown-math/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/py-markdown-math/Makefile b/textproc/py-markdown-math/Makefile
new file mode 100644
index 000000000000..d4dd060b86c4
--- /dev/null
+++ b/textproc/py-markdown-math/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= markdown-math
+PORTVERSION= 0.6
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= python-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= arved@FreeBSD.org
+COMMENT= This extension adds math formulas support to Python-Markdown
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR}
+
+USES= python:3.2+
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/textproc/py-markdown-math/distinfo b/textproc/py-markdown-math/distinfo
new file mode 100644
index 000000000000..fe53e623eedb
--- /dev/null
+++ b/textproc/py-markdown-math/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532463389
+SHA256 (python-markdown-math-0.6.tar.gz) = c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
+SIZE (python-markdown-math-0.6.tar.gz) = 6406
diff --git a/textproc/py-markdown-math/pkg-descr b/textproc/py-markdown-math/pkg-descr
new file mode 100644
index 000000000000..242e9a685fcd
--- /dev/null
+++ b/textproc/py-markdown-math/pkg-descr
@@ -0,0 +1,3 @@
+This extension adds math formulas support to Python-Markdown
+
+WWW: https://pypi.org/project/python-markdown-math/