Date: Wednesday, April 19, 2023 @ 08:07:33
  Author: alerque
Revision: 1447382

upgpkg: csvkit 1.1.1-1

Modified:
  csvkit/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 07:50:32 UTC (rev 1447381)
+++ PKGBUILD    2023-04-19 08:07:33 UTC (rev 1447382)
@@ -2,8 +2,8 @@
 # Contributor: Michał Pałubicki <[email protected]>
 
 pkgname=csvkit
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='A suite of utilities for converting to and working with CSV'
 arch=(any)
 url="https://$pkgname.readthedocs.org";
@@ -12,19 +12,17 @@
          agate-dbf
          agate-excel
          agate-sql
-         six
+         setuptools
          sphinx_rtd_theme)
 depends=(python
          "${_pydeps[@]/#/python-}")
 optdepends=('ipython: nicer command-line for csvpy utility')
 makedepends=(python-{build,installer,wheel}
-             python-setuptools
              python-sphinx)
-checkdepends=(python-pytest
-              python-pytimeparse)
+checkdepends=(python-pytest)
 _archive="$pkgname-$pkgver"
 
source=("$_archive.tgz::https://github.com/wireservice/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('84adaa554672bac5cd1d84d40183f86be1bec5a198119046e79409e371546d20')
+sha256sums=('bdb36aba91c5765930c3876e3683dcc75490962047468c1e75871c1da6e9f713')
 
 build() {
        cd "$_archive"
@@ -37,6 +35,7 @@
 
 check() {
        cd "$_archive"
+       export LANG=en_US.UTF-8
        pytest tests
 }
 

Reply via email to