Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37770286
en ru br
ALT Linux repos
S:0.2.4-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_without check

%define modulename lzf
Name: python3-module-lzf
Version: 0.2.4
Release: alt2

Summary: liblzf python bindings

Url: https://github.com/matrix-org/python-canonicaljson
License: the liblzf bsd 2-clause and gpl, and own bsd 3-clause
Group: Development/Python3


Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/teepark/python-lzf/archive/release-%version.tar.gz

Source: %modulename-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: liblzf-devel

%description
This package is just a straight translation of the C api of liblzf to python.
It has two functions: compress() and decompress().

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%files
%doc README.txt
%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