python3-CherryPy: update to 18.1.0.
This commit is contained in:
parent
6abefc6a34
commit
6bfe22d56c
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-CherryPy'
|
# Template file for 'python3-CherryPy'
|
||||||
pkgname=python3-CherryPy
|
pkgname=python3-CherryPy
|
||||||
version=18.0.1
|
version=18.1.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="cherrypy"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
|
depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
|
||||||
pycompile_module="cherrypy"
|
|
||||||
short_desc="Object-oriented HTTP framework (Python3)"
|
short_desc="Object-oriented HTTP framework (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://cherrypy.org/"
|
homepage="https://cherrypy.org/"
|
||||||
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
||||||
checksum=3002fc47b982c3df4d08dbe5996b093fd73f85b650ab8df19e8b9b95f5c00520
|
checksum=4dd2f59b5af93bd9ca85f1ed0bb8295cd0f5a8ee2b84d476374d4e070aa5c615
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in New Issue