c1b44346cd
until proven otherwise.
132 lines
5.6 KiB
Makefile
132 lines
5.6 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2014/05/09 07:37:25 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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 2.0.18
|
|
# https://code.google.com/p/gdata-python-client/issues/detail?id=229
|
|
|
|
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"
|