[arch-commits] Commit in python-lxml/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jun 4 02:44:21 UTC 2017
Date: Sunday, June 4, 2017 @ 02:44:15
Author: felixonmars
Revision: 297762
upgpkg: python-lxml 3.8.0-1
Modified:
python-lxml/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-04 02:37:09 UTC (rev 297761)
+++ PKGBUILD 2017-06-04 02:44:15 UTC (rev 297762)
@@ -4,7 +4,7 @@
pkgbase=python-lxml
pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.7.3
+pkgver=3.8.0
pkgrel=1
arch=('i686' 'x86_64')
license=('BSD' 'custom')
@@ -11,8 +11,8 @@
url="http://lxml.de/"
makedepends=('libxslt' 'python-cssselect' 'python2-cssselect')
source=("https://pypi.io/packages/source/l/lxml/lxml-${pkgver}.tar.gz"{,.asc})
-md5sums=('075692ce442e69bbd604d44e21c02753'
- 'SKIP')
+sha512sums=('08f6f352e22ed2bc199a5f34a1c6b5f7b41ec282dc0026c9f16a06466c27e39e8eb18608ba4493636170eeac4b0194f7050445e1cc9bd0a4628573c404593088'
+ 'SKIP')
validpgpkeys=('1737D5FB8DACC53CA96A77AB0D3D536908D3A01E') # Stefan Behnel
prepare() {
@@ -33,13 +33,11 @@
check() {
# TODO: Find a sane way to skip inplace build
- # Current failure: https://bugs.launchpad.net/lxml/+bug/1608479
-
cd "$srcdir"/lxml-$pkgver
- make PYTHON=python test || warning "Tests failed"
+ make PYTHON=python test
cd "$srcdir"/lxml-$pkgver-py2
- make PYTHON=python2 test || warning "Tests failed"
+ make PYTHON=python2 test
}
package_python2-lxml() {
More information about the arch-commits
mailing list