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 'Twisted'
pkgname=Twisted
version=11.0.0
revision=1
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
build_style=python-module
short_desc="Event-driven networking engine written in Python"
@@ -39,6 +40,8 @@ long_desc="
- twisted.trial
A unit testing framework that integrates well with Twisted-based code."
pycompile_module="twisted"
Add_dependency run glibc
Add_dependency full python
Add_dependency full zope.interface