rpms/python-gevent/devel import.log, NONE, 1.1 python-gevent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Wed May 5 20:34:00 UTC 2010


Author: silas

Update of /cvs/pkgs/rpms/python-gevent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4861/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-gevent.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
python-gevent-0_12_2-2_fc13:HEAD:python-gevent-0.12.2-2.fc13.src.rpm:1273091621


--- NEW FILE python-gevent.spec ---
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%global upstream_name gevent

Name:           python-%{upstream_name}
Version:        0.12.2
Release:        2%{?dist}
Summary:        A coroutine-based Python networking library

Group:          Development/Languages
License:        MIT
URL:            http://www.gevent.org/
Source0:        http://pypi.python.org/packages/source/g/gevent/gevent-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  libevent-devel >= 1.4.0
Requires:       python-greenlet

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

Features include:

  * convenient API around greenlets
  * familiar synchronization primitives (gevent.event, gevent.queue)
  * socket module that cooperates
  * WSGI server on top of libevent-http
  * DNS requests done through libevent-dns
  * monkey patching utility to get pure Python modules to cooperate

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

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
# Fix non-standard-executable-perm error
%{__chmod} 0755 %{buildroot}%{python_sitearch}/%{upstream_name}/core.so

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitearch}/%{upstream_name}
%{python_sitearch}/%{upstream_name}-%{version}-*.egg-info

%changelog
* Fri Apr 23 2010 Silas Sewell <silas at sewell.ch> - 0.12.2-2
- Remove setuptools requirement

* Wed Mar 17 2010 Silas Sewell <silas at sewell.ch> - 0.12.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-gevent/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Apr 2010 00:42:37 -0000	1.1
+++ .cvsignore	5 May 2010 20:34:00 -0000	1.2
@@ -0,0 +1 @@
+gevent-0.12.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-gevent/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Apr 2010 00:42:37 -0000	1.1
+++ sources	5 May 2010 20:34:00 -0000	1.2
@@ -0,0 +1 @@
+97c75039a67593d3f5375fb77f73bbe7  gevent-0.12.2.tar.gz



More information about the scm-commits mailing list