rpms/python-eventlet/F-11 import.log, NONE, 1.1 python-eventlet.spec, NONE, 1.1 sources, 1.1, 1.2

Lev Shamardin abbot at fedoraproject.org
Wed Apr 21 19:23:50 UTC 2010


Author: abbot

Update of /cvs/pkgs/rpms/python-eventlet/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21966/F-11

Modified Files:
	sources 
Added Files:
	import.log python-eventlet.spec 
Log Message:
Initial import of python-eventlet-0.9.7-1 (BZ#582234) to other branches.



--- NEW FILE import.log ---
python-eventlet-0_9_7-1_fc12:HEAD:python-eventlet-0.9.7-1.fc12.src.rpm:1271876661


--- NEW FILE python-eventlet.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}

Name:           python-eventlet
Version:        0.9.7
Release:        1%{?dist}
Summary:        Highly concurrent networking library
Group:          Development/Libraries
License:        MIT
URL:            http://eventlet.net
Source0:        http://pypi.python.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python2-devel
BuildRequires:  python-setuptools
%if 0%{?fedora} > 8
BuildRequires:  python-sphinx
BuildRequires:  python-greenlet
%endif
Requires:       python-greenlet

%description
Eventlet is a networking library written in Python. It achieves high
scalability by using non-blocking io while at the same time retaining
high programmer usability by using coroutines to make the non-blocking
io operations appear blocking at the source code level.

%if 0%{?fedora} > 11
%package doc
Summary:        Documentation for %{name}
Group:          Documentation
Requires:       %{name} = %{version}-%{release}

%description doc
Documentation for the python-eventlet package.
%endif


%prep
%setup -q -n eventlet-%{version}
find -name '.*' -type f -exec rm {} \;

%build
%{__python} setup.py build
%if 0%{?fedora} > 11
pushd doc
make html
rm _build/html/.buildinfo
popd
%endif

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
rm -rf %{buildroot}%{python_sitelib}/benchmarks
 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NEWS README README.twisted
%{python_sitelib}/eventlet
%{python_sitelib}/eventlet*.egg-info

%if 0%{?fedora} > 11
%files doc
%defattr(-,root,root,-)
%doc doc/_build/html examples benchmarks tests
%endif

%changelog
* Wed Apr 14 2010 Lev Shamardin <shamardin at gmail.com> - 0.9.7-1
- Initial package version.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-eventlet/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2010 04:17:22 -0000	1.1
+++ sources	21 Apr 2010 19:23:50 -0000	1.2
@@ -0,0 +1 @@
+459dcaf02912eeaf226dc6c302374bb3  eventlet-0.9.7.tar.gz



More information about the scm-commits mailing list