diff --git a/packages/python/net/Coherence/build b/packages/python/net/Coherence/build deleted file mode 100755 index 85270e13d5..0000000000 --- a/packages/python/net/Coherence/build +++ /dev/null @@ -1,12 +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 diff --git a/packages/python/net/Coherence/install b/packages/python/net/Coherence/install deleted file mode 100755 index 9089e3de42..0000000000 --- a/packages/python/net/Coherence/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/net/Coherence/url b/packages/python/net/Coherence/url deleted file mode 100644 index e67633236a..0000000000 --- a/packages/python/net/Coherence/url +++ /dev/null @@ -1 +0,0 @@ -http://coherence.beebits.net/download/Coherence-0.6.4.tar.gz