[arch-commits] Commit in python-fsspec/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Tue Mar 16 02:38:01 UTC 2021


    Date: Tuesday, March 16, 2021 @ 02:38:01
  Author: archange
Revision: 891710

archrelease: copy trunk to community-any

Added:
  python-fsspec/repos/community-any/PKGBUILD
    (from rev 891709, python-fsspec/trunk/PKGBUILD)
Deleted:
  python-fsspec/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  109 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 02:37:36 UTC (rev 891709)
+++ PKGBUILD	2021-03-16 02:38:01 UTC (rev 891710)
@@ -1,53 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=0.8.5
-pkgrel=1
-pkgdesc="Specification that python filesystems should adhere to."
-arch=(any)
-url="https://github.com/intake/filesystem_spec"
-license=(BSD)
-makedepends=(python-setuptools)
-depends=(python)
-checkdepends=(git
-    python-pytest
-    python-aiohttp
-    python-cloudpickle
-    python-dask
-    python-distributed
-    python-lz4
-    python-libarchive-c
-    python-msgpack
-    python-numpy
-    python-paramiko
-    python-pyftpdlib
-    python-pygit2
-    python-requests
-    python-snappy
-    python-zstandard
-    python-aiobotocore
-    python-httpretty
-    python-moto
-    python-flask
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c565c8c4178c6dc2953b80165bef3b8e439cb569ab3f2005415bb5bea9e414ad')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # These tests do not work on CI, neither on our build server
-  pytest --deselect fsspec/implementations/tests/test_http.py::test_processes
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
-  # Install license file
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-fsspec/repos/community-any/PKGBUILD (from rev 891709, python-fsspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-16 02:38:01 UTC (rev 891710)
@@ -0,0 +1,56 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="Specification that python filesystems should adhere to."
+arch=(any)
+url="https://github.com/intake/filesystem_spec"
+license=(BSD)
+makedepends=(python-setuptools)
+depends=(python)
+checkdepends=(git
+    python-pytest
+    python-pytest-vcr
+    python-aiohttp
+    python-cloudpickle
+    python-dask
+    python-distributed
+    python-lz4
+    python-libarchive-c
+    python-msgpack
+    python-numpy
+    python-paramiko
+    python-pyftpdlib
+    python-pygit2
+    python-requests
+    python-snappy
+    python-zstandard
+    python-aiobotocore
+    python-httpretty
+    python-moto
+    python-flask
+    python-arrow
+    python-smbprotocol
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e1ce75f0750d3a2383b25656b262bc661a58d7e863bbf151a3b13ffad395e8f7')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # These tests do not work on CI, neither on our build server
+  pytest --deselect fsspec/implementations/tests/test_http.py::test_processes
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
+  # Install license file
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list