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-buildutils/APKBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/python26-buildutils/APKBUILD (limited to 'testing/python26-buildutils/APKBUILD') diff --git a/testing/python26-buildutils/APKBUILD b/testing/python26-buildutils/APKBUILD new file mode 100644 index 0000000000..5db0a6bfb9 --- /dev/null +++ b/testing/python26-buildutils/APKBUILD @@ -0,0 +1,23 @@ +# Contributor: Andrew Manison +# Maintainer: +pkgname=python26-buildutils +_pkgname=${pkgname#python26-} +pkgver=0.3 +pkgrel=0 +pkgdesc="buildutils is a collection of enhancements to the Python distutils" +url="http://pypi.python.org/pypi/buildutils/0.3" +license="GPL" +depends="python python26-setuptools" +makedepends="python-dev" +install= +subpackages="" +source="http://pypi.python.org/packages/source/b/$_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 +} + +md5sums="fec620dee05f591edad386366b52e17b buildutils-0.3.tar.gz" -- cgit v1.2.3