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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define  modulename immutables

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

Summary: A high-performance immutable mapping type for Python.
License: Apache-2.0
Group:   Development/Python3
URL:     https://github.com/MagicStack/immutables

Packager: Evgeny Sinelnikov <sin at altlinux.org>

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

Source:  %modulename-%version.tar

%description
An immutable mapping type for Python.

The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure,
Scala, Haskell, and other functional languages. This implementation is used in
CPython 3.7 in the contextvars module (see PEP 550 and PEP 567 for more details)

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%check
%__python3 setup.py test -v

%files
%python3_sitelibdir/%modulename/
%python3_sitelibdir/*.egg-info
%doc README.*

%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