diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 14:14:14 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 14:14:14 +0000 |
| commit | 32644891bac7914b13f9fabbac9a863fa896f884 (patch) | |
| tree | 30b7361252c85f55cdbae6679ba8d4ae26f2cd52 /testing/python26-buildutils | |
| parent | 7bb556c46d2fb50876b697cfe1bf426f253648f2 (diff) | |
| download | aports-32644891bac7914b13f9fabbac9a863fa896f884.tar.bz2 aports-32644891bac7914b13f9fabbac9a863fa896f884.tar.xz | |
testing/pycrypto,python26-buildutils,twisted-web2: renamed
Diffstat (limited to 'testing/python26-buildutils')
| -rw-r--r-- | testing/python26-buildutils/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
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 <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" |
