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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

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

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