From ab2ac0cfe3c67d622200542681ffc9447070ce27 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 23 Dec 2016 10:58:31 +0100 Subject: [PATCH] python-CherryPy: update to 8.1.3. --- srcpkgs/python-CherryPy/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template index 79f00c7f77a..e29a45042a7 100644 --- a/srcpkgs/python-CherryPy/template +++ b/srcpkgs/python-CherryPy/template @@ -1,7 +1,7 @@ # Template file for 'python-CherryPy' pkgname=python-CherryPy -version=8.1.2 -revision=3 +version=8.1.3 +revision=1 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module @@ -13,11 +13,11 @@ maintainer="Andrea Brancaleoni " license="3-clause-BSD" homepage="http://www.cherrypy.org" distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz" -checksum=45a92fdd18baa19d055e5f53bb3c4293821a30e83bf3c5244b867685397f5380 +checksum=e75d94393ef24a47e70fb7539c07abac11be7cb76780c3151f94f6a9f5b2c3da alternatives="cherrypy:cherryd:/usr/bin/cherryd2" post_install() { - vlicense cherrypy/LICENSE.txt + vlicense LICENSE.md } python3-CherryPy_package() { @@ -30,7 +30,7 @@ python3-CherryPy_package() { pkg_install() { vmove usr/bin/cherryd3 vmove usr/lib/python3* - vlicense cherrypy/LICENSE.txt + vlicense LICENSE.md } } python3.4-CherryPy_package() {