Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.

WWW: https://www.sphinx-doc.org/
This commit is contained in:
Wen Heping 2019-03-30 04:19:57 +00:00
parent e6e7d99af4
commit 566c3de0f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497236
4 changed files with 27 additions and 0 deletions

View file

@ -1422,6 +1422,7 @@
SUBDIR += py-sphinxcontrib-devhelp
SUBDIR += py-sphinxcontrib-fulltoc
SUBDIR += py-sphinxcontrib-httpdomain
SUBDIR += py-sphinxcontrib-jsmath
SUBDIR += py-sphinxcontrib-newsfeed
SUBDIR += py-sphinxcontrib-programoutput
SUBDIR += py-sphinxcontrib-websupport

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= sphinxcontrib-jsmath
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= wen@FreeBSD.org
COMMENT= Sphinx extension which renders display math in HTML via JavaScript
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1553915321
SHA256 (python/sphinxcontrib-jsmath-1.0.1.tar.gz) = a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
SIZE (python/sphinxcontrib-jsmath-1.0.1.tar.gz) = 5787

View file

@ -0,0 +1,3 @@
Sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
WWW: https://www.sphinx-doc.org/