summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f47f66428551..8e4d47a77312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scikit-bio
pkgdesc = Python package providing data structures, algorithms, and educational resources for bioinformatics
pkgver = 0.5.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/biocore/scikit-bio
arch = x86_64
license = BSD
@@ -21,6 +21,8 @@ pkgbase = python-scikit-bio
depends = python-requests
depends = python-cachecontrol
depends = python-msgpack
+ depends = python-scikit-learn
+ depends = python-hdmedians
options = !emptydirs
source = https://github.com/biocore/scikit-bio/archive/0.5.5.tar.gz
md5sums = e8ec41366d9eeda9bce3ec43c2af1159
diff --git a/PKGBUILD b/PKGBUILD
index 025595927e16..8b8f70aebea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Fabio Zanini <fabio.zanini _at_ fastmail.fm>
pkgname='python-scikit-bio'
pkgver=0.5.5
-pkgrel=2
+pkgrel=3
pkgdesc="Python package providing data structures, algorithms, and educational resources for bioinformatics"
arch=('x86_64')
url="https://github.com/biocore/scikit-bio"
license=('BSD')
groups=()
-depends=('python' 'python-future' 'python-decorator' 'python-six' 'python-contextlib2' 'python-natsort' 'python-bz2file' 'python-lockfile' 'python-pandas' 'python-scipy' 'python-numpy' 'python-matplotlib' 'python-requests' 'python-cachecontrol' 'python-msgpack')
+depends=('python' 'python-future' 'python-decorator' 'python-six' 'python-contextlib2' 'python-natsort' 'python-bz2file' 'python-lockfile' 'python-pandas' 'python-scipy' 'python-numpy' 'python-matplotlib' 'python-requests' 'python-cachecontrol' 'python-msgpack' 'python-scikit-learn' 'python-hdmedians')
makedepends=('python-setuptools')
conflicts=()
replaces=()