diff --git a/packages/python/devel/TwistedCore/build b/packages/python/devel/TwistedCore/build deleted file mode 100755 index ebacb47ddd..0000000000 --- a/packages/python/devel/TwistedCore/build +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python - -. config/options.python - -cd $PKG_BUILD - -$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/install b/packages/python/devel/TwistedCore/install deleted file mode 100755 index 54d63efd2a..0000000000 --- a/packages/python/devel/TwistedCore/install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python - -BUILD_DIR=`ls -d $PKG_BUILD` - -. config/options.python - -cp -PR $BUILD_DIR/.install/* $INSTALL \ No newline at end of file diff --git a/packages/python/devel/TwistedCore/url b/packages/python/devel/TwistedCore/url deleted file mode 100644 index f6811ea110..0000000000 --- a/packages/python/devel/TwistedCore/url +++ /dev/null @@ -1 +0,0 @@ -http://tmrc.mit.edu/mirror/twisted/Core/8.2/TwistedCore-8.2.0.tar.bz2