[arch-commits] Commit in python-fsspec/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 01:03:13 UTC 2021
Date: Thursday, December 2, 2021 @ 01:03:13
Author: foutrelis
Revision: 1061540
archrelease: copy trunk to community-staging-any
Added:
python-fsspec/repos/community-staging-any/PKGBUILD
(from rev 1061539, python-fsspec/trunk/PKGBUILD)
Deleted:
python-fsspec/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 01:03:09 UTC (rev 1061539)
+++ PKGBUILD 2021-12-02 01:03:13 UTC (rev 1061540)
@@ -1,54 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=filesystem_spec
-pkgname=python-fsspec
-pkgver=2021.10.1
-pkgrel=2
-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-dask
- python-distributed
- python-libarchive-c
- python-paramiko
- python-pyarrow
- python-pygit2
- python-requests
- python-smbprotocol
- python-cloudpickle
- python-jinja
- python-lz4
- python-msgpack
- python-numpy
- python-pyftpdlib
- python-snappy
- python-zstandard
- jupyter-notebook
-)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027')
-
-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 -v -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-staging-any/PKGBUILD (from rev 1061539, python-fsspec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 01:03:13 UTC (rev 1061540)
@@ -0,0 +1,54 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=filesystem_spec
+pkgname=python-fsspec
+pkgver=2021.10.1
+pkgrel=3
+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-dask
+ python-distributed
+ python-libarchive-c
+ python-paramiko
+ python-pyarrow
+ python-pygit2
+ python-requests
+ python-smbprotocol
+ python-cloudpickle
+ python-jinja
+ python-lz4
+ python-msgpack
+ python-numpy
+ python-pyftpdlib
+ python-snappy
+ python-zstandard
+ jupyter-notebook
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1a315d9f2e421139b3b82b9a7a8b858ac9bdb49e7e963971bdbf7fc23e958027')
+
+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 -v -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