diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 13:26:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-21 13:27:13 +0000 |
commit | 4f613659e70363b3617690c189282ab2fb7d5ce1 (patch) | |
tree | e59c94354cda28bb04b96a1434745b8026fd4423 /testing/python-gnutls | |
parent | 3ceefd19a12655ed49e44c524af3b6cfce82b973 (diff) | |
download | aports-4f613659e70363b3617690c189282ab2fb7d5ce1.tar.bz2 aports-4f613659e70363b3617690c189282ab2fb7d5ce1.tar.xz |
testing/py-gnutls: renamed from python-gnutls
Diffstat (limited to 'testing/python-gnutls')
-rw-r--r-- | testing/python-gnutls/APKBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/python-gnutls/APKBUILD b/testing/python-gnutls/APKBUILD deleted file mode 100644 index df19c1239..000000000 --- a/testing/python-gnutls/APKBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> - -pkgname=python-gnutls -pkgver=1.1.9 -pkgrel=1 -pkgdesc="Python wrapper for the GNUTLS library" -url="http://pypi.python.org/pypi/python-gnutls" -license="PSF" -depends="python" -makedepends="python-dev gnutls-dev" -install= -subpackages="" -source="http://pypi.python.org/packages/source/p/$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="bdd81a9dd3c2f87393cd6c014bf6885b python-gnutls-1.1.9.tar.gz" |