[weasel-commit] Source: epdb=0.11-1.0.2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 23 Jan 2010 07:30:29 -0500

================================
epdb:source=0.11-1.0.2 (previous: 0.11-1.0.1)
cvc rdiff epdb -1 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/0.11-1.0.2
================================
0.11-1.0.2 Filip Brcic (brcha@xxxxxxx) Sat Jan 23 07:30:16 2010
    fixed hardcoded python2.4

epdb.recipe: changed
Index: epdb.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- epdb.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/0.11-1.0.1
+++ epdb.recipe 
/conary.rpath.com@rpl:devel//2-devel//weasel.rpath.org@wgl:3-devel/0.11-1.0.2
@@ -4,15 +4,22 @@
 # A copy is available at http://www.rpath.com/permanent/mit-license.html
 #
 
-class Epdb(CPackageRecipe):
+loadInstalled('python')
+class Epdb(CPackageRecipe, Python.VersionMixIn):
     name = 'epdb'
     version = '0.11'
+
+    buildRequires = [
+        'python:devel',
+        ]
 
     shortDesc  = 'rPath\'s fork of pdb'
     licenses   = [ 'MIT' ]
     categories = [ 'Development/Python' ]
 
     def setup(r):
+        r.setDefaultPython()
+        r.Replace('python2.4', 'python%(pyver)s', 'Make.rules')
         r.addArchive('ftp://download.rpath.com/pub/epdb/')
         r.Make('libdir=%(libdir)s')
         r.MakeInstall('libdir=%(libdir)s')



Committed by: brcha

Other related posts: