parent
ffe8810436
commit
4b2ba0d3e9
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'visidata'
|
# Template file for 'visidata'
|
||||||
pkgname=visidata
|
pkgname=visidata
|
||||||
version=1.5.2
|
version=2.0.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="visidata"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dateutil"
|
depends="python3-dateutil"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Terminal spreadsheet multitool"
|
short_desc="Terminal spreadsheet multitool"
|
||||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://visidata.org/"
|
homepage="https://visidata.org/"
|
||||||
changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/saulpw/visidata/stable/CHANGELOG.md"
|
||||||
distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
|
distfiles="https://github.com/saulpw/visidata/archive/v${version}.tar.gz"
|
||||||
checksum=11563f5e4eafb2d8fe875ae782eac3c5a6c55e9db3a494189b5b236697c1f040
|
checksum=a64f08956f3df823afdd1566e66337145583ae18cab53c1732f7187567365f25
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest3
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue