2007-02-27 13:18:20 +10:00
|
|
|
# Description: Parallel and distributed programming for Python
|
|
|
|
# URL: http://www.parallelpython.com/
|
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
#
|
|
|
|
# Depends on: python
|
|
|
|
|
|
|
|
name=pp
|
2007-07-29 16:00:45 +10:00
|
|
|
version=1.4.3
|
|
|
|
release=1
|
2007-02-27 13:18:20 +10:00
|
|
|
source=(http://www.parallelpython.com/downloads/$name/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
chown -R root:root $PKG
|
|
|
|
}
|