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

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

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

%define _unpackaged_files_terminate_build 1
%define oname lazr.delegates

Name: python3-module-%oname
Version: 2.0.4
Release: alt2

Summary: Easily write objects that delegate behavior.
License: LGPLv3
Group: Development/Python3
Url: https://launchpad.net/lazr.delegates
BuildArch: noarch

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildPreReq: python3-module-setuptools
BuildPreReq: python3-devel
BuildRequires: python3-module-nose
BuildRequires: python3-module-zope.interface

Requires: python3-module-zope.interface
%py3_requires zope.interface.advice zope.interface.interfaces
%add_python3_req_skip lazr zope


%description
The lazr.delegates package makes it easy to write objects that delegate behavior
to another object. The new object adds some property or behavior on to the other
object, while still providing the underlying interface, and delegating behavior.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc README.* COPYING.*
%python3_sitelibdir/*


%changelog

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

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