Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1
python-llfuse
python-llfuse.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-llfuse.spec of Package python-llfuse
# # spec file for package python-llfuse # # 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 https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-llfuse Version: 1.3.5 Release: 0 Summary: Python Bindings for the low-level FUSE API License: LGPL-2.1-or-later Group: Development/Libraries/Python URL: https://bitbucket.org/nikratio/python-llfuse/ Source: https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-%{version}.tar.bz2 Source1000: https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-%{version}.tar.bz2.asc Source1001: %{name}.keyring Patch0: fix-char-cast-to-unsigned-int.patch Patch1: fix-test-for-fusermount.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: fuse-devel >= 2.8.0 BuildRequires: libattr-devel BuildRequires: python-rpm-macros Recommends: fuse %if %{with python2} BuildRequires: python2-contextlib2 %endif %ifpython2 Requires: python-contextlib2 %endif %python_subpackages %description LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. LLFUSE was originally part of S3QL, but has been factored out so that it can be used by other projects as well. %package -n %{name}-docs Summary: Documentation for the python bindings for the low-level FUSE API Group: Development/Libraries/Python Requires: %{name} = %{version} BuildArch: noarch %description -n %{name}-docs LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. LLFUSE was originally part of S3QL, but has been factored out so that it can be used by other projects as well. Documentation for the python bindings llfuse %prep %setup -q -n llfuse-%{version} %autopatch -p1 rm doc/html/.buildinfo dos2unix README.rst %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check # Note: There are some tests that are skipped because the user that # runs rpmbuild should be able to run fusermount but there's no way # to add it to the trusted group. %python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest test/ -rsx %files %{python_files} %doc Changes.rst README.rst %license LICENSE %{python_sitearch} %files -n %{name}-docs %doc doc/html %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor