void-packages/srcpkgs/python3-sphinx_rtd_theme/template
2020-04-11 12:40:57 +02:00

21 lines
651 B
Bash

# Template file for 'python3-sphinx_rtd_theme'
pkgname=python3-sphinx_rtd_theme
version=0.4.3
revision=3
archs=noarch
wrksrc="sphinx_rtd_theme-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx"
checkdepends="python3-Sphinx python3-pytest"
short_desc="ReadTheDocs.org theme for Sphinx (Python 3)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="MIT"
homepage="https://github.com/snide/sphinx_rtd_theme/"
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
checksum=728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a
post_install() {
vlicense LICENSE
}