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

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

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

%define modulename decoratortools

Name: python-module-%modulename
Version: 1.7
Release: alt2

%setup_python_module %modulename

Summary: Use class and function decorators -- even in Python 2.3
License: PSF or ZPL
Group: Development/Python

# svn://svn.eby-sarna.com/svnroot/DecoratorTools

Url: http://pypi.python.org/pypi/DecoratorTools
Packager: Vladimir V. Kamarzin <vvk at altlinux.org>
BuildArch: noarch

Source: %name-%version.tar

BuildPreReq: %py_dependencies setuptools
Requires: python-module-peak

%description
Want to use decorators, but still need to support Python 2.3? Wish you could have class decorators, decorate arbitrary assignments, or match decorated function signatures to their original functions? Want to get metaclass features without creating metaclasses? How about synchronized methods?

"DecoratorTools" gets you all of this and more.

%prep
%setup

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/peak/util/decorators*
%python_sitelibdir/*.egg-info

%changelog

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

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