summaryrefslogtreecommitdiffstats
path: root/base/setuptools/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:13:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:13:38 +0200
commit8aa6cc5af020923ec0a177c7d0bb49d32448dddc (patch)
tree09d27f895a0729d17e198b537d73f3d860b3b91d /base/setuptools/Pkgfile
parent025767e5a52635cd2ac1fab364ac5486b7670282 (diff)
downloadnutyx-extra-8aa6cc5af020923ec0a177c7d0bb49d32448dddc.tar.gz
nutyx-extra-8aa6cc5af020923ec0a177c7d0bb49d32448dddc.tar.bz2
nutyx-extra-8aa6cc5af020923ec0a177c7d0bb49d32448dddc.tar.xz
nutyx-extra-8aa6cc5af020923ec0a177c7d0bb49d32448dddc.zip
setuptools dans extra
Diffstat (limited to 'base/setuptools/Pkgfile')
-rw-r--r--base/setuptools/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/base/setuptools/Pkgfile b/base/setuptools/Pkgfile
deleted file mode 100644
index 236fbeb70..000000000
--- a/base/setuptools/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: A collection of enhancements to the Python distutils
-# URL:http://peak.telecommunity.com/DevCenter/setuptools
-# Maintainer: NuTyX core team
-# Packager: fanch
-# Depends on:
-# Run on:
-
-name=setuptools
-version=0.6c11
-release=1
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz)
-build() {
-cd $name-$version
- python2 setup.py build install --root=$PKG
-}