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

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

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

%define oname rencode

Name: python3-module-%oname
Version: 1.0.6
Release: alt2

Summary: The rencode module is similar to bencode from the BitTorrent project

Group: Development/Python3
License: LGPL
Url: https://pypi.python.org/pypi/rencode

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/aresch/rencode/archive/v%version.tar.gz

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-Cython python3-module-wheel

%description
The rencode module is similar to bencode from the BitTorrent project.
Forcomplex, heterogeneous data structures with many small elements,
r-encodingstake up significantly less space than b-encodings.
This version of rencode isa complete rewrite in Cython to attempt
to increase the performance over thepure Python module
written by Petru Paler, Connelly Barnes et al.

%prep
%setup

%build
%add_optflags -fno-strict-aliasing
%python3_build_debug

%install
%python3_install

%files
%python3_sitelibdir/*

%changelog

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

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