Date: Thursday, July 21, 2022 @ 12:44:56 Author: alerque Revision: 1255030
upgpkg: visidata 2.9-1 Modified: visidata/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-21 12:44:02 UTC (rev 1255029) +++ PKGBUILD 2022-07-21 12:44:56 UTC (rev 1255030) @@ -4,8 +4,8 @@ # Contributor: Javier TiĆ” <javier dot tia at gmail dot com> pkgname=visidata -pkgver=2.8 -pkgrel=2 +pkgver=2.9 +pkgrel=1 pkgdesc='Terminal spreadsheet multitool for discovering and arranging data' arch=(any) url=https://www.visidata.org @@ -32,13 +32,13 @@ # 'python-mapbox-vector-tile: mbtiles support' # 'python-namestand: graphviz support' # 'python-pyshp: shapefiles support') -makedepends=(python-{build,installer} - python-setuptools - python-wheel) -checkdepends=(python-pytest) +makedepends=(python-{build,installer,wheel} + python-setuptools) +checkdepends=(python-pytest + python-urllib3) _archive="$pkgname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz") -sha256sums=('26d6cdacdca394a4820bda7f142746e190c49a7871c109f477f8ffddc1ccd0c9') +sha256sums=('50d3d24920ef38756bfd5279711d0e60554ba966d692fca2c96d17a6c0b900bb') build() { cd "$_archive" @@ -47,7 +47,8 @@ check() { cd "$_archive" - pytest + # Packaging is missing some tsv data files used in tests + pytest -k 'not test_baseCommands' } package() {
