summaryrefslogtreecommitdiff
path: root/net/py-google
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-101. we need py-soappydrochner1-1/+3
2. py-soappy needs a threaded Python 1+2: we need threads
2004-08-13Add/use buildlink3.mk files.recht1-3/+2
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-05-05Fix DEPENDS linerecht1-2/+2
2004-05-05bl3ifyrecht1-3/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-03update to 0.6recht7-189/+14
- 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
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24update to 0.53recht3-15/+28
and patched to work with the current SOAPpy the only change in this releas: - fixed small typo in documentation
2003-09-21Reverse order of buildlink include's as py-soappy requires pthjmc1-2/+2
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht2-3/+7
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@.
2003-08-11Fix this for the SOAPpy 0.10.1 update.recht6-27/+132
Bump PKGREVISION.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-19make this work with SOAPpy-0.9.8 and bumb PKGREVISION because itdrochner6-2/+54
only works with 0.9.8 now
2002-10-24call the builink file "buildlink2.mk" (it doesn't do anything differentdrochner1-2/+2
for simple Python packages however)
2002-10-09the python22 PLIST issue is fixed - switch to buildlink2drochner1-4/+2
2002-10-01Helper library and application to access Google's web API (SOAP)drochner4-0/+44
from Python.