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

Rémy Oudompheng remy at archlinux.org
Fri Sep 3 20:13:38 UTC 2010


    Date: Friday, September 3, 2010 @ 16:13:38
  Author: remy
Revision: 89763

upgpkg: python-lxml 2.2.7-2
Rebuild for python2 (python2.7 module).

Modified:
  python-lxml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-03 17:41:19 UTC (rev 89762)
+++ PKGBUILD	2010-09-03 20:13:38 UTC (rev 89763)
@@ -7,12 +7,12 @@
 
 pkgname=python-lxml
 pkgver=2.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Python binding for the libxml2 and libxslt libraries"
 arch=('i686' 'x86_64')
 license=('BSD' 'GPL' 'custom')
 url="http://codespeak.net/lxml"
-depends=('python' 'libxslt')
+depends=('python2' 'libxslt')
 optdepends=("beautiful-soup: support for parsing not well formed HTML")
 conflicts=('lxml')
 replaces=('lxml')
@@ -22,7 +22,7 @@
 package() {
   cd ${srcdir}/lxml-$pkgver
 
-  python setup.py install --root=${pkgdir}
+  python2 setup.py install --root=${pkgdir}
 
   install -D -m644 LICENSES.txt ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
   install -D -m644 doc/licenses/BSD.txt ${pkgdir}/usr/share/licenses/$pkgname/BSD.txt




More information about the arch-commits mailing list