From 1bcf73d3af6c8703f85c6616abcc72c307a7e30f Mon Sep 17 00:00:00 2001 From: Markus Berger Date: Fri, 25 Dec 2015 07:30:19 +0100 Subject: [PATCH] python-serpent: update to 1.12 --- srcpkgs/python-serpent/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template index 4c0314a2d5..c27f4c1771 100644 --- a/srcpkgs/python-serpent/template +++ b/srcpkgs/python-serpent/template @@ -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 " 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