python-alabaster: update to 0.7.9

This commit is contained in:
Alessio Sergi 2016-08-07 19:32:59 +02:00
parent bc59d15609
commit 19f0014fb8

View file

@ -1,6 +1,6 @@
# Template file for 'python-alabaster'
pkgname=python-alabaster
version=0.7.8
version=0.7.9
revision=1
noarch=yes
wrksrc="alabaster-${version}"
@ -12,9 +12,13 @@ pycompile_module="alabaster"
short_desc="Configurable sidebar-enabled Sphinx theme (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/bitprophet/alabaster"
license="BSD"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/a/alabaster/alabaster-${version}.tar.gz"
checksum=a1cb1b94fcc192ff74ca212d6ef5cb543bb169cfe7991c2b9df256bb354c1fff
checksum=47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08
post_install() {
vlicense LICENSE
}
python3.4-alabaster_package() {
noarch=yes
@ -24,5 +28,6 @@ python3.4-alabaster_package() {
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}