python-CherryPy: really unbreak
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# Template file for 'python-CherryPy'
|
# Template file for 'python-CherryPy'
|
||||||
pkgname=python-CherryPy
|
pkgname=python-CherryPy
|
||||||
version=15.0.0
|
version=15.0.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-six python-Cheroot"
|
depends="python-setuptools python-six python-Cheroot python-portend"
|
||||||
pycompile_module="cherrypy"
|
pycompile_module="cherrypy"
|
||||||
short_desc="Object-oriented HTTP framework (Python2)"
|
short_desc="Object-oriented HTTP framework (Python2)"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
@@ -27,7 +27,7 @@ post_install() {
|
|||||||
|
|
||||||
python3-CherryPy_package() {
|
python3-CherryPy_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-setuptools python3-six python3-Cheroot"
|
depends="python3-setuptools python3-six python3-Cheroot python3-portend"
|
||||||
pycompile_module="cherrypy"
|
pycompile_module="cherrypy"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
||||||
|
|||||||
Reference in New Issue
Block a user