diff --git a/packages/python/devel/TwistedCore.new/build b/packages/python/devel/TwistedCore.new/build deleted file mode 100755 index 101a996f08..0000000000 --- a/packages/python/devel/TwistedCore.new/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python - -. 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/bin diff --git a/packages/python/devel/TwistedCore.new/install b/packages/python/devel/TwistedCore.new/install deleted file mode 100755 index 9089e3de42..0000000000 --- a/packages/python/devel/TwistedCore.new/install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python - -. 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/devel/TwistedCore.new/url b/packages/python/devel/TwistedCore.new/url deleted file mode 100644 index f6811ea110..0000000000 --- a/packages/python/devel/TwistedCore.new/url +++ /dev/null @@ -1 +0,0 @@ -http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-8.2.0.tar.bz2