[arch-commits] Commit in python-csv23/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 29 08:41:05 UTC 2022


    Date: Wednesday, June 29, 2022 @ 08:41:05
  Author: felixonmars
Revision: 449629

archrelease: copy trunk to extra-any

Added:
  python-csv23/repos/extra-any/PKGBUILD
    (from rev 449628, python-csv23/trunk/PKGBUILD)
Deleted:
  python-csv23/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 08:40:45 UTC (rev 449628)
+++ PKGBUILD	2022-06-29 08:41:05 UTC (rev 449629)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-csv23
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Python 3 unicode CSV compatibility layer"
-url="https://github.com/xflr6/csv23"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'python-pytest-mock')
-source=("https://github.com/xflr6/csv23/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e84af2f1ecb6313da3715650a7079c50044c60a7cdb26a152f19874211c108bd8975cec33f0fecfba69e53dfb54dc84337a0269543a21e83fedc11543acc9d7f')
-
-prepare() {
-  cd csv23-$pkgver
-  sed -i '/--cov/d' setup.cfg
-}
-
-build() {
-  cd csv23-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd csv23-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd csv23-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-csv23/repos/extra-any/PKGBUILD (from rev 449628, python-csv23/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-29 08:41:05 UTC (rev 449629)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-csv23
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Python 3 unicode CSV compatibility layer"
+url="https://github.com/xflr6/csv23"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-mock' 'python-pytest-mock')
+source=("https://github.com/xflr6/csv23/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ff7fc4a488316fb19501549bb6db56aee830348cddedca99bc8d452f85b787907f4831a5b4371375d45f9ada47b23fc33e8105177431b576fd228d8fce81354d')
+
+prepare() {
+  cd csv23-$pkgver
+  sed -i '/--cov/d' setup.cfg
+}
+
+build() {
+  cd csv23-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd csv23-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd csv23-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list