Helper library and application to access Google's web API (SOAP)
from Python.
This commit is contained in:
parent
0cd6bf1d37
commit
e33a57060a
4 changed files with 44 additions and 0 deletions
4
net/py-google/DESCR
Normal file
4
net/py-google/DESCR
Normal file
|
@ -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/
|
25
net/py-google/Makefile
Normal file
25
net/py-google/Makefile
Normal file
|
@ -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"
|
11
net/py-google/PLIST
Normal file
11
net/py-google/PLIST
Normal file
|
@ -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
|
4
net/py-google/distinfo
Normal file
4
net/py-google/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue