summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-04-16 15:26:50 +0200
committerPhilipp A2019-04-16 15:26:50 +0200
commit334efa9823a2eba3d201471d49a8c78ba6121c64 (patch)
tree7c0a18bf7cb34539cb9bdaea8c4e67adb074c4ef
parent16aaf588ec8ff0684080adcadfeda8414d462980 (diff)
downloadaur-334efa9823a2eba3d201471d49a8c78ba6121c64.tar.gz
we don’t provide scanpy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6c58e396982..cc84615d2aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = scanpy-scripts
pkgdesc = Scripts for using scanpy from the command line
pkgver = 0.1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ebi-gene-expression-group/scanpy-scripts
arch = any
license = MIT
makedepends = install-wheel-scripts
depends = scanpy
depends = python-louvain-igraph
- provides = scanpy
- provides = python-scanpy
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
diff --git a/PKGBUILD b/PKGBUILD
index 34c5c1e5c0b6..efa9cd4936a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
pkgname=scanpy-scripts
pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Scripts for using scanpy from the command line'
arch=(any)
-provides=(scanpy python-scanpy)
url='https://github.com/ebi-gene-expression-group/scanpy-scripts'
license=(MIT)
depends=(scanpy python-louvain-igraph)