summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-06 18:31:33 +0000
committerGrey Christoforo2019-02-06 18:31:33 +0000
commit581e0600ac2b6f05f12ab2e5c3b94453eb76c243 (patch)
tree969a4932203a78e92f06be0dcf375a2ecd8d1173
parentabb1764ffb3fb5c05f5b29e83bf7488129fb538b (diff)
downloadaur-581e0600ac2b6f05f12ab2e5c3b94453eb76c243.tar.gz
add cython
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f1e5db83dce..3cb5670ac315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-biom-format
arch = any
license = BSD 3-Clause License
makedepends = python-setuptools
+ makedepends = cython
depends = python-numpy
depends = python-click
depends = python-future
diff --git a/PKGBUILD b/PKGBUILD
index 24d591460d93..bcab9641fc99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="http://biom-format.org"
license=('BSD 3-Clause License')
depends=('python-numpy' 'python-click' 'python-future' 'python-scipy' 'python-pandas' 'python-six' 'python-h5py')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cython')
source=("https://github.com/biocore/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('88b3ef16fd7d16f4e125f1e0d356aaad4c7c281ea3fb746c0f8dc26f3a5b6d4d')