Use pycompile_{dirs,module} in packages with python modules.

This commit is contained in:
Juan RP 2011-10-05 16:42:03 +02:00
parent 4f583a3d50
commit 639e94624f
61 changed files with 172 additions and 33 deletions

View file

@ -1,6 +1,7 @@
# Template file for 'python-MarkupSafe'
pkgname=python-MarkupSafe
version=0.11
revision=1
wrksrc="MarkupSafe-${version}"
distfiles="http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
build_style=python-module
@ -11,6 +12,8 @@ long_desc="
MarkupSafe implements a unicode subclass that supports HTML strings
for Python."
pycompile_module="markupsafe"
Add_dependency run glibc
Add_dependency full python
Add_dependency build python-distribute