python-cheetah: use pycompile_module.

This commit is contained in:
Juan RP 2014-05-26 18:09:49 +02:00
parent f249fb551e
commit d185f22aee
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'python-cheetah' # Template file for 'python-cheetah'
pkgname=python-cheetah pkgname=python-cheetah
version=2.4.4 version=2.4.4
revision=1 revision=2
build_style=python-module build_style=python-module
hostmakedepends="python-distribute" hostmakedepends="python-distribute"
makedepends="python-devel" makedepends="python-devel"
noarch="yes" noarch="yes"
depends="python>=2.7" depends="python>=2.7"
short_desc="open source template engine and code-generation tool" pycompile_module="Cheetah"
short_desc="Open source template engine and code-generation tool"
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>" maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://www.cheetahtemplate.org/" homepage="http://www.cheetahtemplate.org/"
license="MIT" license="MIT"