4b2ba0d3e9
Closes: #25720 [via git-merge-pr]
19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'visidata'
|
|
pkgname=visidata
|
|
version=2.0.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-dateutil"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Terminal spreadsheet multitool"
|
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://visidata.org/"
|
|
changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
|
|
distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
|
|
checksum=a64f08956f3df823afdd1566e66337145583ae18cab53c1732f7187567365f25
|
|
|
|
do_check() {
|
|
pytest3
|
|
}
|