New package: python3-sphinxcontrib-jsmath-1.0.1

This commit is contained in:
Đoàn Trần Công Danh 2019-12-28 11:28:17 +07:00 committed by Juan RP
parent bf6618fb32
commit e35690bd99
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-sphinxcontrib-jsmath'
pkgname=python3-sphinxcontrib-jsmath
version=1.0.1
revision=1
archs=noarch
wrksrc=sphinxcontrib-jsmath-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Sphinx extension which renders Math in HTML by Javascript"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="http://sphinx-doc.org"
distfiles="${PYPI_SITE}/s/sphinxcontrib-jsmath/sphinxcontrib-jsmath-${version}.tar.gz"
checksum=a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8
post_install() {
vlicense LICENSE
}