diff options
author | drochner <drochner> | 2002-10-01 17:23:13 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-10-01 17:23:13 +0000 |
commit | 83e8faf8607ee2d0d94acabbf3a98ab0d2235b2f (patch) | |
tree | 65434e1efa4e6dc1273d727fdddf0e6855f3009b /net | |
parent | dc0887d78f1c71850fed8c2114267808bdb36557 (diff) | |
download | pkgsrc-83e8faf8607ee2d0d94acabbf3a98ab0d2235b2f.tar.gz |
Helper library and application to access Google's web API (SOAP)
from Python.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-google/DESCR | 4 | ||||
-rw-r--r-- | net/py-google/Makefile | 25 | ||||
-rw-r--r-- | net/py-google/PLIST | 11 | ||||
-rw-r--r-- | net/py-google/distinfo | 4 |
4 files changed, 44 insertions, 0 deletions
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 |