28 lines
724 B
Bash
28 lines
724 B
Bash
# Template file for 'python3-sphinx_rtd_theme'
|
|
pkgname=python3-sphinx_rtd_theme
|
|
version=0.5.0
|
|
revision=2
|
|
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=22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d
|
|
|
|
pre_build() {
|
|
export CI=no-npm-please
|
|
}
|
|
|
|
pre_install() {
|
|
export CI=no-npm-please
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|