summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:43:15 +0200
committerPhilipp A2022-09-16 16:43:15 +0200
commite2b599804b985aa39a6877a163211d22a32a1c7f (patch)
treeb2fa73926c64194978ec39faa26efcd924aeb26c
parentf7ecd75b432019ce8827e7081f5ed6c1b2ca0d04 (diff)
downloadaur-e2b599804b985aa39a6877a163211d22a32a1c7f.tar.gz
makedeps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61be4ea6d1b6..dae16f137b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-anndata
pkgdesc = A data structure for rectangular numeric data and sample/variable annotations.
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theislab/anndata
arch = any
license = BSD
makedepends = python-flit-core
makedepends = python-setuptools-scm
- makedepends = python-installer
makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-pandas
depends = python-scipy
depends = python-h5py
diff --git a/PKGBUILD b/PKGBUILD
index 9db3df267155..37df7c3f23f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=anndata
pkgname=python-$_name
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='A data structure for rectangular numeric data and sample/variable annotations.'
arch=(any)
url="https://github.com/theislab/$_name"
license=(BSD)
depends=(python-pandas python-scipy python-h5py python-natsort python-packaging)
-makedepends=(python-flit-core python-setuptools-scm python-installer python-build)
+makedepends=(python-flit-core python-setuptools-scm python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('94d2cc6f76c0317c0ac28564e3092b313b7ad19c737d66701961f3e620b9066e')