diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-02 22:39:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-02 22:39:30 +0100 |
commit | cda792fbe0a54d6d78860ac27794dbfa2be1b28f (patch) | |
tree | 9f4f4b3617e392bd4a3cacf5137edb55a13a7c11 /packages/python | |
parent | 178007af8cc90afe68c79605bc22de2d8b72bdff (diff) |
python-fusil 1.1: new recipe; Python library for fuzzy algorithms.
* add to task-python-everything
* closes bug #4495
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-fusil_1.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/python/python-fusil_1.1.bb b/packages/python/python-fusil_1.1.bb new file mode 100644 index 0000000000..f6ec3d8d6d --- /dev/null +++ b/packages/python/python-fusil_1.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Fusil is a Python library used to write fuzzing programs." +HOMEPAGE = "http://fusil.hachoir.org/" +SECTION = "devel/python" +LICENSE = "GPLv2" +SRCNAME = "fusil" + +SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +RDEPENDS_${PN} = "\ + python-ptrace \ + python-ctypes \ + python-lang \ + python-logging \ + python-datetime \ + python-shell \ + python-resource \ + python-subprocess \ +" |