summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-11-20 11:29:19 +0100
committerPhilipp A2017-11-20 11:29:54 +0100
commit4efbe497cd13f42ce058790ad07885eba3df011d (patch)
tree7951aef6daa5e1bf645bc2dc20b71bc29ec34807
parentebfddd6f1d58232fe3447e52ee116dd9d50ff96d (diff)
downloadaur-4efbe497cd13f42ce058790ad07885eba3df011d.tar.gz
v0.3.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b2dfd28dca2..9312adc17fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = scanpy
pkgdesc = Single-Cell Analysis in Python
- pkgver = 0.2.8
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/theislab/scanpy
arch = x86_64
license = GPL3
depends = cython
+ depends = python-anndata
depends = python-matplotlib
depends = python-pandas
depends = python-scipy
@@ -24,9 +25,9 @@ pkgbase = scanpy
depends = python-tqdm
provides = scanpy
provides = python-scanpy
- noextract = scanpy-0.2.8-cp36-cp36m-manylinux1_x86_64.whl
- source = https://files.pythonhosted.org/packages/cp36/s/scanpy/scanpy-0.2.8-cp36-cp36m-manylinux1_x86_64.whl
- md5sums = 1f4ae91beb498a9c38f3c9883b8bf5b3
+ noextract = scanpy-0.3.1-cp36-cp36m-manylinux1_x86_64.whl
+ source = https://files.pythonhosted.org/packages/cp36/s/scanpy/scanpy-0.3.1-cp36-cp36m-manylinux1_x86_64.whl
+ md5sums = f5fc2324b1e51ef279d8ee101494ecba
pkgname = scanpy
diff --git a/PKGBUILD b/PKGBUILD
index d688c16effd0..a56564e77163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=scanpy
-pkgver=0.2.8
+pkgver=0.3.1
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(x86_64)
@@ -10,6 +10,7 @@ url='https://github.com/theislab/scanpy'
license=(GPL3)
depends=(
cython
+ python-anndata
python-matplotlib
python-pandas
python-scipy
@@ -28,7 +29,7 @@ depends=(
python-tqdm)
_wheel="$pkgname-$pkgver-cp36-cp36m-manylinux1_x86_64.whl"
source=("https://files.pythonhosted.org/packages/cp36/${pkgname::1}/$pkgname/$_wheel")
-md5sums=('1f4ae91beb498a9c38f3c9883b8bf5b3')
+md5sums=('f5fc2324b1e51ef279d8ee101494ecba')
noextract=("$_wheel")
package() {