void-packages/srcpkgs/python-CherryPy/template

21 lines
613 B
Bash
Raw Normal View History

2016-02-04 00:52:49 +00:00
# Template file for 'python-cherry'
_realname=CherryPy
pkgname=python-${_realname}
2016-02-08 06:34:59 +00:00
version=5.0.1
2016-02-04 00:52:49 +00:00
revision=1
wrksrc="${_realname}-${version}"
build_style=python-module
noarch=yes
hostmakedepends="python"
pycompile_module="${_realname}"
short_desc="A pythonic, object-oriented web development framework"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD"
homepage="http://www.cherrypy.org"
distfiles="${PYPI_SITE}/${_realname:0:1}/${_realname}/${_realname}-${version}.tar.gz"
2016-02-08 06:34:59 +00:00
checksum=6dd6a3c2890ff613b92c597126f548d41a59024448ae3439a1dba08013610403
2016-02-04 00:52:49 +00:00
post_install() {
vlicense cherrypy/LICENSE.txt
}