summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2016-03-10 13:17:11 +0100
committerHector Mtz-Seara2016-03-10 13:17:11 +0100
commitbc7420bf8b4c208cffe1c5e0dff8d8e45a0869ad (patch)
tree118cc6896d0c53751a8a2176352085cc8e6c70c5
parent15f186c1837613b9ca97abb3266dd8ad9f50df20 (diff)
downloadaur-bc7420bf8b4c208cffe1c5e0dff8d8e45a0869ad.tar.gz
Added python-numpydoc and python-pytables to the depend array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc55634588ba..79fdce40fcc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-msmbuilder
pkgdesc = A python package which implements a series of statistical models for high-dimensional time-series
pkgver = 3.3.1
- pkgrel = 4
+ pkgrel = 5
url = http://msmbuilder.org/
arch = i686
arch = x86_64
@@ -10,7 +10,8 @@ pkgbase = python-msmbuilder
depends = python-mdtraj
depends = python-cvxopt
depends = python-scikit-learn
- optdepends = python-numpydoc: XXX
+ depends = python-pytables
+ depends = python-numpydoc
options = !libtool
source = https://github.com/msmbuilder/msmbuilder/archive/3.3.1.tar.gz
source = patch.i0.c
diff --git a/PKGBUILD b/PKGBUILD
index b9e1b5fe28a6..d94b8bd81774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('python-msmbuilder')
pkgver=3.3.1
-pkgrel=4
+pkgrel=5
pkgdesc='A python package which implements a series of statistical models for high-dimensional time-series'
url='http://msmbuilder.org/'
license=("LGPL")
arch=('i686' 'x86_64')
-depends=('python-mdtraj' 'python-cvxopt' 'python-scikit-learn')
-optdepends=('python-numpydoc: XXX')
+depends=('python-mdtraj' 'python-cvxopt' 'python-scikit-learn' 'python-pytables' 'python-numpydoc')
+optdepends=()
makedepends=('python-setuptools')
options=('!libtool')
source=("https://github.com/msmbuilder/msmbuilder/archive/${pkgver}.tar.gz"