Use pycompile_{dirs,module} in packages with python modules.
This commit is contained in:
parent
4f583a3d50
commit
639e94624f
61 changed files with 172 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-jinja'
|
||||
pkgname=python-jinja
|
||||
version=2.5.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Jinja2-${version}"
|
||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||
build_style=python-module
|
||||
|
@ -20,7 +20,9 @@ long_desc="
|
|||
line in the template.
|
||||
* configurable syntax"
|
||||
|
||||
pycompile_module="jinja2"
|
||||
noarch=yes
|
||||
|
||||
Add_dependency full python
|
||||
Add_dependency full python-MarkupSafe
|
||||
Add_dependency full python-distribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue