Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 20:23:19 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475274 - in head/textproc: . py-markdown-math
Message-ID:  <201807242023.w6OKNJ13054107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Tue Jul 24 20:23:19 2018
New Revision: 475274
URL: https://svnweb.freebsd.org/changeset/ports/475274

Log:
  Add python-markdown-math
  
  Math Extension for textproc/py-markdown

Added:
  head/textproc/py-markdown-math/
  head/textproc/py-markdown-math/Makefile   (contents, props changed)
  head/textproc/py-markdown-math/distinfo   (contents, props changed)
  head/textproc/py-markdown-math/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Jul 24 20:22:15 2018	(r475273)
+++ head/textproc/Makefile	Tue Jul 24 20:23:19 2018	(r475274)
@@ -1320,6 +1320,7 @@
     SUBDIR += py-m2r
     SUBDIR += py-mako
     SUBDIR += py-markdown
+    SUBDIR += py-markdown-math
     SUBDIR += py-markdown2
     SUBDIR += py-mistune
     SUBDIR += py-mkdocs

Added: head/textproc/py-markdown-math/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markdown-math/Makefile	Tue Jul 24 20:23:19 2018	(r475274)
@@ -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>

Added: head/textproc/py-markdown-math/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markdown-math/distinfo	Tue Jul 24 20:23:19 2018	(r475274)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532463389
+SHA256 (python-markdown-math-0.6.tar.gz) = c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
+SIZE (python-markdown-math-0.6.tar.gz) = 6406

Added: head/textproc/py-markdown-math/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-markdown-math/pkg-descr	Tue Jul 24 20:23:19 2018	(r475274)
@@ -0,0 +1,3 @@
+This extension adds math formulas support to Python-Markdown
+
+WWW: https://pypi.org/project/python-markdown-math/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807242023.w6OKNJ13054107>