python-serpent: update to 1.12

This commit is contained in:
Markus Berger 2015-12-25 07:30:19 +01:00
parent efbf36123c
commit 1bcf73d3af

View file

@ -1,7 +1,7 @@
# Template file for 'python-serpent'
pkgname=python-serpent
version=1.11
revision=2
version=1.12
revision=1
wrksrc="${pkgname#*-}-${version}"
noarch=yes
build_style=python-module
@ -14,7 +14,12 @@ maintainer="pulux <pulux@pf4sh.de>"
license="MIT"
homepage="https://pypi.python.org/pypi/serpent"
distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
checksum=ab5df8f28574552bdbaf8d3774e6d0faff62f0aa6d5e6bb33b6b0c46937001ad
checksum=1221fc402ab7aa3c3bac85a27e30df2c08658c7bf7a20e8d0025a10edc1788c0
post_install() {
head -n 4 setup.py | tail -n 3 > LICENSE
vlicense LICENSE
}
python3.4-serpent_package() {
noarch=yes