diff options
author | drochner <drochner@pkgsrc.org> | 2008-10-16 20:06:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-10-16 20:06:11 +0000 |
commit | 08001c693b6b81cd5914a5680ee343c8be696ad9 (patch) | |
tree | 55ccf1389ef589032e8af20a1bd960160a3de5c0 | |
parent | 7f0484985f5855ab4e01149e4066bd29c2714c88 (diff) | |
download | pkgsrc-08001c693b6b81cd5914a5680ee343c8be696ad9.tar.gz |
import py-gdata-1.2.1, a Python client for the Google data APIs, from
Michael-John Turner per pkgsrc-wip (needed for totem's youtube browser)
-rw-r--r-- | www/py-gdata/DESCR | 5 | ||||
-rw-r--r-- | www/py-gdata/Makefile | 17 | ||||
-rw-r--r-- | www/py-gdata/PLIST | 137 | ||||
-rw-r--r-- | www/py-gdata/buildlink3.mk | 21 | ||||
-rw-r--r-- | www/py-gdata/distinfo | 5 |
5 files changed, 185 insertions, 0 deletions
diff --git a/www/py-gdata/DESCR b/www/py-gdata/DESCR new file mode 100644 index 00000000000..d4222f178a7 --- /dev/null +++ b/www/py-gdata/DESCR @@ -0,0 +1,5 @@ +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 Google Calendar data API, Google Spreadsheets +data API, Google Base data API, core Google data API functionality and +the Atom Publishing Protocol. diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile new file mode 100644 index 00000000000..79a9a7ad022 --- /dev/null +++ b/www/py-gdata/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/16 20:06:11 drochner Exp $ + +DISTNAME= gdata.py-1.2.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.py//} +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 + +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes + +.include "../../lang/python/extension.mk" +.include "../../textproc/py-elementtree/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-gdata/PLIST b/www/py-gdata/PLIST new file mode 100644 index 00000000000..8798e410a87 --- /dev/null +++ b/www/py-gdata/PLIST @@ -0,0 +1,137 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/16 20:06:11 drochner Exp $ +${PYSITELIB}/atom/__init__.py +${PYSITELIB}/atom/__init__.pyc +${PYSITELIB}/atom/__init__.pyo +${PYSITELIB}/atom/http.py +${PYSITELIB}/atom/http.pyc +${PYSITELIB}/atom/http.pyo +${PYSITELIB}/atom/http_interface.py +${PYSITELIB}/atom/http_interface.pyc +${PYSITELIB}/atom/http_interface.pyo +${PYSITELIB}/atom/mock_http.py +${PYSITELIB}/atom/mock_http.pyc +${PYSITELIB}/atom/mock_http.pyo +${PYSITELIB}/atom/mock_service.py +${PYSITELIB}/atom/mock_service.pyc +${PYSITELIB}/atom/mock_service.pyo +${PYSITELIB}/atom/service.py +${PYSITELIB}/atom/service.pyc +${PYSITELIB}/atom/service.pyo +${PYSITELIB}/atom/token_store.py +${PYSITELIB}/atom/token_store.pyc +${PYSITELIB}/atom/token_store.pyo +${PYSITELIB}/atom/url.py +${PYSITELIB}/atom/url.pyc +${PYSITELIB}/atom/url.pyo +${PYSITELIB}/gdata/__init__.py +${PYSITELIB}/gdata/__init__.pyc +${PYSITELIB}/gdata/__init__.pyo +${PYSITELIB}/gdata/alt/__init__.py +${PYSITELIB}/gdata/alt/__init__.pyc +${PYSITELIB}/gdata/alt/__init__.pyo +${PYSITELIB}/gdata/alt/appengine.py +${PYSITELIB}/gdata/alt/appengine.pyc +${PYSITELIB}/gdata/alt/appengine.pyo +${PYSITELIB}/gdata/apps/__init__.py +${PYSITELIB}/gdata/apps/__init__.pyc +${PYSITELIB}/gdata/apps/__init__.pyo +${PYSITELIB}/gdata/apps/service.py +${PYSITELIB}/gdata/apps/service.pyc +${PYSITELIB}/gdata/apps/service.pyo +${PYSITELIB}/gdata/auth.py +${PYSITELIB}/gdata/auth.pyc +${PYSITELIB}/gdata/auth.pyo +${PYSITELIB}/gdata/base/__init__.py +${PYSITELIB}/gdata/base/__init__.pyc +${PYSITELIB}/gdata/base/__init__.pyo +${PYSITELIB}/gdata/base/service.py +${PYSITELIB}/gdata/base/service.pyc +${PYSITELIB}/gdata/base/service.pyo +${PYSITELIB}/gdata/blogger/__init__.py +${PYSITELIB}/gdata/blogger/__init__.pyc +${PYSITELIB}/gdata/blogger/__init__.pyo +${PYSITELIB}/gdata/blogger/service.py +${PYSITELIB}/gdata/blogger/service.pyc +${PYSITELIB}/gdata/blogger/service.pyo +${PYSITELIB}/gdata/calendar/__init__.py +${PYSITELIB}/gdata/calendar/__init__.pyc +${PYSITELIB}/gdata/calendar/__init__.pyo +${PYSITELIB}/gdata/calendar/service.py +${PYSITELIB}/gdata/calendar/service.pyc +${PYSITELIB}/gdata/calendar/service.pyo +${PYSITELIB}/gdata/client.py +${PYSITELIB}/gdata/client.pyc +${PYSITELIB}/gdata/client.pyo +${PYSITELIB}/gdata/codesearch/__init__.py +${PYSITELIB}/gdata/codesearch/__init__.pyc +${PYSITELIB}/gdata/codesearch/__init__.pyo +${PYSITELIB}/gdata/codesearch/service.py +${PYSITELIB}/gdata/codesearch/service.pyc +${PYSITELIB}/gdata/codesearch/service.pyo +${PYSITELIB}/gdata/contacts/__init__.py +${PYSITELIB}/gdata/contacts/__init__.pyc +${PYSITELIB}/gdata/contacts/__init__.pyo +${PYSITELIB}/gdata/contacts/service.py +${PYSITELIB}/gdata/contacts/service.pyc +${PYSITELIB}/gdata/contacts/service.pyo +${PYSITELIB}/gdata/docs/__init__.py +${PYSITELIB}/gdata/docs/__init__.pyc +${PYSITELIB}/gdata/docs/__init__.pyo +${PYSITELIB}/gdata/docs/service.py +${PYSITELIB}/gdata/docs/service.pyc +${PYSITELIB}/gdata/docs/service.pyo +${PYSITELIB}/gdata/exif/__init__.py +${PYSITELIB}/gdata/exif/__init__.pyc +${PYSITELIB}/gdata/exif/__init__.pyo +${PYSITELIB}/gdata/geo/__init__.py +${PYSITELIB}/gdata/geo/__init__.pyc +${PYSITELIB}/gdata/geo/__init__.pyo +${PYSITELIB}/gdata/media/__init__.py +${PYSITELIB}/gdata/media/__init__.pyc +${PYSITELIB}/gdata/media/__init__.pyo +${PYSITELIB}/gdata/photos/__init__.py +${PYSITELIB}/gdata/photos/__init__.pyc +${PYSITELIB}/gdata/photos/__init__.pyo +${PYSITELIB}/gdata/photos/service.py +${PYSITELIB}/gdata/photos/service.pyc +${PYSITELIB}/gdata/photos/service.pyo +${PYSITELIB}/gdata/service.py +${PYSITELIB}/gdata/service.pyc +${PYSITELIB}/gdata/service.pyo +${PYSITELIB}/gdata/spreadsheet/__init__.py +${PYSITELIB}/gdata/spreadsheet/__init__.pyc +${PYSITELIB}/gdata/spreadsheet/__init__.pyo +${PYSITELIB}/gdata/spreadsheet/service.py +${PYSITELIB}/gdata/spreadsheet/service.pyc +${PYSITELIB}/gdata/spreadsheet/service.pyo +${PYSITELIB}/gdata/spreadsheet/text_db.py +${PYSITELIB}/gdata/spreadsheet/text_db.pyc +${PYSITELIB}/gdata/spreadsheet/text_db.pyo +${PYSITELIB}/gdata/test_data.py +${PYSITELIB}/gdata/test_data.pyc +${PYSITELIB}/gdata/test_data.pyo +${PYSITELIB}/gdata/urlfetch.py +${PYSITELIB}/gdata/urlfetch.pyc +${PYSITELIB}/gdata/urlfetch.pyo +${PYSITELIB}/gdata/youtube/__init__.py +${PYSITELIB}/gdata/youtube/__init__.pyc +${PYSITELIB}/gdata/youtube/__init__.pyo +${PYSITELIB}/gdata/youtube/service.py +${PYSITELIB}/gdata/youtube/service.pyc +${PYSITELIB}/gdata/youtube/service.pyo +@dirrm ${PYSITELIB}/gdata/youtube +@dirrm ${PYSITELIB}/gdata/spreadsheet +@dirrm ${PYSITELIB}/gdata/photos +@dirrm ${PYSITELIB}/gdata/media +@dirrm ${PYSITELIB}/gdata/geo +@dirrm ${PYSITELIB}/gdata/exif +@dirrm ${PYSITELIB}/gdata/docs +@dirrm ${PYSITELIB}/gdata/contacts +@dirrm ${PYSITELIB}/gdata/codesearch +@dirrm ${PYSITELIB}/gdata/calendar +@dirrm ${PYSITELIB}/gdata/blogger +@dirrm ${PYSITELIB}/gdata/base +@dirrm ${PYSITELIB}/gdata/apps +@dirrm ${PYSITELIB}/gdata/alt +@dirrm ${PYSITELIB}/gdata +@dirrm ${PYSITELIB}/atom diff --git a/www/py-gdata/buildlink3.mk b/www/py-gdata/buildlink3.mk new file mode 100644 index 00000000000..c5acaf33001 --- /dev/null +++ b/www/py-gdata/buildlink3.mk @@ -0,0 +1,21 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/10/16 20:06:11 drochner Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +PY_GDATA_BUILDLINK3_MK:= ${PY_GDATA_BUILDLINK3_MK}+ + +.include "../../lang/python/pyversion.mk" + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= py-gdata +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npy-gdata} +BUILDLINK_PACKAGES+= py-gdata +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}py-gdata + +.if ${PY_GDATA_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.py-gdata+= ${PYPKGPREFIX}-gdata>=1.2.1 +BUILDLINK_PKGSRCDIR.py-gdata?= ../../www/py-gdata +.endif # PY_GDATA_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/www/py-gdata/distinfo b/www/py-gdata/distinfo new file mode 100644 index 00000000000..114980477d7 --- /dev/null +++ b/www/py-gdata/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/16 20:06:11 drochner Exp $ + +SHA1 (gdata.py-1.2.1.tar.gz) = 5360ca69ae2a6d9524ffe1e5df1aa2e0a5377aa2 +RMD160 (gdata.py-1.2.1.tar.gz) = 5ea51c0c56462c581d735edbfcc071384964ed11 +Size (gdata.py-1.2.1.tar.gz) = 467023 bytes |