summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:47:02 +0200
committerPhilipp A2022-09-16 16:47:02 +0200
commit192e62c82ef10e5689861c7bf5c3647e0dce20a9 (patch)
treeb7c6edd8718d6e9f46c8c44106ec5de4a26b39f9
parent7c75e8df0be0809ba4f3760060799c0d38a8d3b9 (diff)
downloadaur-scanpy-scripts.tar.gz
makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cfc5f649425..1f23a298bb7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = scanpy-scripts
pkgdesc = Scripts for using scanpy from the command line
pkgver = 1.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ebi-gene-expression-group/scanpy-scripts
arch = any
license = MIT
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = scanpy
depends = python-click
source = https://files.pythonhosted.org/packages/source/s/scanpy-scripts/scanpy-scripts-1.1.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2d5801ccbcbc..d1114d6e48e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=scanpy-scripts
pkgver=1.1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Scripts for using scanpy from the command line'
arch=(any)
url='https://github.com/ebi-gene-expression-group/scanpy-scripts'
license=(MIT)
depends=(scanpy python-click)
-makedepends=(python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('1701e35f93f5370ab451760b3892caf01b46d2898c3dd149e1dcba602e45eea1')