[arch-commits] Commit in python-lxml/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 17 08:11:04 UTC 2014


    Date: Monday, March 17, 2014 @ 09:11:04
  Author: fyan
Revision: 208046

upgpkg: python-lxml 3.3.3-1

Modified:
  python-lxml/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-17 08:06:03 UTC (rev 208045)
+++ PKGBUILD	2014-03-17 08:11:04 UTC (rev 208046)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez <angvp at archlinux.org> 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.3.1
+pkgver=3.3.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
@@ -9,15 +9,15 @@
 url="http://lxml.de/"
 makedepends=('python2' 'python' 'libxslt' 'python-cssselect' 'python2-cssselect')
 source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('09401c787d9b2660b0d76c4c6baec0f3'
+md5sums=('f2675837b4358a5ecab5fd9a783fd0e5'
          'SKIP')
 
-# Temporary commented due a conflict with devtools and lxml
-#check() {
-#  cd lxml-$pkgver
-#  make PYTHON=python2 test
-#  make PYTHON=python test
-#}
+check() {
+  cd lxml-$pkgver
+  # Workaround encoding issue
+  LANG=en_US.UTF-8 make PYTHON=python2 test
+  LANG=en_US.UTF-8 make PYTHON=python test
+}
 
 package_python2-lxml() {
   pkgdesc="Python2 binding for the libxml2 and libxslt libraries"




More information about the arch-commits mailing list