summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ece3781abf..84c5f8e38f57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,25 @@
# Generated by mksrcinfo v8
-# Fri Jul 22 17:41:29 UTC 2016
+# Fri Jul 22 18:18:10 UTC 2016
pkgbase = python-scikit-bio
pkgdesc = Python package providing data structures, algorithms, and educational resources for bioinformatics
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/biocore/scikit-bio
arch = x86_64
license = BSD
makedepends = python-setuptools
depends = python
depends = python-future
+ depends = python-decorator
depends = python-six
depends = python-contextlib2
+ depends = python-natsort
depends = python-bz2file
+ depends = python-lockfile
+ depends = python-pandas
+ depends = python-scipy
+ depends = python-numpy
+ depends = python-matplotlib
depends = python-requests
depends = python-cachecontrol
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index fcfd6115631a..13978f78afa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Fabio Zanini <fabio.zanini _at_ fastmail.fm>
pkgname='python-scikit-bio'
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
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-six' 'python-contextlib2' 'python-bz2file' 'python-requests' 'python-cachecontrol')
+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')
makedepends=('python-setuptools')
conflicts=()
replaces=()