File python-portalocker.spec of Package python-portalocker.15362

#
# spec file for package python-portalocker
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-portalocker
Version:        1.2.1
Release:        0
Summary:        Locking library for Python
License:        Python-2.0
Group:          Development/Languages/Python
URL:            https://github.com/WoLpH/portalocker
Source:         https://files.pythonhosted.org/packages/source/p/portalocker/portalocker-%{version}.tar.gz
Patch0:         portalocker-1.2.1-old-Sphinx.patch
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:      noarch
BuildRequires:  %{python_module Sphinx >= 1.6.5}
BuildRequires:  %{python_module flake8 >= 3.5.0}
BuildRequires:  %{python_module pytest >= 3.4.0}
BuildRequires:  %{python_module pytest-cache >= 1.0}

%python_subpackages

%description
Portalocker is a library to provide an API to file locking.

On Linux and Unix systems, the locks are advisory by default. By
specifying the `-o mand` option to the mount command, it is possible
to enable mandatory file locking on Linux. This is generally not
recommended however.

%prep
%setup -q -n portalocker-%{version}
%patch0 -p1

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec setup.py test

%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*

%changelog
openSUSE Build Service is sponsored by