diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-03-11 19:36:55 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-03-11 19:36:55 -0500 |
commit | 88861048f281d1afc894756cc02193ee8ed4ef1c (patch) | |
tree | baf32230289b4db0c3edc46c05b2363130b688fd /testing/py-lxml | |
parent | 2d2acc416bbddd4459b72d1246bc6b7c94bd4086 (diff) | |
download | aports-88861048f281d1afc894756cc02193ee8ed4ef1c.tar.bz2 aports-88861048f281d1afc894756cc02193ee8ed4ef1c.tar.xz |
testing/py-lxml: upgrade to 3.1.0
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" |