void-packages/srcpkgs/python3-sphinx_rtd_theme/template

28 lines
778 B
Bash

# Template file for 'python3-sphinx_rtd_theme'
pkgname=python3-sphinx_rtd_theme
version=1.1.1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Sphinx"
checkdepends="$depends python3-pytest"
short_desc="ReadTheDocs.org theme for Sphinx (Python 3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://sphinx-rtd-theme.readthedocs.io/en/stable/"
changelog="https://github.com/readthedocs/sphinx_rtd_theme/raw/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
checksum=6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103
pre_build() {
export CI=no-npm-please
}
pre_install() {
export CI=no-npm-please
}
post_install() {
vlicense LICENSE
}