Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37653083
en ru br
ALT Linux repositórios
S:2.8.0-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define  modulename umsgpack
%define  srcname u-msgpack-python

Name:    python3-module-%modulename
Version: 2.8.0
Release: alt1

Summary: A portable, lightweight MessagePack serializer and deserializer
License: MIT
Group:   Development/Python3
URL:     https://github.com/vsergeev/u-msgpack-python

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

BuildArch: noarch

Source:  %srcname-%version.tar

%description
u-msgpack-python is a lightweight MessagePack serializer and deserializer
module written in pure Python, compatible with both Python 2 and 3, as
well CPython and PyPy implementations of Python. u-msgpack-python is fully
compliant with the latest MessagePack specification. In particular, it
supports the new binary, UTF-8 string, application-defined ext, and
timestamp types.

%prep
%setup -n %srcname-%version

%build
%pyproject_build

%install
%pyproject_install

%check
pytest3 -v

%files
%python3_sitelibdir/%modulename
%python3_sitelibdir/u_msgpack_python-%version.dist-info

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009