From e33a57060ac9f49c69fbdba752213e1c22915e85 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 1 Oct 2002 17:23:13 +0000 Subject: Helper library and application to access Google's web API (SOAP) from Python. --- net/py-google/DESCR | 4 ++++ net/py-google/Makefile | 25 +++++++++++++++++++++++++ net/py-google/PLIST | 11 +++++++++++ net/py-google/distinfo | 4 ++++ 4 files changed, 44 insertions(+) create mode 100644 net/py-google/DESCR create mode 100644 net/py-google/Makefile create mode 100644 net/py-google/PLIST create mode 100644 net/py-google/distinfo (limited to 'net') diff --git a/net/py-google/DESCR b/net/py-google/DESCR new file mode 100644 index 00000000000..b92b848ea5e --- /dev/null +++ b/net/py-google/DESCR @@ -0,0 +1,4 @@ +This module allows you to access Google's web APIs through SOAP, +to do things like search Google and get the results programmatically. +This API is described here: + http://www.google.com/apis/ diff --git a/net/py-google/Makefile b/net/py-google/Makefile new file mode 100644 index 00000000000..435f8825d6e --- /dev/null +++ b/net/py-google/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/01 17:23:13 drochner Exp $ +# + +DISTNAME= pygoogle-0.5.2 +PKGNAME= ${PYPKGPREFIX}-google-0.5.2 +CATEGORIES= net +MASTER_SITES= http://diveintomark.org/projects/pygoogle/ +EXTRACT_SUFX= .zip + +MAINTAINER= drochner@netbsd.org +HOMEPAGE= http://diveintomark.org/projects/pygoogle/ +COMMENT= call the Google web API from Python + +WRKSRC= ${WRKDIR}/pygoogle +PYDISTUTILSPKG= yes +# doesn't work yet (no PLIST in python22) +#USE_BUILDLINK2= yes + +post-extract: + ${RM} ${WRKSRC}/soap.py + +#.include "../../net/py-soappy/buildlink2.mk" +.include "../../net/py-soappy/buildlink.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-google/PLIST b/net/py-google/PLIST new file mode 100644 index 00000000000..2887e380e2b --- /dev/null +++ b/net/py-google/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/01 17:23:13 drochner Exp $ +${PYSITELIB}/pygoogle.pth +${PYSITELIB}/pygoogle/google.py +${PYSITELIB}/pygoogle/google.pyc +${PYSITELIB}/pygoogle/googletest.py +${PYSITELIB}/pygoogle/googletest.pyc +${PYSITELIB}/pygoogle/testclient.py +${PYSITELIB}/pygoogle/testclient.pyc +${PYSITELIB}/pygoogle/testserver.py +${PYSITELIB}/pygoogle/testserver.pyc +@dirrm ${PYSITELIB}/pygoogle diff --git a/net/py-google/distinfo b/net/py-google/distinfo new file mode 100644 index 00000000000..6fa2ad61f55 --- /dev/null +++ b/net/py-google/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/01 17:23:13 drochner Exp $ + +SHA1 (pygoogle-0.5.2.zip) = c152a68759ad97f39e8cab6c71c0e1e2fb9f1103 +Size (pygoogle-0.5.2.zip) = 35828 bytes -- cgit v1.2.3