hi there,

this patch brings py-gdata up from 1.2 to 2.0.
please test and commit (we are falling behind too much)..

-f
-- 
when agnostics die, do they go to the great perhaps?
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/py-gdata/pkg/DESCR,v
retrieving revision 1.4
diff -u -r1.4 DESCR
--- pkg/DESCR   2 Feb 2009 11:58:11 -0000       1.4
+++ pkg/DESCR   15 Jul 2009 22:35:09 -0000
@@ -15,10 +15,14 @@
        - YouTube Data API
        - Google Webmaster Tools Data API
        - Blogger Data API
+        - Google Health API
+        - Google Book Search API
+        - Google Analytics API
+        - Google Finance API
        - core Google data API functionality
 
 The core Google data code provides sufficient functionality to use this
 library with any Google data API (even if a module hasn't been written
-for it yet). For example, this client can be used with the Notebook API
-and the Google Health API.  This library may also be used with any Atom
-Publishing Protocol service.
+for it yet). For example, this client can be used with the Notebook API.
+This library may also be used with any Atom Publishing Protocol service
+(AtomPub).
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-gdata/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- pkg/PLIST   2 Feb 2009 11:58:11 -0000       1.4
+++ pkg/PLIST   15 Jul 2009 22:35:09 -0000
@@ -8,6 +8,8 @@
 lib/python${MODPY_VERSION}/site-packages/atom/client.pyc
 lib/python${MODPY_VERSION}/site-packages/atom/core.py
 lib/python${MODPY_VERSION}/site-packages/atom/core.pyc
+lib/python${MODPY_VERSION}/site-packages/atom/data.py
+lib/python${MODPY_VERSION}/site-packages/atom/data.pyc
 lib/python${MODPY_VERSION}/site-packages/atom/http.py
 lib/python${MODPY_VERSION}/site-packages/atom/http.pyc
 lib/python${MODPY_VERSION}/site-packages/atom/http_core.py
@@ -27,7 +29,7 @@
 lib/python${MODPY_VERSION}/site-packages/atom/url.py
 lib/python${MODPY_VERSION}/site-packages/atom/url.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/
-lib/python${MODPY_VERSION}/site-packages/gdata.py-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/gdata-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/gdata/Crypto/
 lib/python${MODPY_VERSION}/site-packages/gdata/Crypto/Cipher/
 lib/python${MODPY_VERSION}/site-packages/gdata/Crypto/Cipher/__init__.py
@@ -81,8 +83,15 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/alt/
 lib/python${MODPY_VERSION}/site-packages/gdata/alt/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/alt/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/alt/app_engine.py
+lib/python${MODPY_VERSION}/site-packages/gdata/alt/app_engine.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/alt/appengine.py
 lib/python${MODPY_VERSION}/site-packages/gdata/alt/appengine.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/analytics/
+lib/python${MODPY_VERSION}/site-packages/gdata/analytics/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/analytics/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/analytics/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/analytics/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/__init__.pyc
@@ -91,6 +100,11 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/groups/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/__init__.pyc
@@ -108,8 +122,17 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/blogger/
 lib/python${MODPY_VERSION}/site-packages/gdata/blogger/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/blogger/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/client.py
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/client.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/data.py
+lib/python${MODPY_VERSION}/site-packages/gdata/blogger/data.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/blogger/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/blogger/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/books/
+lib/python${MODPY_VERSION}/site-packages/gdata/books/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/books/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/books/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/books/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/calendar/__init__.pyc
@@ -127,6 +150,8 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/contacts/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/contacts/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/contacts/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/data.py
+lib/python${MODPY_VERSION}/site-packages/gdata/data.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/docs/
 lib/python${MODPY_VERSION}/site-packages/gdata/docs/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/docs/__init__.pyc
@@ -135,9 +160,21 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/exif/
 lib/python${MODPY_VERSION}/site-packages/gdata/exif/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/exif/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/finance/
+lib/python${MODPY_VERSION}/site-packages/gdata/finance/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/finance/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/finance/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/finance/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/gauth.py
+lib/python${MODPY_VERSION}/site-packages/gdata/gauth.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/geo/
 lib/python${MODPY_VERSION}/site-packages/gdata/geo/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/geo/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/health/
+lib/python${MODPY_VERSION}/site-packages/gdata/health/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/health/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/health/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/health/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/media/
 lib/python${MODPY_VERSION}/site-packages/gdata/media/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/media/__init__.pyc
@@ -151,6 +188,8 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/photos/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/photos/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/photos/service.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/sample_util.py
+lib/python${MODPY_VERSION}/site-packages/gdata/sample_util.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/spreadsheet/
@@ -160,6 +199,10 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/spreadsheet/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/spreadsheet/text_db.py
 lib/python${MODPY_VERSION}/site-packages/gdata/spreadsheet/text_db.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/test_config.py
+lib/python${MODPY_VERSION}/site-packages/gdata/test_config.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/test_config_template.py
+lib/python${MODPY_VERSION}/site-packages/gdata/test_config_template.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/test_data.py
 lib/python${MODPY_VERSION}/site-packages/gdata/test_data.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/tlslite/
@@ -301,6 +344,7 @@
 share/doc/py-gdata/atom.auth.html
 share/doc/py-gdata/atom.client.html
 share/doc/py-gdata/atom.core.html
+share/doc/py-gdata/atom.data.html
 share/doc/py-gdata/atom.html
 share/doc/py-gdata/atom.http.html
 share/doc/py-gdata/atom.http_core.html
@@ -312,8 +356,12 @@
 share/doc/py-gdata/atom.token_store.html
 share/doc/py-gdata/atom.url.html
 share/doc/py-gdata/gdata.alt.appengine.html
+share/doc/py-gdata/gdata.analytics.html
+share/doc/py-gdata/gdata.analytics.service.html
 share/doc/py-gdata/gdata.apps.emailsettings.html
 share/doc/py-gdata/gdata.apps.emailsettings.service.html
+share/doc/py-gdata/gdata.apps.groups.html
+share/doc/py-gdata/gdata.apps.groups.service.html
 share/doc/py-gdata/gdata.apps.html
 share/doc/py-gdata/gdata.apps.migration.html
 share/doc/py-gdata/gdata.apps.migration.service.html
@@ -321,8 +369,12 @@
 share/doc/py-gdata/gdata.auth.html
 share/doc/py-gdata/gdata.base.html
 share/doc/py-gdata/gdata.base.service.html
+share/doc/py-gdata/gdata.blogger.client.html
+share/doc/py-gdata/gdata.blogger.data.html
 share/doc/py-gdata/gdata.blogger.html
 share/doc/py-gdata/gdata.blogger.service.html
+share/doc/py-gdata/gdata.books.html
+share/doc/py-gdata/gdata.books.service.html
 share/doc/py-gdata/gdata.calendar.html
 share/doc/py-gdata/gdata.calendar.service.html
 share/doc/py-gdata/gdata.client.html
@@ -330,10 +382,16 @@
 share/doc/py-gdata/gdata.codesearch.service.html
 share/doc/py-gdata/gdata.contacts.html
 share/doc/py-gdata/gdata.contacts.service.html
+share/doc/py-gdata/gdata.data.html
 share/doc/py-gdata/gdata.docs.html
 share/doc/py-gdata/gdata.docs.service.html
 share/doc/py-gdata/gdata.exif.html
+share/doc/py-gdata/gdata.finance.html
+share/doc/py-gdata/gdata.finance.service.html
+share/doc/py-gdata/gdata.gauth.html
 share/doc/py-gdata/gdata.geo.html
+share/doc/py-gdata/gdata.health.html
+share/doc/py-gdata/gdata.health.service.html
 share/doc/py-gdata/gdata.html
 share/doc/py-gdata/gdata.media.html
 share/doc/py-gdata/gdata.photos.html
@@ -342,6 +400,8 @@
 share/doc/py-gdata/gdata.spreadsheet.html
 share/doc/py-gdata/gdata.spreadsheet.service.html
 share/doc/py-gdata/gdata.spreadsheet.text_db.html
+share/doc/py-gdata/gdata.test_config.html
+share/doc/py-gdata/gdata.test_config_template.html
 share/doc/py-gdata/gdata.urlfetch.html
 share/doc/py-gdata/gdata.webmastertools.html
 share/doc/py-gdata/gdata.webmastertools.service.html
@@ -351,20 +411,63 @@
 share/examples/py-gdata/authsub/
 share/examples/py-gdata/authsub/secure_authsub.py
 share/examples/py-gdata/base/
+share/examples/py-gdata/base/baseAttributesQueryExample.py
+share/examples/py-gdata/base/baseItemTypesQueryExample.py
 share/examples/py-gdata/base/baseQueryExample.py
 share/examples/py-gdata/base/dryRunInsert.py
 share/examples/py-gdata/blogger/
 share/examples/py-gdata/blogger/BloggerExample.py
+share/examples/py-gdata/blogger/BloggerExampleV1.py
+share/examples/py-gdata/blogger/app/
+share/examples/py-gdata/blogger/app/app.yaml
+share/examples/py-gdata/blogger/app/auth_required.html
+share/examples/py-gdata/blogger/app/blogapp.py
+share/examples/py-gdata/blogger/app/list_blogs.html
+share/examples/py-gdata/blogger/app/post_editor.html
+share/examples/py-gdata/blogger/app/welcome.html
 share/examples/py-gdata/calendar/
 share/examples/py-gdata/calendar/calendarExample.py
+share/examples/py-gdata/codesearch/
+share/examples/py-gdata/codesearch/CodesearchExample.py
 share/examples/py-gdata/contacts/
 share/examples/py-gdata/contacts/contacts_example.py
 share/examples/py-gdata/docs/
 share/examples/py-gdata/docs/docs_example.py
+share/examples/py-gdata/finance/
+share/examples/py-gdata/finance/test_finance.py
 share/examples/py-gdata/mashups/
 share/examples/py-gdata/mashups/birthdaySample.py
 share/examples/py-gdata/oauth/
+share/examples/py-gdata/oauth/2_legged_oauth.py
 share/examples/py-gdata/oauth/oauth_example.py
+share/examples/py-gdata/oauth/oauth_on_appengine/
+share/examples/py-gdata/oauth/oauth_on_appengine/README.txt
+share/examples/py-gdata/oauth/oauth_on_appengine/app.yaml
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/__init__.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/cache.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/cron.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/event.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/flash.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/paginator.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/rotmodel.py
+share/examples/py-gdata/oauth/oauth_on_appengine/appengine_utilities/sessions.py
+share/examples/py-gdata/oauth/oauth_on_appengine/css/
+share/examples/py-gdata/oauth/oauth_on_appengine/css/index.css
+share/examples/py-gdata/oauth/oauth_on_appengine/images/
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_document.gif
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_folder.gif
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_pdf.gif
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_presentation.gif
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_spreadsheet.gif
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_starred.png
+share/examples/py-gdata/oauth/oauth_on_appengine/images/icon_trashed.png
+share/examples/py-gdata/oauth/oauth_on_appengine/index.html
+share/examples/py-gdata/oauth/oauth_on_appengine/index.yaml
+share/examples/py-gdata/oauth/oauth_on_appengine/js/
+share/examples/py-gdata/oauth/oauth_on_appengine/js/jquery.corners.min.js
+share/examples/py-gdata/oauth/oauth_on_appengine/main_hmac.py
+share/examples/py-gdata/oauth/oauth_on_appengine/main_rsa.py
 share/examples/py-gdata/spreadsheets/
 share/examples/py-gdata/spreadsheets/spreadsheetExample.py
 share/examples/py-gdata/webmastertools/

Reply via email to