Date: Monday, August 22, 2022 @ 11:11:08 Author: alerque Revision: 1274665
upgpkg: visidata 2.9.1-2; setuptools is runtime dep, fixes FS#75405 Modified: visidata/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-22 11:09:03 UTC (rev 1274664) +++ PKGBUILD 2022-08-22 11:11:08 UTC (rev 1274665) @@ -5,13 +5,14 @@ pkgname=visidata pkgver=2.9.1 -pkgrel=1 +pkgrel=2 pkgdesc='Terminal spreadsheet multitool for discovering and arranging data' arch=(any) url=https://www.visidata.org license=(GPL3) depends=(python - python-dateutil) + python-dateutil + python-setuptools) optdepends=('python-dnslib: pcap support' 'python-fonttools: ttf/otf support' 'python-h5py: hdf5 support' @@ -33,8 +34,7 @@ # 'python-mapbox-vector-tile: mbtiles support' # 'python-namestand: graphviz support' # 'python-pyshp: shapefiles support') -makedepends=(python-{build,installer,wheel} - python-setuptools) +makedepends=(python-{build,installer,wheel}) checkdepends=(python-pytest) _archive="$pkgname-$pkgver" source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
