From 742fced73783c55ca06dde0ad3e547261647ca16 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 08:53:22 +0200 Subject: [PATCH] move package TwistedCore: - no more need, move to pkg-archive branch --- packages/python/devel/TwistedCore/build | 19 ------------------- packages/python/devel/TwistedCore/install | 11 ----------- packages/python/devel/TwistedCore/url | 1 - 3 files changed, 31 deletions(-) delete mode 100755 packages/python/devel/TwistedCore/build delete mode 100755 packages/python/devel/TwistedCore/install delete mode 100644 packages/python/devel/TwistedCore/url 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