aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-Sphinx/template
blob: 859db888c1f545ebe1df47227c883ec4f9152b12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template file for 'python3-Sphinx'
pkgname=python3-Sphinx
version=4.0.2
revision=1
wrksrc=Sphinx-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Jinja2 python3-docutils python3-Pygments
 python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize
 python3-requests python3-packaging python3-sphinxcontrib-applehelp
 python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
 python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
 python3-sphinxcontrib-serializinghtml"
checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext
 python3-pytest"
short_desc="Python 3 documentation generator"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-3-Clause"
homepage="http://sphinx-doc.org"
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
checksum=b5c2ae4120bf00c799ba9b3699bc895816d272d120080fbc967292f29b52b48c
conflicts="python-Sphinx>=0"

post_install() {
	vlicense LICENSE
}