void-packages/srcpkgs/python-cheetah/template
2016-04-28 13:25:52 +02:00

21 lines
659 B
Bash

# Template file for 'python-cheetah'
pkgname=python-cheetah
version=2.4.4
revision=3
wrksrc="Cheetah-${version}"
build_style=python-module
hostmakedepends="python-setuptools"
makedepends="python-devel"
depends="python>=2.7 python-Markdown"
pycompile_module="Cheetah"
short_desc="A Python-powered template engine and code generator"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
homepage="http://www.cheetahtemplate.org/"
license="MIT"
distfiles="${PYPI_SITE}/C/Cheetah/Cheetah-${version}.tar.gz"
checksum=be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}