diff options
Diffstat (limited to 'testing/py-lxml')
-rw-r--r-- | testing/py-lxml/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD index cf6d48cf83..3076c72dbb 100644 --- a/testing/py-lxml/APKBUILD +++ b/testing/py-lxml/APKBUILD @@ -2,18 +2,18 @@ # 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" +url="http://lxml.de/" arch="all" license="BSD" depends="" makedepends="libxml2-dev libxslt-dev py-setuptools" -install= -source="http://codespeak.net/lxml/$_pkgname-$pkgver.tgz" -_builddir="$srcdir"/$_pkgname-$pkgver +install="" +source="http://lxml.de/files/$_pkgname-$pkgver.tgz" +_builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 @@ -22,9 +22,8 @@ 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.tgz" +sha256sums="8ce453b10e47b5d7a623b75ca0eb6c39fee80d9d72b7992c597eb44c31c9445e lxml-3.1.0.tgz" +sha512sums="a109f4257e7433df01afe541d492a03944bb3360a9e920eb0772248697e1139d56c20c333b7c3a9c35f46f0b4079d57a36e61546e63e19a814c52fe82245404a lxml-3.1.0.tgz" |