void-packages/srcpkgs/python-CherryPy/template
2017-02-09 12:04:53 +01:00

41 lines
1.1 KiB
Bash

# Template file for 'python-CherryPy'
pkgname=python-CherryPy
version=10.1.0
revision=1
noarch=yes
wrksrc="CherryPy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
pycompile_module="cherrypy"
short_desc="Object-oriented HTTP framework (Python2)"
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=ff7c75050a1e6264073015387006e81c3b48a6d0f3b88ac0cd2fb5d0d170d70a
alternatives="cherrypy:cherryd:/usr/bin/cherryd2"
post_install() {
vlicense LICENSE.md
}
python3-CherryPy_package() {
noarch=yes
depends="python3-six"
pycompile_module="cherrypy"
replaces="python3.4-CherryPy>=0"
short_desc="${short_desc/Python2/Python3}"
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
pkg_install() {
vmove usr/bin/cherryd3
vmove usr/lib/python3*
vlicense LICENSE.md
}
}
python3.4-CherryPy_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-CherryPy>=${version}_${revision}"
}