From 7ce419d2b5863a0cc8ab5e1572403ebd680f1159 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 7 Dec 2017 23:29:45 +0100 Subject: [PATCH] python-Cheroot: update to 6.0.0. --- srcpkgs/python-Cheroot/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template index 69ff931793..e426a1f347 100644 --- a/srcpkgs/python-Cheroot/template +++ b/srcpkgs/python-Cheroot/template @@ -1,6 +1,6 @@ # Template file for 'python-Cheroot' pkgname=python-Cheroot -version=5.10.0 +version=6.0.0 revision=1 noarch=yes wrksrc="cheroot-${version}" @@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni " license="3-clause-BSD" homepage="https://github.com/cherrypy/cheroot" distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz" -checksum=a408f1b80a3f93a3b49fc330f68eea40d8d30b9b07084f374607d1a5cc2e824f +checksum=ba474e5149b03fabc2bba2d0b490b4d95443894d45b1430b799dccea3b3f4683 pre_build() { sed -i setup.py \ @@ -21,7 +21,7 @@ pre_build() { -e "s|use_scm_version=True|version='${version}'|" } post_install() { - vlicense LICENSE + vlicense LICENSE.md } python3-Cheroot_package() { @@ -31,6 +31,6 @@ python3-Cheroot_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE + vlicense LICENSE.md } }