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'
|
# Template file for 'python-CherryPy'
|
||||||
pkgname=python-CherryPy
|
pkgname=python-CherryPy
|
||||||
version=8.1.2
|
version=8.1.3
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,11 +13,11 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://www.cherrypy.org"
|
homepage="http://www.cherrypy.org"
|
||||||
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
||||||
checksum=45a92fdd18baa19d055e5f53bb3c4293821a30e83bf3c5244b867685397f5380
|
checksum=e75d94393ef24a47e70fb7539c07abac11be7cb76780c3151f94f6a9f5b2c3da
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd2"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense cherrypy/LICENSE.txt
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-CherryPy_package() {
|
python3-CherryPy_package() {
|
||||||
|
@ -30,7 +30,7 @@ python3-CherryPy_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/cherryd3
|
vmove usr/bin/cherryd3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense cherrypy/LICENSE.txt
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-CherryPy_package() {
|
python3.4-CherryPy_package() {
|
||||||
|
|
Loading…
Reference in a new issue