python-pygoogle: add HOMEPAGE
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 06:50:25 +0000 (06:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 06:50:25 +0000 (06:50 +0000)
packages/python/python-pygoogle_0.6.bb

index 87e264b..2682d4f 100644 (file)
@@ -2,10 +2,12 @@ DESCRIPTION = "This module is a wrapper for the Google Web APIs. \
 It allows you to do Google searches, retrieve pages from the \
 Google cache, and ask Google for spelling suggestions."
 SECTION = "devel/python"
+HOMEPAGE = "http://pygoogle.sourceforge.net/"
 PRIORITY = "optional"
 LICENSE = "PSF"
-RDEPENDS = "python-core python-soappy"
+RDEPENDS = "python-soappy"
 SRCNAME = "pygoogle"
+PR = "ml0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"