Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 80eb999c2c3c7c0b1fe0bd4bc092f847 > files > 1

python-zope.proxy-3.5.0-1mdv2010.0.src.rpm

Name:		python-zope.proxy
Version:	3.5.0
Release:	%mkrel 1
Group:		Development/Python
License:	Zope Public License
Summary:	Generic Transparent Proxies
#md5=ac5fc916b572bc3ff630b49cda52d94a
Source:		http://pypi.python.org/packages/source/z/zope.proxy/zope.proxy-3.5.0.tar.gz
URL:		http://pypi.python.org/pypi/zope.proxy/3.5.0
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires:	python-devel
BuildRequires:	python-setuptools

%description
Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the wrapped
object only when necessary to apply the policy (e.g., access checking,
location brokering, etc.) for which the proxy is responsible.

%prep
%setup -q -n zope.proxy-%{version}

%build

%install
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
%__rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)


%changelog
* Fri Aug 07 2009 Paulo Andrade <pcpa@mandriva.com.br> 3.5.0-1mdv2010.0
+ Revision: 411008
- Initial import of python-zope.proxy version 3.5.0.
- python-zope.proxy