From 09ce0508afe6568cf580f53fb9952963125fff43 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Feb 2010 07:41:11 +0000 Subject: Revert "testing/*: remove from stable branch" This reverts commit 9ad548df8aa2a860ca311453ed3d6a98962f32f5. I'll delete them one by one. --- testing/python26-setuptools/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/python26-setuptools/APKBUILD (limited to 'testing/python26-setuptools') diff --git a/testing/python26-setuptools/APKBUILD b/testing/python26-setuptools/APKBUILD new file mode 100644 index 0000000000..e8322dd525 --- /dev/null +++ b/testing/python26-setuptools/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Andrew Manison +# 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" -- cgit v1.2.3