python3-sphinx_rtd_theme: update to 0.5.0.
This commit is contained in:
parent
5214737bac
commit
045d4ec53d
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-sphinx_rtd_theme'
|
# Template file for 'python3-sphinx_rtd_theme'
|
||||||
pkgname=python3-sphinx_rtd_theme
|
pkgname=python3-sphinx_rtd_theme
|
||||||
version=0.4.3
|
version=0.5.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="sphinx_rtd_theme-${version}"
|
wrksrc="sphinx_rtd_theme-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,15 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/snide/sphinx_rtd_theme/"
|
homepage="https://github.com/snide/sphinx_rtd_theme/"
|
||||||
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinx_rtd_theme/sphinx_rtd_theme-${version}.tar.gz"
|
||||||
checksum=728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a
|
checksum=22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
export CI=no-npm-please
|
||||||
|
}
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
export CI=no-npm-please
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="*a* *b*"
|
ignore="*a* *b* *rc*"
|
||||||
|
|
Loading…
Reference in New Issue