diff options
author | wiz <wiz@pkgsrc.org> | 2011-10-10 08:32:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-10-10 08:32:19 +0000 |
commit | 147d5e6e609e504fc17fd775f0718f25c3084607 (patch) | |
tree | c39d757f7ef4eb054912aa3cc31f5d861559c818 | |
parent | b7171d5dd422583c06e9707006f2fa9e3c1acd7a (diff) | |
download | pkgsrc-147d5e6e609e504fc17fd775f0718f25c3084607.tar.gz |
Add more files to REPLACE_PYTHON. Bump PKGREVISION.
-rw-r--r-- | www/py-gdata/Makefile | 64 |
1 files changed, 63 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 8c7f05a52ca..864348fcf80 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2011/10/08 14:11:22 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/10/10 08:32:19 wiz Exp $ DISTNAME= gdata-2.0.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://gdata-python-client.googlecode.com/files/ @@ -15,46 +16,107 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PY_PATCHPLIST= yes +REPLACE_PYTHON= src/atom/auth.py REPLACE_PYTHON+= src/atom/__init__.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/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/service.py REPLACE_PYTHON+= src/gdata/apps/migration/__init__.py REPLACE_PYTHON+= src/gdata/apps/migration/service.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/base/__init__.py REPLACE_PYTHON+= src/gdata/base/service.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/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" |