summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-12-18 13:16:40 +0100
committerPhilipp A2021-12-18 13:16:40 +0100
commit20e7e79c58c2f372be4124e0dfdcbaae3a3e218d (patch)
tree569ffc70a79e196f98835a013062f643ab6d8f52
parent334efa9823a2eba3d201471d49a8c78ba6121c64 (diff)
downloadaur-20e7e79c58c2f372be4124e0dfdcbaae3a3e218d.tar.gz
v1.1.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc84615d2aed..7bbd56ee26a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = scanpy-scripts
pkgdesc = Scripts for using scanpy from the command line
- pkgver = 0.1.0.1
- pkgrel = 2
+ pkgver = 1.1.3
+ pkgrel = 1
url = https://github.com/ebi-gene-expression-group/scanpy-scripts
arch = any
license = MIT
makedepends = install-wheel-scripts
depends = scanpy
- depends = python-louvain-igraph
- noextract = scanpy_scripts-0.1.0.1-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/s/scanpy-scripts/scanpy_scripts-0.1.0.1-py3-none-any.whl
- sha256sums = a46e5cc76f40b0ce281d982a75d3c0030e276bb1645b931e5fc3e5cbde5625e5
+ depends = python-click
+ noextract = scanpy_scripts-1.1.3-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/s/scanpy-scripts/scanpy_scripts-1.1.3-py3-none-any.whl
+ sha256sums = c3dddc6acb90cfc610fb87da9e0407b10541c904fc4d21a3850941a094604675
pkgname = scanpy-scripts
-
diff --git a/PKGBUILD b/PKGBUILD
index efa9cd4936a5..b7944c86d80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=scanpy-scripts
-pkgver=0.1.0.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
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-louvain-igraph)
+depends=(scanpy python-click)
makedepends=(install-wheel-scripts)
_pyarch=py3
_wheel="${pkgname/-/_}-$pkgver-$_pyarch-none-any.whl"
source=("https://files.pythonhosted.org/packages/$_pyarch/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('a46e5cc76f40b0ce281d982a75d3c0030e276bb1645b931e5fc3e5cbde5625e5')
+sha256sums=('c3dddc6acb90cfc610fb87da9e0407b10541c904fc4d21a3850941a094604675')
noextract=("$_wheel")
package() {