summaryrefslogtreecommitdiff
path: root/packages/python/python-hmm_0.4.bb
blob: 133c2c7d15b6c80e1dcae16b740e726e541b15fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
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

3 2007-06-19classpath: some more fixes to packaging, etc and clean-upRolf Leggewie4 2007-06-19classpath: fix compilation failure of classpath-gtk_cvs. Closes 2519.Rolf Leggewie2 2007-06-18classpath: unify the gtk_cvs version and leave a note on how to compile it.Rolf Leggewie1 2007-06-18classpath: add virtual/java-native to DEPENDSRolf Leggewie1 2007-06-16classpath: unb0rk classpath-minimal-native. Partly fixes 2296.Rolf Leggewie2 2007-05-25classpath: update to version 0.1xRolf Leggewie7 2007-05-23classpath: revert seemingly erroneous manipulations of SRC_URI in classpath.incRolf Leggewie3 2007-05-23classpath: make disable-automake-checks apply to CVS version of classpath-gtkRolf Leggewie2 2007-05-23classpath: update from Andrew Paulsen. partly closes 2296.Rolf Leggewie6