trivial update for the gdata api python client.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-gdata/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    8 Oct 2008 16:08:00 -0000       1.2
+++ Makefile    23 Nov 2008 15:55:33 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       Python client library for Google data APIs
 
-MODPY_EGG_VERSION=1.2.1
+MODPY_EGG_VERSION=1.2.2
 DISTNAME=      gdata.py-${MODPY_EGG_VERSION}
 PKGNAME=       py-gdata-${MODPY_EGG_VERSION}
 CATEGORIES=    devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-gdata/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    8 Oct 2008 16:08:00 -0000       1.2
+++ distinfo    23 Nov 2008 15:55:33 -0000
@@ -1,5 +1,5 @@
-MD5 (gdata.py-1.2.1.tar.gz) = Gc1//5TiMgsg0CNJLDO/mQ==
-RMD160 (gdata.py-1.2.1.tar.gz) = XqUcDFZGLFgdc17b/MBxOElk7RE=
-SHA1 (gdata.py-1.2.1.tar.gz) = U2DKaa4qbZUk/+Hl3xqi4KU3eqI=
-SHA256 (gdata.py-1.2.1.tar.gz) = UvxSUE0oMwUFCxXdC/st5wI2EhpnB9rGIjp3Q3p76dc=
-SIZE (gdata.py-1.2.1.tar.gz) = 467023
+MD5 (gdata.py-1.2.2.tar.gz) = tNFS8EgVq8viXZAdi0pnFQ==
+RMD160 (gdata.py-1.2.2.tar.gz) = ggi4cww9l3pZfy6VgILfeHMok1c=
+SHA1 (gdata.py-1.2.2.tar.gz) = EmMd2l81dGD9W46cLsR6E8uVKHc=
+SHA256 (gdata.py-1.2.2.tar.gz) = WZYkDBM2j/qjx5W0ZEe59zkkTRyN0mp7MoQq22+rNZM=
+SIZE (gdata.py-1.2.2.tar.gz) = 519130
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/devel/py-gdata/pkg/DESCR,v
retrieving revision 1.2
diff -u -r1.2 DESCR
--- pkg/DESCR   8 Oct 2008 16:08:00 -0000       1.2
+++ pkg/DESCR   23 Nov 2008 15:55:33 -0000
@@ -1,20 +1,22 @@
 The Google data Python client library makes it easy to access data
 through the Google data APIs. This library provides data model and
 service modules for the the following Google data services:
- - Google Calendar data API
- - Google Contacts data API
- - Google Spreadsheets data API
- - Google Document List data APIs
- - Google Base data API
- - Google Apps Provisioning API
- - Picasa Web Albums Data API
- - Google Code Search Data API
- - YouTube Data API
- - Blogger Data API
- - core Google data API functionality
+       - Google Calendar data API
+       - Google Contacts data API
+       - Google Spreadsheets data API
+       - Google Document List data APIs
+       - Google Base data API
+       - Google Apps Provisioning API
+       - Google Apps Email Migration API
+       - Google Apps Email Settings API
+       - Picasa Web Albums Data API
+       - Google Code Search Data API
+       - YouTube Data API
+       - Google Webmaster Tools Data API
+       - Blogger Data 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 Blogger API,
-and the YouTube 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.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-gdata/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   8 Oct 2008 16:08:00 -0000       1.2
+++ pkg/PLIST   23 Nov 2008 15:55:33 -0000
@@ -28,6 +28,16 @@
 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
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/emailsettings/__init__.py
+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/migration/
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/apps/migration/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/service.py
 lib/python${MODPY_VERSION}/site-packages/gdata/apps/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/auth.py
@@ -91,6 +101,11 @@
 lib/python${MODPY_VERSION}/site-packages/gdata/test_data.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/urlfetch.py
 lib/python${MODPY_VERSION}/site-packages/gdata/urlfetch.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/webmastertools/
+lib/python${MODPY_VERSION}/site-packages/gdata/webmastertools/__init__.py
+lib/python${MODPY_VERSION}/site-packages/gdata/webmastertools/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/gdata/webmastertools/service.py
+lib/python${MODPY_VERSION}/site-packages/gdata/webmastertools/service.pyc
 lib/python${MODPY_VERSION}/site-packages/gdata/youtube/
 lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.py
 lib/python${MODPY_VERSION}/site-packages/gdata/youtube/__init__.pyc
@@ -105,7 +120,11 @@
 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.apps.emailsettings.html
+share/doc/py-gdata/gdata.apps.emailsettings.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
 share/doc/py-gdata/gdata.apps.service.html
 share/doc/py-gdata/gdata.auth.html
 share/doc/py-gdata/gdata.base.html
@@ -132,6 +151,8 @@
 share/doc/py-gdata/gdata.spreadsheet.service.html
 share/doc/py-gdata/gdata.spreadsheet.text_db.html
 share/doc/py-gdata/gdata.urlfetch.html
+share/doc/py-gdata/gdata.webmastertools.html
+share/doc/py-gdata/gdata.webmastertools.service.html
 share/doc/py-gdata/gdata.youtube.html
 share/doc/py-gdata/gdata.youtube.service.html
 share/examples/py-gdata/
@@ -150,3 +171,7 @@
 share/examples/py-gdata/mashups/birthdaySample.py
 share/examples/py-gdata/spreadsheets/
 share/examples/py-gdata/spreadsheets/spreadsheetExample.py
+share/examples/py-gdata/webmastertools/
+share/examples/py-gdata/webmastertools/AddDeleteExampleDotCom.py
+share/examples/py-gdata/webmastertools/SitemapsFeedSummary.py
+share/examples/py-gdata/webmastertools/SitesFeedSummary.py

-f
-- 
a self-addressed envelope would be addressed "envelope"

Reply via email to