mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-upsetplot: fix dependencies
This commit is contained in:
parent
fd4a47311f
commit
cde0681b1f
1 changed files with 3 additions and 2 deletions
|
@ -7,10 +7,11 @@ pkgrel=2
|
||||||
pkgdesc='Python implementation of UpSet plots by Lex et al. doi:10.1109/TVCG.2014.2346248'
|
pkgdesc='Python implementation of UpSet plots by Lex et al. doi:10.1109/TVCG.2014.2346248'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/jnothman/UpSetPlot'
|
url='https://github.com/jnothman/UpSetPlot'
|
||||||
license=('BSD')
|
license=('BSD-3-Clause')
|
||||||
depends=(
|
depends=(
|
||||||
'python'
|
'python'
|
||||||
'python-matplotlib'
|
'python-matplotlib'
|
||||||
|
'python-numpy'
|
||||||
'python-pandas'
|
'python-pandas'
|
||||||
'python-seaborn')
|
'python-seaborn')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
|
@ -18,8 +19,8 @@ makedepends=(
|
||||||
'python-installer'
|
'python-installer'
|
||||||
'python-wheel'
|
'python-wheel'
|
||||||
'python-setuptools-scm'
|
'python-setuptools-scm'
|
||||||
'python-pytest-runner'
|
|
||||||
)
|
)
|
||||||
|
#'python-pytest-runner'
|
||||||
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
|
||||||
sha256sums=('95b76ac38c624c9dfb1eca1de1a37e30e07e83678b1c57839c943184247b8592')
|
sha256sums=('95b76ac38c624c9dfb1eca1de1a37e30e07e83678b1c57839c943184247b8592')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue