summaryrefslogtreecommitdiff
path: root/net/py-google/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-03-03 10:27:17 +0000
committerrecht <recht>2004-03-03 10:27:17 +0000
commita15bdd1d18a3afa0647672a8c065ad549aeb0669 (patch)
tree8aafb3d61514fd2ebfa2ca3a40992db8a1f03b74 /net/py-google/Makefile
parent368dbf620d9369d25bcd1c66e254726f43155880 (diff)
downloadpkgsrc-a15bdd1d18a3afa0647672a8c065ad549aeb0669.tar.gz
update to 0.6
- 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
Diffstat (limited to 'net/py-google/Makefile')
-rw-r--r--net/py-google/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index 5ca5fd9615c..67f7060040b 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,23 +1,18 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:22:20 agc Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/03 10:27:17 recht Exp $
#
-DISTNAME= pygoogle-0.5.3
+DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= net
-MASTER_SITES= http://diveintomark.org/projects/pygoogle/
-EXTRACT_SUFX= .zip
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygoogle/}
MAINTAINER= drochner@NetBSD.org
-HOMEPAGE= http://diveintomark.org/projects/pygoogle/
+HOMEPAGE= http://pygoogle.sourceforge.net/
COMMENT= Call the Google web API from Python
-WRKSRC= ${WRKDIR}/pygoogle
PYDISTUTILSPKG= yes
USE_BUILDLINK2= yes
-post-extract:
- ${RM} ${WRKSRC}/soap.py
-
.include "../../net/py-soappy/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"