2019-03-08 12:27:32 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-vistir
|
|
|
|
|
#
|
2020-01-03 08:24:52 +00:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2019-03-08 12:27:32 +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.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2020-01-10 14:46:25 +00:00
|
|
|
%bcond_without python2
|
2019-03-08 12:27:32 +00:00
|
|
|
Name: python-vistir
|
2020-07-22 13:16:52 +00:00
|
|
|
Version: 0.5.2
|
2019-03-08 12:27:32 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Utilities for filesystems, paths, projects, subprocesses, and more
|
|
|
|
|
License: ISC
|
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
|
URL: https://github.com/sarugaku/vistir
|
2019-04-04 08:04:37 +00:00
|
|
|
Source: https://github.com/sarugaku/vistir/archive/%{version}.tar.gz#/vistir-%{version}.tar.gz
|
2019-07-22 11:51:39 +00:00
|
|
|
BuildRequires: %{python_module setuptools >= 40.8.0}
|
2019-03-08 12:27:32 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: python-rpm-macros
|
2019-03-10 08:05:02 +00:00
|
|
|
Requires: python-colorama >= 0.3.4
|
2020-02-06 18:20:39 +00:00
|
|
|
Recommends: python-requests
|
2019-03-08 12:27:32 +00:00
|
|
|
Requires: python-six
|
2019-05-24 14:03:06 +00:00
|
|
|
Recommends: python-yaspin
|
|
|
|
|
BuildArch: noarch
|
2020-01-10 14:44:38 +00:00
|
|
|
%ifpython2
|
|
|
|
|
Requires: python2-backports.functools_lru_cache
|
|
|
|
|
Requires: python2-backports.shutil_get_terminal_size
|
|
|
|
|
Requires: python2-backports.weakref
|
|
|
|
|
Requires: python2-pathlib2
|
|
|
|
|
%endif
|
2019-03-08 12:27:32 +00:00
|
|
|
# SECTION test requirements
|
2019-03-10 08:05:02 +00:00
|
|
|
BuildRequires: %{python_module colorama >= 0.3.4}
|
2019-03-08 12:27:32 +00:00
|
|
|
BuildRequires: %{python_module hypothesis-fspaths}
|
2019-03-08 12:35:19 +00:00
|
|
|
BuildRequires: %{python_module hypothesis}
|
2019-03-08 12:27:32 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2019-03-08 12:35:19 +00:00
|
|
|
BuildRequires: %{python_module requests}
|
2019-03-08 12:27:32 +00:00
|
|
|
BuildRequires: %{python_module six}
|
|
|
|
|
BuildRequires: %{python_module yaspin}
|
2020-01-10 14:46:25 +00:00
|
|
|
%if %{with python2}
|
2020-01-10 14:44:38 +00:00
|
|
|
BuildRequires: python2-backports.functools_lru_cache
|
|
|
|
|
BuildRequires: python2-backports.shutil_get_terminal_size
|
|
|
|
|
BuildRequires: python2-backports.weakref
|
2020-02-06 18:20:39 +00:00
|
|
|
BuildRequires: python2-mock
|
2020-01-10 14:44:38 +00:00
|
|
|
BuildRequires: python2-pathlib2
|
2020-01-10 14:46:25 +00:00
|
|
|
%endif
|
2019-03-08 12:27:32 +00:00
|
|
|
# /SECTION
|
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Miscellaneous utilities for dealing with filesystems, paths, projects,
|
|
|
|
|
subprocesses, and more.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n vistir-%{version}
|
2019-04-04 08:04:37 +00:00
|
|
|
|
2019-05-06 09:43:03 +00:00
|
|
|
sed -i '/invoke/d;/parver/d;/wheel$/d;/addopts/d' setup.cfg
|
2019-03-08 12:27:32 +00:00
|
|
|
rm -r tasks
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%python_install
|
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
export LANG=en_US.UTF-8
|
|
|
|
|
# test_open_file requires network access
|
2019-12-04 09:41:58 +00:00
|
|
|
# test_path_to_url needs bigger seed than some of our virtuals provide
|
|
|
|
|
# test_ensure_mkdir_p race condition
|
|
|
|
|
%pytest -k 'not (test_open_file or test_path_to_url or test_ensure_mkdir_p)'
|
2019-03-08 12:27:32 +00:00
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
|
%doc CHANGELOG.rst README.rst
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|