rpms/python-repoze-what-plugins-sql/devel import.log, NONE, 1.1 python-repoze-what-plugins-sql-setuptools.patch, NONE, 1.1 python-repoze-what-plugins-sql.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Fri Jul 10 15:27:22 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-repoze-what-plugins-sql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26266/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-repoze-what-plugins-sql-setuptools.patch 
	python-repoze-what-plugins-sql.spec 
Log Message:
Initial commit of python-repoze-what-plugins-sql



--- NEW FILE import.log ---
python-repoze-what-plugins-sql-1_0-0_4_rc1_fc10:HEAD:python-repoze-what-plugins-sql-1.0-0.4.rc1.fc10.src.rpm:1247225066

python-repoze-what-plugins-sql-setuptools.patch:

--- NEW FILE python-repoze-what-plugins-sql-setuptools.patch ---
--- setup.py.orig	2009-06-05 07:44:02.000000000 -0400
+++ setup.py	2009-06-05 07:44:06.000000000 -0400
@@ -17,9 +17,6 @@
 
 import os
 
-from ez_setup import use_setuptools
-use_setuptools()
-
 from setuptools import setup, find_packages
 
 here = os.path.abspath(os.path.dirname(__file__))


--- NEW FILE python-repoze-what-plugins-sql.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-what-plugins-sql
Version:        1.0
Release:        0.4.%{rcver}%{?dist}
Summary:        The repoze.what SQL plugin

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

BuildRequires:  python-devel python-setuptools-devel python-nose
BuildRequires:  python-nose python-coverage
BuildRequires:  python-repoze-what 
BuildRequires:  python-sqlalchemy0.5

Requires:       python-repoze-what >= 1.0.3
Requires:       python-sqlalchemy0.5
Requires:       python-zope-interface
Requires:       python-repoze-who-plugins-sa

%description
This is an adapters and extras plugin for repoze.what.

The SQL plugin makes repoze.what support sources defined in SQLAlchemy-managed
databases by providing one group adapter, one permission adapter and one
utility to configure both in one go (optionally, when the group source and the
permission source have a relationship).

This plugin also defines repoze.what.plugins.quickstart.


%prep
%setup -q -n repoze.what.plugins.sql-%{version}%{rcver}
%patch0 -p0 -b .setuptools


%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
* Wed Jun 17 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.4.rc1
- Require python-sqlalchemy0.5

* Fri Jun 05 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.3.rc1
- Patch our setup.py to use our own setuptools package

* Sat May 30 2009 Luke Macken <lmacken at redhat.com> - 1.0-0.2.rc1
- Update to 1.0rc1

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-what-plugins-sql/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 Jul 2009 15:22:16 -0000	1.1
+++ .cvsignore	10 Jul 2009 15:27:22 -0000	1.2
@@ -0,0 +1 @@
+repoze.what.plugins.sql-1.0rc1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-what-plugins-sql/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 Jul 2009 15:22:16 -0000	1.1
+++ sources	10 Jul 2009 15:27:22 -0000	1.2
@@ -0,0 +1 @@
+0e3da6fed2c2d74732cbd8323476b21b  repoze.what.plugins.sql-1.0rc1.tar.gz




More information about the fedora-extras-commits mailing list