[oe-commits] Michael 'Mickey' Lauer : python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.

GIT User account git at amethyst.openembedded.net
Mon Nov 3 15:24:35 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f5d962579bbe4add4dad10664e73e7c43209a1c5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f5d962579bbe4add4dad10664e73e7c43209a1c5

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Nov  3 16:15:38 2008 +0100

python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.
* add to task-python-everything

---

 packages/python/python-fugrep_0.50.bb    |   11 +++++++++++
 packages/tasks/task-python-everything.bb |    3 ++-
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/packages/python/python-fugrep_0.50.bb b/packages/python/python-fugrep_0.50.bb
new file mode 100644
index 0000000..150cb84
--- /dev/null
+++ b/packages/python/python-fugrep_0.50.bb
@@ -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
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb
index 5b0d4a1..02cecbf 100644
--- a/packages/tasks/task-python-everything.bb
+++ b/packages/tasks/task-python-everything.bb
@@ -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		\





More information about the Openembedded-commits mailing list