Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37719217
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-llfuse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname llfuse

Name: python3-module-llfuse
Version: 1.3.8
Release: alt1

Summary: Python Bindings for the low-level FUSE API

Packager: Vitaly Lipatov <lav at altlinux.ru>

Url: https://github.com/python-llfuse/python-llfuse
Group: Development/Python3
License: LGPLv2+

# Source-url: https://pypi.io/packages/source/l/%oname/%oname-%version.tar.bz2

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

BuildRequires: libattr-devel libfuse-devel python3-devel python3-module-setuptools

Source44: import.info
%add_findprov_skiplist %python3_sitelibdir/.*\.so$

%description
LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
least FUSE 2.8.0.

LLFUSE was originally part of S3QL, but has been factored out so that it can be
used by other projects as well.

NOTE: It is legacy module, do not use it in a real projects. See pyfuse3 instead.

%prep
%setup
rm doc/html/.buildinfo
rm -rf src/llfuse.egg-info
find -name '*.py' | xargs sed -i '1s|^#!python|#!%__python3|'

%build
%python3_build

%install
%python3_install

%files
%doc Changes.rst doc/html LICENSE
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin