python-sphinx_rtd_theme: update to 0.4.1

This commit is contained in:
Alessio Sergi 2018-08-02 19:28:19 +02:00
parent 5162ada7e7
commit da52c579c4

View file

@ -1,19 +1,19 @@
# Template file for 'python-sphinx_rtd_theme # Template file for 'python-sphinx_rtd_theme'
pkgname=python-sphinx_rtd_theme pkgname=python-sphinx_rtd_theme
version=0.4.0 version=0.4.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="sphinx_rtd_theme-${version}" wrksrc="sphinx_rtd_theme-${version}"
build_style=python-module build_style=python-module
pycompile_module="sphinx_rtd_theme" pycompile_module="sphinx_rtd_theme"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python-Sphinx"
short_desc="ReadTheDocs.org theme for Sphinx (Python2)" short_desc="ReadTheDocs.org theme for Sphinx (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>" maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/snide/sphinx_rtd_theme/" homepage="https://github.com/snide/sphinx_rtd_theme/"
license="MIT" license="MIT"
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=de88d637a60371d4f923e06b79c4ba260490c57d2ab5a8316942ab5d9a6ce1bf checksum=3b49758a64f8a1ebd8a33cb6cc9093c3935a908b716edfaa5772fd86aac27ef6
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -21,7 +21,7 @@ post_install() {
python3-sphinx_rtd_theme_package() { python3-sphinx_rtd_theme_package() {
noarch=yes noarch=yes
depends="python3" depends="python3-Sphinx"
pycompile_module="sphinx_rtd_theme" pycompile_module="sphinx_rtd_theme"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {