[weasel-commit] Source: lxml=2.2.2-3

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 06 Jan 2010 12:22:10 -0500

================================
lxml:source=2.2.2-3 (previous: 2.2.2-2)
cvc rdiff lxml -1 /weasel.rpath.org@wgl:3-devel/2.2.2-3
================================
2.2.2-3 Filip Brcic (brcha@xxxxxxx) Wed Jan  6 12:22:01 2010
    fixed recipe

lxml.recipe: changed
Index: lxml.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- lxml.recipe /weasel.rpath.org@wgl:3-devel/2.2.2-2
+++ lxml.recipe /weasel.rpath.org@wgl:3-devel/2.2.2-3
@@ -13,24 +13,24 @@
         'cython:runtime', 'cython:python',
         ]
 
+    shortDesc  = 'A Pythonic binding for the libxml2 and libxslt libraries'
+    longDesc   = """
+lxml is a Pythonic binding for the libxml2 and libxslt libraries. It
+is unique in that it combines the speed and feature completeness of
+these libraries with the simplicity of a native Python API, mostly
+compatible but superior to the well-known ElementTree API. See the
+introduction for more information about background and goals.
+"""
+    url        = 'http://codespeak.net/lxml/'
+    licenses   = [ 'BSD', 'ElementTree', 'GPL-2', 'PSF-2.4' ]
+    categories = [ 'System/Development', 'Development/Python' ]
+
     def setup(r):
         r.setDefaultPython()
-       r.Description(shortDesc='A Pythonic binding for the libxml2 and libxslt 
libraries',
-                      longDesc='lxml is a Pythonic binding for the libxml2 and 
libxslt libraries. It is unique in that it combines the speed and feature 
completeness of these libraries with the simplicity of a native Python API, 
mostly compatible but superior to the well-known ElementTree API. See the 
introduction for more information about background and goals.')
-       r.PackageURL('http://codespeak.net/lxml/')
-       r.Licenses('BSD', 'ElementTree', 'GPL-2', 'PSF-2.4')
         r.addArchive('http://codespeak.net/lxml/')
         r.addPatch('lxml-2.0.3-no-fake-pyrex.patch')
 
-        if Arch.x86_64:
-            # First build 32bit version
-            r.Run('cp -a %(builddir)s %(builddir)s/../32bit')
+        r.PythonSetup()
 
-            r.Run('USE_ARCH=32 python setup.py install --root=%(destdir)s',
-                  dir='../32bit')
-
-           r.NonMultilibComponent(exceptions='.*')
-            r.FixupMultilibPaths(exceptions='.*')
-
-        r.Run('python setup.py install --root=%(destdir)s')
-
+        r.Doc('doc/html/*', dir='html')
+        r.Doc('doc/*.txt')



Committed by: brcha

Other related posts: