blob: 474f6294af1e50024ca19e5b9b7a60c63540b7d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-seqlearn-git
pkgdesc = A sequence classification toolkit for Python.
pkgver = 20141124
pkgrel = 1
url = http://larsmans.github.io/seqlearn/
arch = i686
arch = x86_64
license = custom: Copyright 2013-2014 Lars Buitinck / University of Amsterdam and contributors
makedepends = git
depends = python
depends = python-numpy>=1.6
depends = python-scipy>=0.11
depends = cython>=0.20.2
options = !emptydirs
source = git://github.com/larsmans/seqlearn.git
md5sums = SKIP
pkgname = python-seqlearn-git
|