Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > c64fb97edb49ef222e6906032b943d12 > files > 2

python-twisted-flow-0.1.0-3mdk.src.rpm

Summary:        Flow is a generator-based async result flow module for Twisted
Name:           python-twisted-flow
Version: 0.1.0
Release: %mkrel 3
Source0:        http://tmrc.mit.edu/mirror/twisted/Flow/0.1/TwistedFlow-%{version}.tar.bz2
License:        MIT
Group:          Development/Python
URL:            http://twistedmatrix.com/projects/flow/
BuildRoot:      %{_tmppath}/%{name}-buildroot
BuildRequires:	python-devel python-twisted-core
Requires:       python-twisted-core
# for twisted.flow.web
Requires:       python-twisted-web

%description
Flow is a generator-based async result flow module for Twisted.

%prep
%setup -q -n TwistedFlow-%version

%build
%__python setup.py build

%install
%__rm -rf %buildroot
%__python setup.py install --root  %buildroot --install-purelib=%py_platsitedir


%clean
%__rm -rf %buildroot

%files
%defattr(0644,root,root,0755)
%doc LICENSE README doc/*
%py_platsitedir/twisted/flow/

%changelog
* Fri Jan 27 2006 Michael Scherer <misc@mandriva.org> 0.1.0-3mdk
- make it noarch, in order to make it work on x86_64, use macro

* Sun May 15 2005 Michael Scherer <misc@mandriva.org> 0.1.0-2mdk
- fix requires

* Sat May 14 2005 Michael Scherer <misc@mandriva.org> 0.1.0-1mdk
- Initial package