python-Cheroot: update to 6.5.3.

This commit is contained in:
maxice8 2018-12-28 04:46:25 -02:00 committed by maxice8
parent ac0786fff6
commit cb34c3ed0e
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-Cheroot'
pkgname=python-Cheroot
version=6.5.2
revision=2
version=6.5.3
revision=1
noarch=yes
wrksrc="cheroot-${version}"
build_style=python-module
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.eu>"
license="BSD-3-Clause"
homepage="https://github.com/cherrypy/cheroot"
distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz"
checksum=ba2b9b0f59fcdcd920d51f61c19c4a8d65f8469741e634c04eaf6feca5b76837
checksum=e40936ed5d8e88a2e6ddb8c3b7d9e93b898e898bc6d2f5dbdd560ecb3d62c734
alternatives="cheroot:cheroot:/usr/bin/cheroot2"
pre_build() {
@ -22,6 +22,7 @@ pre_build() {
-e '/setuptools_scm/d' \
-e "s|use_scm_version=True|version='${version}'|"
}
post_install() {
vlicense LICENSE.md
}