rpms/python-repoze-who/F-10 import.log, NONE, 1.1 python-repoze-who-setup.patch, NONE, 1.1 python-repoze-who.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Wed May 27 04:30:40 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-who/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23016/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-repoze-who-setup.patch 
	python-repoze-who.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
python-repoze-who-1_0_13-1_fc10:F-10:python-repoze-who-1.0.13-1.fc10.src.rpm:1243384052

python-repoze-who-setup.patch:

--- NEW FILE python-repoze-who-setup.patch ---
--- setup.py.orig	2009-05-06 09:13:27.000000000 -0400
+++ setup.py	2009-05-06 09:13:34.000000000 -0400
@@ -14,9 +14,6 @@
 
 import os
 
-from ez_setup import use_setuptools
-use_setuptools()
-
 from setuptools import setup, find_packages
 
 __version__ = '1.0.13'


--- NEW FILE python-repoze-who.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-repoze-who
Version:        1.0.13
Release:        1%{?dist}
Summary:        An identification and authentication framework for WSGI

Group:          Development/Languages
License:        BSD
URL:            http://pypi.python.org/pypi/repoze.who
Source0:        http://pypi.python.org/packages/source/r/repoze.who/repoze.who-%{version}.tar.gz
Patch0:         %{name}-setup.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel python-setuptools-devel
Requires:       python-paste
Requires:       python-setuptools
Requires:       python-zope-interface

%description
repoze.who is an identification and authentication framework for arbitrary WSGI
applications.  It acts as WSGI middleware.

repoze.who is inspired by Zope 2's Pluggable Authentication Service (PAS) (but
repoze.who is not dependent on Zope in any way; it is useful for any WSGI
application).  It provides no facility for authorization (ensuring whether a
user can or cannot perform the operation implied by the request).  This is
considered to be the domain of the WSGI application.


%prep
%setup -q -n repoze.who-%{version}
%patch0 -b .setup


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README.txt COPYRIGHT.txt LICENSE.txt
%{python_sitelib}/*


%changelog
* Wed May 06 2009 Luke Macken <lmacken at redhat.com> - 1.0.13-1
- Update to the latest upstream release.

* Tue Oct 21 2008 Luke Macken <lmacken at redhat.com> - 1.0.7-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	22 May 2009 15:22:08 -0000	1.1
+++ .cvsignore	27 May 2009 04:30:09 -0000	1.2
@@ -0,0 +1 @@
+repoze.who-1.0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	22 May 2009 15:22:08 -0000	1.1
+++ sources	27 May 2009 04:30:10 -0000	1.2
@@ -0,0 +1 @@
+ac7b302e0baaa4b89b1013d9a72eba86  repoze.who-1.0.13.tar.gz




More information about the scm-commits mailing list