From 32644891bac7914b13f9fabbac9a863fa896f884 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 21 May 2010 14:14:14 +0000 Subject: testing/pycrypto,python26-buildutils,twisted-web2: renamed --- testing/python26-buildutils/APKBUILD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 testing/python26-buildutils/APKBUILD (limited to 'testing/python26-buildutils') diff --git a/testing/python26-buildutils/APKBUILD b/testing/python26-buildutils/APKBUILD deleted file mode 100644 index 5db0a6bfb9..0000000000 --- a/testing/python26-buildutils/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# 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