[weasel-commit] Source: decorator=2.2.0-1.0.2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Wed, 06 Jan 2010 08:32:33 -0500

================================
decorator:source=2.2.0-1.0.2 (previous: 2.2.0-1.0.1)
cvc rdiff decorator -1 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/2.2.0-1.0.2
================================
2.2.0-1.0.2 Filip Brcic (brcha@xxxxxxx) Wed Jan  6 08:32:16 2010
    fixed metadata

decorator.recipe: changed
Index: decorator.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- decorator.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/2.2.0-1.0.1
+++ decorator.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/2.2.0-1.0.2
@@ -12,12 +12,13 @@
         'python:devel', 'unzip:runtime'
     ]
 
+    shortDesc  = 'Decorator python module'
+    longDesc   = 'Simplifies the usage of decorators for the average 
programmer'
+    url        = 'http://pypi.python.org/pypi/decorator'
+    licenses   = [ 'BSD' ]
+    categories = [ 'System/Development', 'Development/Python' ]
+
     def setup(r):
         r.addArchive('http://www.phyast.pitt.edu/~micheles/python/'
                      'decorator-%(version)s.zip', dir='%(maindir)s')
-        if Arch.x86_64:
-            # First build 32bit version
-            r.Run('cp -a %(builddir)s %(builddir)s/../32bit')
-            r.Run('USE_ARCH=32 python setup.py install --root=%(destdir)s', 
dir='../32bit')
-            r.NonMultilibComponent(exceptions='.*')
         r.PythonSetup()



Committed by: brcha

Other related posts: