python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 3 Nov 2008 15:15:38 +0000 (16:15 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 3 Nov 2008 15:22:27 +0000 (16:22 +0100)
* add to task-python-everything

packages/python/python-fugrep_0.50.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

diff --git a/packages/python/python-fugrep_0.50.bb b/packages/python/python-fugrep_0.50.bb
new file mode 100644 (file)
index 0000000..150cb84
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "FuGrep is a Python library for fuzzy pattern matching."
+HOMEPAGE = "http://www.j-raedler.de/pages/software/fugrep.php"
+SECTION = "devel/python"
+LICENSE = "${PN}"
+SRCNAME = "FuGrep"
+PR = "ml0"
+
+SRC_URI = "http://www.j-raedler.de/media/Software/FuGrep-${PV}.zip"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
index 5b0d4a1..02cecbf 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml35"
+PR = "ml36"
 
 RDEPENDS = "\
                python-ao               \
@@ -16,6 +16,7 @@ RDEPENDS = "\
                python-fnorb            \
                python-formencode       \
                python-fpconst          \
+               python-fugrep           \
                python-fuse                     \
                python-fusil            \
                python-gammu            \