From b3c3c839af2ff65093bb5cfcbe7f064d46bfa082 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Jul 2009 01:46:05 +0200 Subject: [PATCH] various cleanups --- packages/python/www/TwistedWeb2.new/build | 23 --------------------- packages/python/www/TwistedWeb2.new/install | 12 ----------- packages/python/www/TwistedWeb2.new/url | 1 - 3 files changed, 36 deletions(-) delete mode 100755 packages/python/www/TwistedWeb2.new/build delete mode 100755 packages/python/www/TwistedWeb2.new/install delete mode 100644 packages/python/www/TwistedWeb2.new/url diff --git a/packages/python/www/TwistedWeb2.new/build b/packages/python/www/TwistedWeb2.new/build deleted file mode 100755 index 8704ed17c1..0000000000 --- a/packages/python/www/TwistedWeb2.new/build +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python -$SCRIPTS/build TwistedCore - -. config/options.python - -cd $PKG_BUILD - -$PYTHON setup.py bdist_egg --exclude-source-files - -#$PYTHON setup.py build - -#$PYTHON setup.py install -O1 --skip-build --root $SYSROOT_PREFIX --prefix /usr -#$PYTHON setup.py install -O1 --skip-build --root ./.install --prefix /usr - -#find .install -name "*.py" -exec rm -rf "{}" ";" -#find .install -name "*.pyo" -exec rm -rf "{}" ";" - -#rm -rf .install/usr/lib/python*/site-packages/twisted/web2/test \ No newline at end of file diff --git a/packages/python/www/TwistedWeb2.new/install b/packages/python/www/TwistedWeb2.new/install deleted file mode 100755 index 4c95c890ca..0000000000 --- a/packages/python/www/TwistedWeb2.new/install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python -$SCRIPTS/install TwistedCore - -. config/options.python - -PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*` - -$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg diff --git a/packages/python/www/TwistedWeb2.new/url b/packages/python/www/TwistedWeb2.new/url deleted file mode 100644 index 6bcfa90a3e..0000000000 --- a/packages/python/www/TwistedWeb2.new/url +++ /dev/null @@ -1 +0,0 @@ -http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-8.1.0.tar.bz2