2019-07-23 14:43:44 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-fsspec
|
|
|
|
#
|
2020-06-24 03:59:45 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2019-07-23 14:43:44 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-07-30 14:15:11 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
|
|
%define skip_python2 1
|
|
|
|
Name: python-fsspec
|
2020-12-29 18:33:17 +00:00
|
|
|
Version: 0.8.5
|
2019-07-23 14:43:44 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Filesystem specification package
|
2019-07-30 14:15:11 +00:00
|
|
|
License: BSD-3-Clause
|
2019-08-01 09:18:10 +00:00
|
|
|
URL: https://github.com/intake/filesystem_spec
|
2020-12-29 18:33:17 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/f/fsspec/fsspec-%{version}.tar.gz
|
|
|
|
BuildRequires: %{python_module base >= 3.6}
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2020-12-29 18:33:17 +00:00
|
|
|
Suggests: python-adlfs
|
|
|
|
Suggests: python-aiohttp
|
|
|
|
Suggests: python-pyarrow
|
|
|
|
Suggests: python-pygit2
|
|
|
|
Suggests: python-dropboxdrivefs
|
|
|
|
Suggests: python-dropbox
|
|
|
|
Suggests: python-dask
|
|
|
|
Suggests: python-distributed
|
|
|
|
Suggests: python-gcsfs
|
|
|
|
Suggests: python-paramiko
|
|
|
|
Suggests: python-requests
|
|
|
|
Suggests: python-s3fs
|
|
|
|
Suggests: python-smbprotocol
|
2019-07-23 14:43:44 +00:00
|
|
|
BuildArch: noarch
|
2019-08-01 09:18:10 +00:00
|
|
|
# SECTION test requirements
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module aiohttp}
|
|
|
|
BuildRequires: %{python_module cloudpickle}
|
|
|
|
BuildRequires: %{python_module distributed}
|
2019-10-16 13:23:20 +00:00
|
|
|
BuildRequires: %{python_module fusepy}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module gcsfs}
|
|
|
|
BuildRequires: %{python_module notebook}
|
2020-06-24 03:59:45 +00:00
|
|
|
BuildRequires: %{python_module numpy}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module panel}
|
|
|
|
BuildRequires: %{python_module paramiko}
|
|
|
|
BuildRequires: %{python_module pyftpdlib}
|
2019-08-01 09:18:10 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2020-12-29 18:33:17 +00:00
|
|
|
BuildRequires: %{python_module python-snappy}
|
|
|
|
BuildRequires: %{python_module requests}
|
|
|
|
BuildRequires: %{python_module s3fs}
|
|
|
|
BuildRequires: %{python_module smbprotocol}
|
|
|
|
BuildRequires: %{python_module zstandard}
|
|
|
|
# cannot test git and http in the same installation (?)
|
|
|
|
# BuildRequires: %%{python_module pygit2}
|
|
|
|
# BuildRequires: git-core
|
2019-08-01 09:18:10 +00:00
|
|
|
# /SECTION
|
2019-07-23 14:43:44 +00:00
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
A specification for pythonic filesystems.
|
|
|
|
|
|
|
|
%prep
|
2020-12-29 18:33:17 +00:00
|
|
|
%setup -q -n fsspec-%{version}
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%check
|
2019-10-16 13:23:20 +00:00
|
|
|
# test_basic relies on speed of FS and timeouts in OBS
|
2019-11-20 14:18:02 +00:00
|
|
|
# test_not_cached needs sockets
|
2020-12-29 18:33:17 +00:00
|
|
|
%pytest -rfEs -k 'not test_basic and not test_not_cached'
|
2019-07-23 14:43:44 +00:00
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
%changelog
|