From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- packages/python/python-hmm_0.4.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-hmm_0.4.bb (limited to 'packages/python/python-hmm_0.4.bb') diff --git a/packages/python/python-hmm_0.4.bb b/packages/python/python-hmm_0.4.bb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From 0afa6f0f95665dcd9e8532533117d97776ef207e Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 9 Dec 2004 18:08:07 +0000 Subject: add a couple of license statements and remove rdepends to python-core since this is being added through distutils.bbclass BKrev: 41b89487qJM8uurTe2Ldlw89HbmdKQ --- packages/python/python-hmm_0.4.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'packages/python/python-hmm_0.4.bb') diff --git a/packages/python/python-hmm_0.4.bb b/packages/python/python-hmm_0.4.bb index e69de29bb2..133c2c7d15 100644 --- a/packages/python/python-hmm_0.4.bb +++ b/packages/python/python-hmm_0.4.bb @@ -0,0 +1,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 " +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 + -- cgit v1.2.3