summaryrefslogtreecommitdiff
path: root/net/py-google/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03update to 0.6recht1-7/+7
- use tar.gz instead of zip to avoid extra dependency - use new project homepage - enable install of fallback SOAP library 0.6 of 02/24/2004 - support the latest SOAPpy release, fallback to included version if it's not found, or is a version that's known to be buggy. - epydoc API documentation - quite a bit of refactoring - make some functions and classes that SHOULD be private, actually private - formatting cleanup
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+5
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2002-10-01Helper library and application to access Google's web API (SOAP)drochner1-0/+11
from Python.