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

Bruno Pagani archange at gemini.archlinux.org
Thu Jun 16 18:17:41 UTC 2022


    Date: Thursday, June 16, 2022 @ 18:17:41
  Author: archange
Revision: 1238177

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  119 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 18:17:33 UTC (rev 1238176)
+++ PKGBUILD	2022-06-16 18:17:41 UTC (rev 1238177)
@@ -1,59 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=2022.02.0
-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-asyncio
-    python-pytest-mock
-    python-pytest-vcr
-    python-aiohttp
-    python-dask
-    python-distributed
-#    python-fusepy
-    python-libarchive-c
-    python-paramiko
-    python-pyarrow
-    python-pygit2
-    python-requests
-    python-smbprotocol
-    python-cloudpickle
-    python-jinja
-    python-lz4
-    python-msgpack
-    python-numpy
-    python-pandas
-    python-pyftpdlib
-    python-snappy
-    python-tomli
-    python-zstandard
-    jupyter-notebook
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8a11efc985d39782ca64bd4010f32d189a39278b35c89e5e623c760564cea8b3')
-
-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 -vv --color=yes -rs --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 1238176, python-fsspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-16 18:17:41 UTC (rev 1238177)
@@ -0,0 +1,60 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=2022.5.0
+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-asyncio
+    python-pytest-mock
+    python-pytest-vcr
+    python-aiohttp
+    python-dask
+    python-distributed
+#    python-fusepy
+    python-libarchive-c
+    python-paramiko
+    python-pyarrow
+    python-pygit2
+    python-requests
+    python-smbprotocol
+    python-cloudpickle
+    python-jinja
+    python-lz4
+    python-msgpack
+    python-numpy
+    python-pandas
+    python-pyftpdlib
+    python-snappy
+    python-tomli
+    python-tqdm
+    python-zstandard
+    jupyter-notebook
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f7279e8ab31700c231c82d0abf0fdd082f7f087854e87d660bcaa82c3bbe336c')
+
+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 -vv --color=yes -rs --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