d1f1f90431
=== 2.0.18 === 1173[tip] 93c436da2d19 2013-06-14 07:21 -0700 afshar Remove unused script. 1172 e692050ec194 2013-06-14 07:20 -0700 afshar Updated docs. 1171 159874713088 2013-06-14 07:20 -0700 afshar Bumped version. 1170 7b4e3c22e83c 2013-06-07 15:52 +0200 burcud Adding missing unit attributes for unit picing elements. 1169 ad8ee900dda5 2013-06-06 19:01 +0200 burcud Fixing identifier_exists attribute for product items. 1168 d6ce8dc4970a 2013-06-06 17:53 +0200 burcud Fixing multipack attribute. 1167 b87779918c90 2013-06-06 15:10 +0200 burcud Adding new product spec attributes. 1166 624d33ad26f2 2013-02-11 12:47 -0800 rkubiak Update Sites Python API to allow page creation from a template 1165 ecb1d49b5fbe 2013-01-07 11:29 -0800 dhermes Adding an OAuth2Token subclass which can interact with google-api-python-client. 1164 f76c53eaf151 2012-11-20 16:09 +0100 burcud Modifying Content API for Shopping client to use schema projection. 1163 a8c25010b8b7 2012-08-27 13:50 -0700 dhermes Adding in ability to change Content for Shopping base URI via a kwarg for client constructor. (Fixes 6479060). 1162 c5d57eff0ef4 2012-08-15 08:31 -0700 dhermes Adding paid clicks to Content API performance datapoint. (Issue 6443130) 1161 71971b013563 2012-08-06 15:20 -0700 dhermes Adding support for adwords_accounts settings element in managedaccounts feed of Content API. (6443092) 1160 cf0208e89433 2012-07-30 09:53 -0700 dhermes Changing OAuth2 Authorization Header lead in from OAuth to Bearer (per http://goo.gl/QDiLZ). (issue 6455060) 1159 3b021605570f 2012-07-12 18:14 -0700 dhermes Adding missing name XML attribute to gdata.contentforshopping.data.Group. 1158 524fc2b2e821 2012-06-19 08:43 -0700 dhermes Renaming classes for inventory feed of Content API. (Issue 6296085) 1157 32c0cb313b2e 2012-06-14 15:36 -0700 dhermes Updating offline URI for OAuth2 and explicity specifying approval_prompt as a kw arg. (Issue 6296072) 1156 f7593ae5d035 2012-06-14 15:35 -0700 dhermes Added individual get for ManagedAccounts, functionality for paging and changed to correct endpoint. (issue 6304076) 1155 723e577ada7b 2012-06-14 13:53 -0700 dhermes Adding support for Local Products feed in Content API. (Issue 6305091) 1154 75ee2830ca74 2012-06-13 12:48 -0700 dhermes Adding support for wrong open search version hack on other ContentAPI Feed classes. (Issue 6296071) 1153 f783c64b953f 2012-06-13 10:07 -0700 dhermes Adding support for Data Quality Feed of Content API for Shopping. (Issue 6295074) 1152 4cc916619658 2012-06-13 09:07 -0700 dhermes Adding back accidentally removed code from commit c92bc870e3a4363bed2732d50d782189407af7ac. 1151 c92bc870e3a4 2012-06-13 09:01 -0700 dhermes Adding support for Content API Users Feed. (Issue 6295071) 1150 0dcb1f3aff81 2012-06-12 17:25 -0700 dhermes Adding custom id parser for Content API errors. (issue 6306073) 1149 8f11de681f03 2012-06-12 17:21 -0700 dhermes Adding support for product status elements in app:control for content for shopping. (Fixes 6299076)
129 lines
5.5 KiB
Makefile
129 lines
5.5 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2013/07/03 08:37:43 wiz Exp $
|
|
|
|
DISTNAME= gdata-2.0.18
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://gdata-python-client.googlecode.com/files/
|
|
|
|
MAINTAINER= mj@mjturner.net
|
|
HOMEPAGE= http://code.google.com/p/gdata-python-client/
|
|
COMMENT= Google Data API Python client library
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
|
|
|
|
REPLACE_PYTHON= src/atom/__init__.py
|
|
REPLACE_PYTHON+= src/atom/auth.py
|
|
REPLACE_PYTHON+= src/atom/client.py
|
|
REPLACE_PYTHON+= src/atom/core.py
|
|
REPLACE_PYTHON+= src/atom/data.py
|
|
REPLACE_PYTHON+= src/atom/http.py
|
|
REPLACE_PYTHON+= src/atom/http_core.py
|
|
REPLACE_PYTHON+= src/atom/http_interface.py
|
|
REPLACE_PYTHON+= src/atom/mock_http.py
|
|
REPLACE_PYTHON+= src/atom/mock_http_core.py
|
|
REPLACE_PYTHON+= src/atom/mock_service.py
|
|
REPLACE_PYTHON+= src/atom/service.py
|
|
REPLACE_PYTHON+= src/atom/token_store.py
|
|
REPLACE_PYTHON+= src/atom/url.py
|
|
REPLACE_PYTHON+= src/gdata/Crypto/Util/RFC1751.py
|
|
REPLACE_PYTHON+= src/gdata/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/acl/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/acl/data.py
|
|
REPLACE_PYTHON+= src/gdata/alt/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/alt/app_engine.py
|
|
REPLACE_PYTHON+= src/gdata/alt/appengine.py
|
|
REPLACE_PYTHON+= src/gdata/analytics/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/analytics/client.py
|
|
REPLACE_PYTHON+= src/gdata/analytics/data.py
|
|
REPLACE_PYTHON+= src/gdata/analytics/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/apps/adminsettings/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/apps/adminsettings/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/apps_property_entry.py
|
|
REPLACE_PYTHON+= src/gdata/apps/data.py
|
|
REPLACE_PYTHON+= src/gdata/apps/emailsettings/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/apps/emailsettings/client.py
|
|
REPLACE_PYTHON+= src/gdata/apps/emailsettings/data.py
|
|
REPLACE_PYTHON+= src/gdata/apps/emailsettings/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/groups/client.py
|
|
REPLACE_PYTHON+= src/gdata/apps/groups/data.py
|
|
REPLACE_PYTHON+= src/gdata/apps/groups/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/migration/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/apps/migration/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/multidomain/client.py
|
|
REPLACE_PYTHON+= src/gdata/apps/multidomain/data.py
|
|
REPLACE_PYTHON+= src/gdata/apps/organization/client.py
|
|
REPLACE_PYTHON+= src/gdata/apps/organization/data.py
|
|
REPLACE_PYTHON+= src/gdata/apps/organization/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps/service.py
|
|
REPLACE_PYTHON+= src/gdata/apps_property.py
|
|
REPLACE_PYTHON+= src/gdata/auth.py
|
|
REPLACE_PYTHON+= src/gdata/blogger/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/blogger/client.py
|
|
REPLACE_PYTHON+= src/gdata/blogger/data.py
|
|
REPLACE_PYTHON+= src/gdata/blogger/service.py
|
|
REPLACE_PYTHON+= src/gdata/books/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/books/data.py
|
|
REPLACE_PYTHON+= src/gdata/books/service.py
|
|
REPLACE_PYTHON+= src/gdata/calendar/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/calendar/client.py
|
|
REPLACE_PYTHON+= src/gdata/calendar/data.py
|
|
REPLACE_PYTHON+= src/gdata/calendar/service.py
|
|
REPLACE_PYTHON+= src/gdata/calendar_resource/client.py
|
|
REPLACE_PYTHON+= src/gdata/calendar_resource/data.py
|
|
REPLACE_PYTHON+= src/gdata/client.py
|
|
REPLACE_PYTHON+= src/gdata/contacts/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/contacts/client.py
|
|
REPLACE_PYTHON+= src/gdata/contacts/data.py
|
|
REPLACE_PYTHON+= src/gdata/contacts/service.py
|
|
REPLACE_PYTHON+= src/gdata/contentforshopping/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/contentforshopping/client.py
|
|
REPLACE_PYTHON+= src/gdata/contentforshopping/data.py
|
|
REPLACE_PYTHON+= src/gdata/core.py
|
|
REPLACE_PYTHON+= src/gdata/data.py
|
|
REPLACE_PYTHON+= src/gdata/docs/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/docs/client.py
|
|
REPLACE_PYTHON+= src/gdata/docs/data.py
|
|
REPLACE_PYTHON+= src/gdata/docs/service.py
|
|
REPLACE_PYTHON+= src/gdata/dublincore/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/dublincore/data.py
|
|
REPLACE_PYTHON+= src/gdata/finance/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/finance/data.py
|
|
REPLACE_PYTHON+= src/gdata/finance/service.py
|
|
REPLACE_PYTHON+= src/gdata/gauth.py
|
|
REPLACE_PYTHON+= src/gdata/geo/data.py
|
|
REPLACE_PYTHON+= src/gdata/health/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/health/service.py
|
|
REPLACE_PYTHON+= src/gdata/media/data.py
|
|
REPLACE_PYTHON+= src/gdata/notebook/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/notebook/data.py
|
|
REPLACE_PYTHON+= src/gdata/oauth/rsa.py
|
|
REPLACE_PYTHON+= src/gdata/opensearch/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/opensearch/data.py
|
|
REPLACE_PYTHON+= src/gdata/photos/service.py
|
|
REPLACE_PYTHON+= src/gdata/projecthosting/client.py
|
|
REPLACE_PYTHON+= src/gdata/projecthosting/data.py
|
|
REPLACE_PYTHON+= src/gdata/sample_util.py
|
|
REPLACE_PYTHON+= src/gdata/service.py
|
|
REPLACE_PYTHON+= src/gdata/sites/client.py
|
|
REPLACE_PYTHON+= src/gdata/sites/data.py
|
|
REPLACE_PYTHON+= src/gdata/spreadsheet/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/spreadsheet/service.py
|
|
REPLACE_PYTHON+= src/gdata/spreadsheet/text_db.py
|
|
REPLACE_PYTHON+= src/gdata/spreadsheets/client.py
|
|
REPLACE_PYTHON+= src/gdata/spreadsheets/data.py
|
|
REPLACE_PYTHON+= src/gdata/test_config.py
|
|
REPLACE_PYTHON+= src/gdata/test_data.py
|
|
REPLACE_PYTHON+= src/gdata/urlfetch.py
|
|
REPLACE_PYTHON+= src/gdata/webmastertools/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/webmastertools/data.py
|
|
REPLACE_PYTHON+= src/gdata/webmastertools/service.py
|
|
REPLACE_PYTHON+= src/gdata/youtube/__init__.py
|
|
REPLACE_PYTHON+= src/gdata/youtube/client.py
|
|
REPLACE_PYTHON+= src/gdata/youtube/data.py
|
|
REPLACE_PYTHON+= src/gdata/youtube/service.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|