[arch-commits] Commit in python-clevercsv/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 22 19:36:57 UTC 2022


    Date: Monday, August 22, 2022 @ 19:36:57
  Author: felixonmars
Revision: 1274866

archrelease: copy trunk to community-x86_64

Added:
  python-clevercsv/repos/community-x86_64/PKGBUILD
    (from rev 1274865, python-clevercsv/trunk/PKGBUILD)
Deleted:
  python-clevercsv/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 19:36:43 UTC (rev 1274865)
+++ PKGBUILD	2022-08-22 19:36:57 UTC (rev 1274866)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-clevercsv
-pkgver=0.7.0
-pkgrel=3
-pkgdesc="A Python package for handling messy CSV files"
-url="https://github.com/alan-turing-institute/CleverCSV"
-license=('MIT')
-arch=('x86_64')
-depends=('python-chardet' 'python-regex')
-makedepends=('python-setuptools')
-optdepends=('python-pandas' 'python-cleo' 'python-clikit' 'python-tabview')
-checkdepends=('python-pytest-runner' 'python-pandas' 'python-cleo' 'python-clikit' 'python-tabview'
-              'python-termcolor')
-source=("https://github.com/alan-turing-institute/CleverCSV/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('241e4ac113c6542024d853f02b81c8f6a809ccbcefda78c250aeae10dd05a1510217a78c0ccc0359401364d77adcdfb22caf63689e55ff26495e4f2da92f8c4e')
-
-build() {
-  cd CleverCSV-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd CleverCSV-$pkgver
-  PYTHONPATH="$PWD"/build/lib.linux-$CARCH-3.10 python setup.py pytest
-}
-
-package() {
-  cd CleverCSV-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-clevercsv/repos/community-x86_64/PKGBUILD (from rev 1274865, python-clevercsv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-22 19:36:57 UTC (rev 1274866)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-clevercsv
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Python package for handling messy CSV files"
+url="https://github.com/alan-turing-institute/CleverCSV"
+license=('MIT')
+arch=('x86_64')
+depends=('python-chardet' 'python-regex')
+makedepends=('python-setuptools')
+optdepends=('python-pandas' 'python-tabview' 'python-cleo' 'python-clikit' 'python-cchardet')
+checkdepends=('python-pytest-runner' 'python-pandas' 'python-tabview' 'python-cleo' 'python-clikit'
+              'python-cchardet' 'python-termcolor')
+source=("https://github.com/alan-turing-institute/CleverCSV/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4ca03f63974804ce9c0431ed9f7bbc85d52003f83cbfbc70be0cf23f807c90e7e0f5fd863f010066ae5c5fddd4935287e1c6059e2c1267627ba83b1893d79c7f')
+
+build() {
+  cd CleverCSV-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd CleverCSV-$pkgver
+  PYTHONPATH="$PWD"/build/lib.linux-$CARCH-3.10 python setup.py pytest
+}
+
+package() {
+  cd CleverCSV-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list