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

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

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

%define oname msgpack

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

Summary: A Python 3 MessagePack (de)serializer

Group: Development/Python3
License: ASL 2.0
URL: https://pypi.org/project/msgpack/

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

Source: %name-%version.tar

BuildRequires: gcc-c++

BuildRequires: rpm-build-python3
BuildRequires: python3-module-Cython

%description
MessagePack is a binary-based efficient data interchange format that is
focused on high performance. It is like JSON, but very fast and small.
This is a Python (de)serializer for MessagePack.

%prep
%setup

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

%install
%python3_install

%files
%doc COPYING
%python3_sitelibdir/%oname/
%python3_sitelibdir/*.egg-info

%changelog

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

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