summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
commit2a285debd0cf6f47e06b8f8f02a41fb34aa8aa0e (patch)
tree8304652fabb8f5f7066e9b488cc7c1e439084e35 /testing
parentf00b596a85627cf0c60a380dd6ffd73d2937cd85 (diff)
downloadaports-2a285debd0cf6f47e06b8f8f02a41fb34aa8aa0e.tar.bz2
aports-2a285debd0cf6f47e06b8f8f02a41fb34aa8aa0e.tar.xz
testing/python26-setuptools: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/python26-setuptools/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/python26-setuptools/APKBUILD b/testing/python26-setuptools/APKBUILD
deleted file mode 100644
index e8322dd5..00000000
--- a/testing/python26-setuptools/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Andrew Manison <amanison@anselsystems.com>
-# Maintainer:
-pkgname=python26-setuptools
-_pkgname=${pkgname#python26-}
-pkgver=0.6c11
-pkgrel=0
-pkgdesc="setuptools is a collection of enhancements to the Python distutils"
-url="http://pypi.python.org/pypi/setuptools"
-license="PSF"
-depends="python"
-makedepends="python-dev"
-install=
-subpackages=""
-source="http://pypi.python.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir"/$_pkgname-$pkgver
- mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages
- python setup.py install --root="$pkgdir"
- echo "/usr/lib/python2.6/site-packages/$_pkgname-$pkgver-py2.6.egg" > "$pkgdir"/usr/lib/python2.6/site-packages/$_pkgname.pth
-
- # we don't provide a non-suffixed easy_install
- echo "Removing non-suffixed easy_install ( $pkgdir/usr/bin/easy_install)"
- rm "$pkgdir"/usr/bin/easy_install
-}
-
-md5sums="7df2a529a074f613b509fb44feefe74e setuptools-0.6c11.tar.gz"