diff options
author | piernov <piernov@piernov.org> | 2011-07-15 23:39:22 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-15 23:39:22 +0200 |
commit | 2dd2274205134b05b45e5bfc3d000d74aa413732 (patch) | |
tree | e53fbc39043c68203ee533b3445f6ffb09328a5c /base/python/Pkgfile | |
parent | 47ed8b4a8e5608234f38877ae4711ec0fcad1ef1 (diff) | |
download | nutyx-extra-2dd2274205134b05b45e5bfc3d000d74aa413732.tar.gz nutyx-extra-2dd2274205134b05b45e5bfc3d000d74aa413732.tar.bz2 nutyx-extra-2dd2274205134b05b45e5bfc3d000d74aa413732.tar.xz nutyx-extra-2dd2274205134b05b45e5bfc3d000d74aa413732.zip |
python 3.2-2 inclusion module expat
Diffstat (limited to 'base/python/Pkgfile')
-rwxr-xr-x | base/python/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/python/Pkgfile b/base/python/Pkgfile index 7d58b3f65..ece86814f 100755 --- a/base/python/Pkgfile +++ b/base/python/Pkgfile @@ -2,17 +2,16 @@ # URL: http://www.python.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: -# Run on: +# Depends on: expat +# Run on: expat name=python version=3.2 -release=1 +release=2 source=( http://www.python.org/ftp/python/$version/Python-$version.tar.bz2) build() { cd Python-$version - rm -r Modules/expat rm -r Modules/zlib rm -r Modules/_ctypes/{darwin,libffi}* |