Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37535150
en ru br
ALT Linux repos
S:2.1.0-alt1

Group :: Development/Python3
RPM: python3-module-lazr.delegates

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin