diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template index 79f00c7f77..e29a45042a 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() {