From e35690bd99b4a1422714ad327c53bd8ca54ed804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 28 Dec 2019 11:28:17 +0700 Subject: [PATCH] New package: python3-sphinxcontrib-jsmath-1.0.1 --- srcpkgs/python3-sphinxcontrib-jsmath/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinxcontrib-jsmath/template diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template new file mode 100644 index 00000000000..266ff00b88b --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-jsmath/template @@ -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 " +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 +}