mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Add python-markdown-math
Math Extension for textproc/py-markdown
This commit is contained in:
parent
aab99a8b44
commit
762b924c54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475274
@ -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
|
||||
|
21
textproc/py-markdown-math/Makefile
Normal file
21
textproc/py-markdown-math/Makefile
Normal file
@ -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>
|
3
textproc/py-markdown-math/distinfo
Normal file
3
textproc/py-markdown-math/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532463389
|
||||
SHA256 (python-markdown-math-0.6.tar.gz) = c68d8cb9695cb7b435484403dc18941d1bad0ff148e4166d9417046a0d5d3022
|
||||
SIZE (python-markdown-math-0.6.tar.gz) = 6406
|
3
textproc/py-markdown-math/pkg-descr
Normal file
3
textproc/py-markdown-math/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This extension adds math formulas support to Python-Markdown
|
||||
|
||||
WWW: https://pypi.org/project/python-markdown-math/
|
Loading…
Reference in New Issue
Block a user