You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to foresigh...@lists.rpath.org
================================ gdata-python-client:source=2.0.10-1 cvc rdiff gdata-python-client -1 /foresight.rpath.org@fl:2-devel/2.0.10-1 ================================ 2.0.10-1 Tomas Forsman (tfor...@foresightlinux.se) Tue Sep 7 11:59:57 2010 buildreq for damnvid
gdata-python-client.recipe: new --- /dev/null +++ gdata-python-client.recipe @@ -0,0 +16 @@ +# +# Copyright (c) 2010 Foresight Linux +# This file is distributed under the terms of the MIT License. +# A copy is available at http://www.rpath.com/permanent/mit-license.html +# + +class GdataPythonClient(PackageRecipe): + + name = 'gdata-python-client' + version = '2.0.10' + + buildRequires = ['python-setuptools:python', 'cElementTree:python', 'python-twisted:python', 'python:devel', 'simplejson:python'] + + def setup(r): + r.addArchive('http://gdata-python-client.googlecode.com/files/gdata-%(version)s.tar.gz') + r.PythonSetup()