# Template file for 'python-CherryPy' pkgname=python-CherryPy version=5.4.0 revision=1 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" depends="python" pycompile_module="cherrypy" short_desc="Object-oriented HTTP framework (Python2)" maintainer="Andrea Brancaleoni " license="3-clause-BSD" homepage="http://www.cherrypy.org" distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz" checksum=bc8702099f6071ddd8b6404c110e22bb93e6a007fd9455e27f056be59a2ca801 alternatives="cherrypy:cherryd:/usr/bin/cherryd2.7" post_install() { vlicense cherrypy/LICENSE.txt } python3.4-CherryPy_package() { noarch=yes depends="python3.4" pycompile_version="3.4" pycompile_module="cherrypy" short_desc="${short_desc/Python2/Python3.4}" alternatives="cherrypy:cherryd:/usr/bin/cherryd3.4" pkg_install() { vmove usr/bin/cherryd3.4 vmove usr/lib/python3.4 vlicense cherrypy/LICENSE.txt } }