python-cheetah: use pycompile_module.
This commit is contained in:
parent
f249fb551e
commit
d185f22aee
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'python-cheetah'
|
||||
pkgname=python-cheetah
|
||||
version=2.4.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-devel"
|
||||
noarch="yes"
|
||||
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>"
|
||||
homepage="http://www.cheetahtemplate.org/"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue