python3-CherryPy: update to 18.1.2.

- adopt package
This commit is contained in:
bra1nwave 2019-08-12 10:36:18 +02:00 committed by Enno Boland
parent 1ce2d125b6
commit 607cff99f4

View file

@ -1,6 +1,6 @@
# Template file for 'python3-CherryPy'
pkgname=python3-CherryPy
version=18.1.1
version=18.1.2
revision=1
archs=noarch
wrksrc="CherryPy-${version}"
@ -9,15 +9,15 @@ pycompile_module="cherrypy"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
short_desc="Object-oriented HTTP framework (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="BSD-3-Clause"
homepage="https://cherrypy.org/"
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
checksum=6585c19b5e4faffa3613b5bf02c6a27dcc4c69a30d302aba819639a2af6fa48b
checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
pre_build() {
sed -i setup.py \
vsed -i setup.py \
-e '/setuptools_scm/d' \
-e "s|use_scm_version=True|version='${version}'|"
}