summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:47:38 +0200
committerPhilipp A2022-09-16 16:47:38 +0200
commit263f00ef4df89e65e88a8722a6a61ac1c45b2be3 (patch)
tree3f6028b74485b648d5b9740dcdd656ea7c10605a
parent46549b52e414ed2e6d45b1c0dfdb9be37ca26c2d (diff)
downloadaur-263f00ef4df89e65e88a8722a6a61ac1c45b2be3.tar.gz
makedeps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f957a74394cf..e8a64e53ca05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = scanpy
pkgdesc = Single-Cell Analysis in Python
pkgver = 1.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theislab/scanpy
arch = any
license = BSD
- makedepends = python-build
- makedepends = python-installer
makedepends = python-flit-core
makedepends = python-setuptools-scm
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-anndata>=0.7.4
depends = python-numpy>=1.17.0
depends = python-matplotlib>=3.4
diff --git a/PKGBUILD b/PKGBUILD
index 2c206320c9fb..f73e9eabb73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=scanpy
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
provides=(scanpy python-scanpy)
@@ -39,7 +39,7 @@ optdepends=(
'python-scanorama: Scanorama dataset integration algorithm'
'python-scrublet: Cell doublet detection'
)
-makedepends=(python-build python-installer python-flit-core python-setuptools-scm)
+makedepends=(python-flit-core python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('00c9a83b649da7e0171c91e9a08cff632102faa760614fd05cd4d1dbba4eb541')