move package setuptools:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:54:53 +02:00
parent 54c4a773e5
commit 73982b7ad7
3 changed files with 0 additions and 27 deletions

View File

@ -1,15 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py install --prefix=$ROOT/$TOOLCHAIN
#$PYTHON setup.py install --prefix=/usr --root=./.install
$PYTHON setup.py install --prefix=$SYSROOT_PREFIX/usr
#$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py build/lib

View File

@ -1,11 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
PKG_SRC_DIR=`ls -d $PKG_BUILD`
. config/options.python
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR

View File

@ -1 +0,0 @@
http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c9.tar.gz