Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37598786
en ru br
ALT Linux repos
S:1.6.0-alt4

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pyeclib

Name:           python3-module-%oname
Version:        1.6.0
Release:        alt4
Summary:        Python interface to erasure codes
Group:          Development/Python3

License:        BSD
URL:            https://pypi.org/project/pyeclib
Source0:        %oname-%version.tar

BuildRequires:  python3-devel
BuildRequires:  python3-module-setuptools
BuildRequires:  liberasurecode-devel >= 1.0.7
BuildRequires:  chrpath

Requires:       liberasurecode >= 1.0.7

%description
This library provides a simple Python interface for implementing erasure
codes. A number of back-end implementations is supported either directly
or through the C interface liberasurecode.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

find "%buildroot%python3_sitelibdir" -name "pyeclib_c.cpython-*.so" | xargs chrpath -d

%files
%doc README.rst
%python3_sitelibdir/*

%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