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

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

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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