Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2003f052198c127f6cdf7c384acd0cb1 > files > 2

python-gevent-0.13.8-2.mga3.src.rpm

%define srcname gevent

Name:		python-%{srcname}
Version:	0.13.8
Release:	%mkrel 2
Summary:	A coroutine-based Python networking library
License:	MIT
Group:		System/Libraries
Url:		http://www.gevent.org/

Source0:	http://pypi.python.org/packages/source/g/%{srcname}/%{srcname}-%{version}.tar.gz

BuildRequires:	glibc-devel
BuildRequires:	python-devel
BuildRequires:	pkgconfig(libevent)

Requires:   pythonegg(greenlet)

%description
Gevent is a coroutine-based Python networking library that uses greenlet to
provide a high-level synchronous API on top of the libevent event loop.

%prep
%setup -q -n %{srcname}-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%{python_sitearch}/%{srcname}*



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.13.8-2.mga3
+ Revision: 378892
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Sep 26 2012 obgr_seneca <obgr_seneca> 0.13.8-1.mga3
+ Revision: 298233
- New version

* Sat Aug 25 2012 obgr_seneca <obgr_seneca> 0.13.7-4.mga3
+ Revision: 283889
- Rebuild for new python-greenlet

* Fri Jul 13 2012 obgr_seneca <obgr_seneca> 0.13.7-3.mga3
+ Revision: 270559
- Added missing require for python-greenlet

* Tue Jul 03 2012 obgr_seneca <obgr_seneca> 0.13.7-2.mga3
+ Revision: 266927
- rebuild against new libevent

* Tue May 29 2012 obgr_seneca <obgr_seneca> 0.13.7-1.mga3
+ Revision: 249191
- new version 0.13.7

* Mon Mar 12 2012 obgr_seneca <obgr_seneca> 0.13.6-1.mga2
+ Revision: 222990
- imported package python-gevent