Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37498330
en ru br
ALT Linux repos
S:0.8.1-alt1

Group :: Development/Python3
RPM: python3-module-pyxattr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pyxattr

Name: python3-module-%oname
Version: 0.8.1
Release: alt1

Summary: A python module for accessing filesystem Extended Attributes

License: LGPLv2.1
Group: Development/Python3
Url: https://pypi.org/project/pyxattr

# https://github.com/iustin/pyxattr.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: libattr-devel
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%description
This is the pyxattr module, a Python extension module which gives access
to the extended attributes for filesystem objects available in some
operating systems.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%files
%doc *.md
%python3_sitelibdir/xattr.*.so
%python3_sitelibdir/%oname-%version.dist-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin