python-CherryPy: update to 8.1.3.
This commit is contained in:
parent
fd70b0a709
commit
ab2ac0cfe3
1 changed files with 5 additions and 5 deletions
|
@ -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 <miwaxe@gmail.com>"
|
|||
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() {
|
||||
|
|
Loading…
Reference in a new issue