Date: Monday, January 16, 2023 @ 13:39:49
Author: alerque
Revision: 1385701
archrelease: copy trunk to community-any
Added:
visidata/repos/community-any/PKGBUILD
(from rev 1385700, visidata/trunk/PKGBUILD)
Deleted:
visidata/repos/community-any/PKGBUILD
----------+
PKGBUILD | 128 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 64 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-16 13:39:40 UTC (rev 1385700)
+++ PKGBUILD 2023-01-16 13:39:49 UTC (rev 1385701)
@@ -1,64 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Pig Monkey <[email protected]>
-# Contributor: Caltlgin Stsodaat <[email protected]>
-# Contributor: Javier Tiá <javier dot tia at gmail dot com>
-
-pkgname=visidata
-pkgver=2.10.2
-pkgrel=3
-pkgdesc='Terminal spreadsheet multitool for discovering and arranging data'
-arch=(any)
-url="https://www.$pkgname.org"
-_url="https://github.com/saulpw/$pkgname"
-license=(GPL3)
-depends=(python
- python-dateutil
- python-importlib-metadata
- python-setuptools)
-optdepends=('python-dnslib: pcap support'
- 'python-fonttools: ttf/otf support'
- 'python-h5py: hdf5 support'
- 'python-lxml: html/xml support'
- 'python-openpyxl: xlsx support'
- 'python-pandas: dta (Stata) support'
- 'python-pdfminer: pdf support'
- 'python-psycopg2: postgres support'
- 'python-pyaml: yaml/yml support'
- 'python-pypng: png support'
- 'python-requests: http support'
- 'python-tabulate: tabulate saver support'
- 'python-urllib3: remote zip support'
- 'python-vobject: vcf support'
- 'python-wcwidth: tabulate saver with unicode support'
- 'python-xlrd: xls support')
-# optdepends+=( # AUR only optdepends
-# 'python-dpkt: pcap support'
-# 'python-mapbox-vector-tile: mbtiles support'
-# 'python-namestand: graphviz support'
-# 'python-pyshp: shapefiles support')
-makedepends=(python-{build,installer,wheel})
-checkdepends=(python-pytest)
-_archive="$pkgname-$pkgver"
-# pypi sources don’t have scripts to generate completions
-#
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('a53d77ef1c3981239855df672cdba6c8431d2d0361195acfeb5e2d8f8e980662')
-
-build() {
- cd "$_archive"
- python -m build -wn
- ./dev/zsh-completion.py
-}
-
-check() {
- cd "$_archive"
- # Testing commands assumes reading an rc file not present in chroot
build env
- pytest -k 'not test_baseCommands'
-}
-
-package() {
- cd "$_archive"
- python -m installer -d "$pkgdir" dist/*.whl
- install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
- install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions" "_$pkgname"
-}
Copied: visidata/repos/community-any/PKGBUILD (from rev 1385700,
visidata/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-16 13:39:49 UTC (rev 1385701)
@@ -0,0 +1,64 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Pig Monkey <[email protected]>
+# Contributor: Caltlgin Stsodaat <[email protected]>
+# Contributor: Javier Tiá <javier dot tia at gmail dot com>
+
+pkgname=visidata
+pkgver=2.11
+pkgrel=1
+pkgdesc='Terminal spreadsheet multitool for discovering and arranging data'
+arch=(any)
+url="https://www.$pkgname.org"
+_url="https://github.com/saulpw/$pkgname"
+license=(GPL3)
+depends=(python
+ python-dateutil
+ python-importlib-metadata
+ python-setuptools)
+optdepends=('python-dnslib: pcap support'
+ 'python-fonttools: ttf/otf support'
+ 'python-h5py: hdf5 support'
+ 'python-lxml: html/xml support'
+ 'python-openpyxl: xlsx support'
+ 'python-pandas: dta (Stata) support'
+ 'python-pdfminer: pdf support'
+ 'python-psycopg2: postgres support'
+ 'python-pyaml: yaml/yml support'
+ 'python-pypng: png support'
+ 'python-requests: http support'
+ 'python-tabulate: tabulate saver support'
+ 'python-urllib3: remote zip support'
+ 'python-vobject: vcf support'
+ 'python-wcwidth: tabulate saver with unicode support'
+ 'python-xlrd: xls support')
+# optdepends+=( # AUR only optdepends
+# 'python-dpkt: pcap support'
+# 'python-mapbox-vector-tile: mbtiles support'
+# 'python-namestand: graphviz support'
+# 'python-pyshp: shapefiles support')
+makedepends=(python-{build,installer,wheel})
+checkdepends=(python-pytest)
+_archive="$pkgname-$pkgver"
+# pypi sources don’t have scripts to generate completions
+#
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
+source=("$_url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('350542296456e517d7dcbb687f716471a663155053f540b7ecd307ac6f2d0629')
+
+build() {
+ cd "$_archive"
+ python -m build -wn
+ ./dev/zsh-completion.py
+}
+
+check() {
+ cd "$_archive"
+ # Testing commands assumes reading an rc file not present in chroot
build env
+ pytest -k 'not test_baseCommands'
+}
+
+package() {
+ cd "$_archive"
+ python -m installer -d "$pkgdir" dist/*.whl
+ install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+ install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions" "_$pkgname"
+}