rpms/python-repoze-who-plugins-sa/devel import.log, NONE, 1.1 python-repoze-who-plugins-sa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Thu Jul 16 07:15:42 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-who-plugins-sa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19735/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-repoze-who-plugins-sa.spec 
Log Message:
Initial import of python-repoze-who-plugins-sa



--- NEW FILE import.log ---
python-repoze-who-plugins-sa-1_0-0_2_rc1_fc10:HEAD:python-repoze-who-plugins-sa-1.0-0.2.rc1.fc10.src.rpm:1247728514


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

%define _rcver rc1

Name:           python-repoze-who-plugins-sa
Version:        1.0
Release:        0.2.%{_rcver}%{?dist}
Summary:        The repoze.who SQLAlchemy plugin

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

BuildRequires:  python-devel python-setuptools-devel python-repoze-who
BuildRequires:  python-elixir python-sqlalchemy python-coverage python-nose

Requires:       python-repoze-who
Requires:       python-sqlalchemy

%description
This plugin provides one repoze.who authenticator which works with SQLAlchemy
or Elixir-based models.


%prep
%setup -q -n repoze.who.plugins.sa-%{version}%{_rcver}


%build
%{__python} setup.py build


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


#%check
#PYTHONPATH=$(pwd) nosetests

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* Thu May 21 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.2.rc1
- Update to 1.0rc1
- Add python-elixir, python-sqlalchemy, python-coverage, python-nose,
  and python-repoze-who to the BuildRequires
- Remove the setuptools patch

* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.1.b2.r2909
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who-plugins-sa/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2009 05:33:34 -0000	1.1
+++ .cvsignore	16 Jul 2009 07:15:41 -0000	1.2
@@ -0,0 +1 @@
+repoze.who.plugins.sa-1.0rc1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who-plugins-sa/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2009 05:33:34 -0000	1.1
+++ sources	16 Jul 2009 07:15:41 -0000	1.2
@@ -0,0 +1 @@
+41b603e42c90c2f7e1096045c01bba17  repoze.who.plugins.sa-1.0rc1.tar.gz




More information about the fedora-extras-commits mailing list