python-sphinx_rtd_theme: update to 0.2.0
This commit is contained in:
parent
b0f8e8f4b1
commit
4785730051
2 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# 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.1.9
|
version=0.2.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="sphinx_rtd_theme-${version}"
|
wrksrc="sphinx_rtd_theme-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,11 @@ 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=273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1
|
checksum=ecdcb87cbed7c4cc3ff5fbf44a3afe2fb4cbc4eb8e4751cea3564832d225bd3b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-sphinx_rtd_theme_package() {
|
python3-sphinx_rtd_theme_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -23,6 +27,7 @@ python3-sphinx_rtd_theme_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-sphinx_rtd_theme_package() {
|
python3.4-sphinx_rtd_theme_package() {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
ignore="*a*"
|
ignore="*a* *b*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue