void-packages/srcpkgs/python-CherryPy/template
2018-03-25 12:23:17 +02:00

35 lines
960 B
Bash

# Template file for 'python-CherryPy'
pkgname=python-CherryPy
version=14.0.1
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=721d09bbeedaf5b3493e9e644ae9285d776ea7f16b1d4a0a5aaec7c0d22e5074
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
}
}