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
commitf00b596a85627cf0c60a380dd6ffd73d2937cd85 (patch)
treec798e8c15f0845527513add6cb875690c0ca1754 /testing
parente7ee79eacf02593ef86160177fe3b8af1eb01e03 (diff)
downloadaports-f00b596a85627cf0c60a380dd6ffd73d2937cd85.tar.bz2
aports-f00b596a85627cf0c60a380dd6ffd73d2937cd85.tar.xz
testing/python26-buildutils: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/python26-buildutils/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/python26-buildutils/APKBUILD b/testing/python26-buildutils/APKBUILD
deleted file mode 100644
index 5db0a6bf..00000000
--- a/testing/python26-buildutils/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Andrew Manison <amanison@anselsystems.com>
-# 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"