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

Группа :: Разработка/Python
Пакет: python-module-Extremes

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

%define version 1.1.1
%define release alt1
%setup_python_module Extremes

Name: %packagename
Version:%version
Release: %release

Summary: Production-quality 'Min' and 'Max' objects

License: PSF or ZPL
Group: Development/Python
BuildArch: noarch
Url:  http://pypi.python.org/pypi/Extremes

Source: %modulename-%version.tar

%description
The ``peak.util.extremes`` module provides a production-quality implementation
of the ``Min`` and ``Max`` objects from PEP 326.  While PEP 326 was rejected
for inclusion in the language or standard library, the objects described in it
are useful in a variety of applications.  In PEAK, they have been used to
implement generic functions (in RuleDispatch and PEAK-Rules), as well as to
handle scheduling and time operations in the Trellis.  Because this has led to
each project copying the same code, we've now split the module out so it can
be used independently.

%prep
%setup -n %modulename-%version

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/peak/util/extremes*
%python_sitelibdir/Extremes*
%changelog

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

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