summaryrefslogtreecommitdiffstats
path: root/testing/py-lxml
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-03-08 21:00:40 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-03-11 14:07:25 +0000
commitab9dee8fbd7c8ba9c8c1aa6c5a5e13a4056c505d (patch)
treedf41134db008f7b174677bd39250244f1c562291 /testing/py-lxml
parent35c148855209e4a9c1783cce8fc97aa1bf959947 (diff)
downloadaports-ab9dee8fbd7c8ba9c8c1aa6c5a5e13a4056c505d.tar.bz2
aports-ab9dee8fbd7c8ba9c8c1aa6c5a5e13a4056c505d.tar.xz
testing/py-lxml: upgrade to 3.1.0
Diffstat (limited to 'testing/py-lxml')
-rw-r--r--testing/py-lxml/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD
index cf6d48cf8..3076c72db 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"