python-xappy: bump for python 2.6
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 02:16:14 +0000 (02:16 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 14 Jan 2009 02:16:14 +0000 (02:16 +0000)
packages/python/python-xappy_0.5.bb

index d257905..ae9cda6 100644 (file)
@@ -1,15 +1,15 @@
 DESCRIPTION = "The xappy python module is an easy-to-use interface to the Xapian search engine"
+SECTION = "python/devel"
 LICENSE = "GPLv2"
-
-DEPENDS += "xapian-core"
+DEPENDS = "xapian-core"
+PR = "ml0"
 
 SRC_URI = "http://xappy.googlecode.com/files/xappy-${PV}.tar.gz"
+S = "${WORKDIR}/xappy-${PV}"
 
 inherit distutils
 
-S = "${WORKDIR}/xappy-${PV}"
-
 do_stage() {
        distutils_stage_all
 }
-       
+