summaryrefslogtreecommitdiff
path: root/net/py-google
diff options
context:
space:
mode:
authorobache <obache>2011-10-15 08:50:22 +0000
committerobache <obache>2011-10-15 08:50:22 +0000
commitefa57f7de90fd0a36667c427b20251a72453502f (patch)
treecded27d7aee8b47ade20ab41cb5f42b48aae4ce8 /net/py-google
parente28c1f2eaedec663329b6728174e621922706a70 (diff)
downloadpkgsrc-efa57f7de90fd0a36667c427b20251a72453502f.tar.gz
* no need to buildlink with py-SOAPpy, simple DEPENDS is sufficient.
* regist egg-info. Bump PKGREVISION.
Diffstat (limited to 'net/py-google')
-rw-r--r--net/py-google/Makefile11
-rw-r--r--net/py-google/PLIST3
2 files changed, 8 insertions, 6 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile
index fd2b402715b..b4f18c08ea8 100644
--- a/net/py-google/Makefile
+++ b/net/py-google/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2008/06/12 02:14:41 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2011/10/15 08:50:22 obache Exp $
#
DISTNAME= pygoogle-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygoogle/}
@@ -11,10 +11,11 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://pygoogle.sourceforge.net/
COMMENT= Call the Google web API from Python
+DEPENDS+= ${PYPKGPREFIX}-SOAPpy-[0-9]*:../../net/py-soappy
+
PKG_DESTDIR_SUPPORT= user-destdir
-PYDISTUTILSPKG= yes
+EGG_NAME= pygoogle-0.5
-.include "../../lang/python/extension.mk"
-.include "../../net/py-soappy/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-google/PLIST b/net/py-google/PLIST
index c060ea727ed..0d9591a8e1a 100644
--- a/net/py-google/PLIST
+++ b/net/py-google/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:09:40 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/10/15 08:50:22 obache Exp $
${PYSITELIB}/pygoogle.pth
${PYSITELIB}/pygoogle/GoogleSOAPFacade.py
${PYSITELIB}/pygoogle/GoogleSOAPFacade.pyc
@@ -12,3 +12,4 @@ ${PYSITELIB}/pygoogle/google.pyo
${PYSITELIB}/pygoogle/googletest.py
${PYSITELIB}/pygoogle/googletest.pyc
${PYSITELIB}/pygoogle/googletest.pyo
+${PLIST.eggfile}${PYSITELIB}/pygoogle/${EGG_FILE}