diff options
author | obache <obache@pkgsrc.org> | 2011-10-15 08:50:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-15 08:50:22 +0000 |
commit | bd197f93fedbaea466c1c3de03e634081b5e7566 (patch) | |
tree | cded27d7aee8b47ade20ab41cb5f42b48aae4ce8 | |
parent | 6c55f4302f40e2d7c8c99ee491849110fa3b4135 (diff) | |
download | pkgsrc-bd197f93fedbaea466c1c3de03e634081b5e7566.tar.gz |
* no need to buildlink with py-SOAPpy, simple DEPENDS is sufficient.
* regist egg-info.
Bump PKGREVISION.
-rw-r--r-- | net/py-google/Makefile | 11 | ||||
-rw-r--r-- | net/py-google/PLIST | 3 |
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} |