blob: 3fbbf1ed11914bf03fff89caae57f508666c1d68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = vis-cli
pkgdesc = 🔬 Visualize fuzzy tabular data without leaving the terminal
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/hcgatewood/vis
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-seaborn
depends = python-matplotlib
depends = python-pytimeparse
depends = python-numpy
depends = python-scipy
depends = python-click
provides = vis
source = https://files.pythonhosted.org/packages/source/v/vis_cli/vis_cli-0.5.0.tar.gz
source = fix_warning.patch
sha256sums = 1c93e09090c5882b7a277fbd5069ec7b2707e674a1393e9591f72c35ed6c528b
sha256sums = f56b2a0f75f997f223dd54fd777ce52aab3627bbc60b4a725c9863bdc295b42d
pkgname = vis-cli
|