Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37790889
en ru br
ALT Linux repos
S:1.0.0-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  modulename cbor

Name:    python3-module-%modulename
Version: 1.0.0
Release: alt2

Summary: CBOR rfc7049 for Python
License: Apache-2.0
Group:   Development/Python3
URL:     https://github.com/brianolson/cbor

Packager: Anton Midyukov <antohami at altlinux.org>

BuildRequires(pre): rpm-build-python3

Source:  %modulename-%version.tar

%description
Concise Binary Object Representation (CBOR) is a superset of JSON's
schema that's faster and more compact.

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%modulename/
%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