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

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define modname orderedset
%def_enable check

Name: python3-module-%modname
Version: 2.0.3
Release: alt1.1

Summary: An Ordered Set implementation in Cython
Group: Development/Python3
License: BSD-3-Clause and MIT
Url: https://pypi.org/project/%modname

Vcs: https://github.com/simonpercivall/orderedset
Source: https://pypi.io/packages/source/o/%modname/%modname-%version.tar.gz


BuildRequires(pre): rpm-build-python3
BuildRequires: python3-devel python3-module-Cython python3-module-setuptools

%description
An Ordered Set implementation in Cython. Based on Raymond Hettinger's
OrderedSet recipe.

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
%__python3 setup.py test

%files
%python3_sitelibdir/*
%doc README* HISTORY*

%changelog

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

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