summaryrefslogtreecommitdiff
path: root/packages/python/python-hmm_0.4.bb
blob: b5f75b42c23673d266e12cd1d0b47d1e2976637e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Hmm is a python module providing an implementation of Hidden Markov \
Model and associated algorithms (Viterbi and Baum-Welsh). It uses Numeric \
Python to speed up the computations."
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "python-numeric"
DEPENDS = "python-numeric"
SRCNAME = "hmm"

SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

Holger Hans Peter Freyther1 2008-10-29packagekit: Add a patch to packagekitJulian_chu1 2008-10-29packagekit: Add patch force_depends.patchJulian_chu1 2008-10-28packagekit: Add a patch to packagekit.Julian_chu2 2008-10-28packagekit: Update to a public version of packagekitTick Chen1 2008-10-28packagekit: Add patch to packagekit.Julian_chu2 2008-10-28packagekit: Add 2 patched for packagekit.Julian_chu3 2008-10-28Modify packagekit to make it patch successfulwalkingice1 2008-10-28packagekit: Change revision of packagekit.Julian Chu1 2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1 2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1 2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2 2008-06-15sane-srcrevs: bump opkg*, mplayer and packagekitKoen Kooi1 2008-05-31opkg: update to 0.1.4Koen Kooi3 2008-04-01packagekit: remove AUTOREV, that has no place in recipes Koen Kooi1 2008-03-20packagekit_git.bb : fix DEPENDS and REDEPENDS from OM mtnGraeme Gregory1 2008-03-11packagekit: PackageKit is a system designed to make installing andJohn Lee4