From bf6618fb32b010b1e4067674b1015e6c0aff199f 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:01 +0700 Subject: [PATCH] New package: python3-sphinxcontrib-serializinghtml-1.1.3 --- .../template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-sphinxcontrib-serializinghtml/template diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template new file mode 100644 index 00000000000..9828312d6b8 --- /dev/null +++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template @@ -0,0 +1,19 @@ +# Template file for 'python3-sphinxcontrib-serializinghtml' +pkgname=python3-sphinxcontrib-serializinghtml +version=1.1.3 +revision=1 +archs=noarch +wrksrc=sphinxcontrib-serializinghtml-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Sphinx extension which outputs serialized HTML document" +maintainer="Đoàn Trần Công Danh " +license="BSD-2-Clause" +homepage="http://sphinx-doc.org" +distfiles="${PYPI_SITE}/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-${version}.tar.gz" +checksum=c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227 + +post_install() { + vlicense LICENSE +}