2020-07-10 12:48:22 +00:00
|
|
|
# Template file for 'python3-sphinxcontrib-websupport'
|
|
|
|
pkgname=python3-sphinxcontrib-websupport
|
|
|
|
version=1.2.3
|
|
|
|
revision=1
|
|
|
|
archs=noarch
|
|
|
|
wrksrc="sphinxcontrib-websupport-${version}"
|
|
|
|
build_style=python3-module
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
depends="python3-sphinxcontrib"
|
|
|
|
short_desc="Sphinx API for Web Apps - Python 3"
|
|
|
|
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-websupport/sphinxcontrib-websupport-${version}.tar.gz"
|
2020-07-10 19:17:12 +00:00
|
|
|
checksum=ee1d43e6e0332558a66fcb4005b9ba7313ad9764d0df0e6703ae869a028e451f
|
2020-07-10 12:48:22 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|