void-packages/srcpkgs/python-CherryPy/template
2018-04-20 10:24:30 +02:00

34 lines
960 B
Bash

# Template file for 'python-CherryPy'
pkgname=python-CherryPy
version=14.1.0
revision=1
noarch=yes
wrksrc="CherryPy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six python-Cheroot"
pycompile_module="cherrypy"
short_desc="Object-oriented HTTP framework (Python2)"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="3-clause-BSD"
homepage="http://www.cherrypy.org"
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
checksum=ea849e560c485458c064e4db5ce8190f25194b039f3b799875d250a959fec759
alternatives="cherrypy:cherryd:/usr/bin/cherryd2"
post_install() {
vlicense LICENSE.md
}
python3-CherryPy_package() {
noarch=yes
depends="python3-six python3-Cheroot"
pycompile_module="cherrypy"
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
}
}