diff options
Diffstat (limited to 'testing/py-lxml')
-rw-r--r-- | testing/py-lxml/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD index cf6d48cf83..22027ba92b 100644 --- a/testing/py-lxml/APKBUILD +++ b/testing/py-lxml/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=py-lxml _pkgname=lxml -pkgver=2.3.5 +pkgver=3.1.0 pkgrel=0 pkgdesc="Python LXML Library" url="http://codespeak.net/lxml" @@ -11,7 +11,7 @@ license="BSD" depends="" makedepends="libxml2-dev libxslt-dev py-setuptools" install= -source="http://codespeak.net/lxml/$_pkgname-$pkgver.tgz" +source="http://pypi.python.org/packages/source/l/lxml/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -22,9 +22,6 @@ build() { package() { cd "$_builddir" python setup.py install --prefix=/usr --root="$pkgdir" || return 1 - mkdir -p "$pkgdir"/usr/lib/python2.6/site-packages - echo "/usr/lib/python2.6/site-packages/$_pkgname-$pkgver-py2.6.egg" > \ - "$pkgdir"/usr/lib/python2.6/site-packages/$_pkgname.pth } -md5sums="d03fb3b9139df7f182afffe72f412c87 lxml-2.3.5.tgz" +md5sums="df70163fb581bbe45fdcd6069a503273 lxml-3.1.0.tar.gz" |