rpms/python-webflash/F-10 import.log, NONE, 1.1 python-webflash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Tue Jun 2 02:21:31 UTC 2009


Author: lmacken

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

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


--- NEW FILE import.log ---
python-webflash-0_1-0_1_a9_fc10:F-10:python-webflash-0.1-0.1.a9.fc10.src.rpm:1243894704


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

%define package WebFlash
%define alphaver a9

Name:           python-webflash
Version:        0.1
Release:        0.1.%{alphaver}%{?dist}
Summary:        Portable flash messages for WSGI apps

Group:          Development/Languages
License:        MIT
URL:            http://python-rum.org/wiki/WebFlash
Source0:        http://pypi.python.org/packages/source/W/%{package}/%{package}-%{version}%{alphaver}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  python-devel python-setuptools-devel
BuildRequires:  python-nose python-simplejson
BuildRequires:  python-coverage

Requires:       python-simplejson

%description
WebFlash is a library to display "flash" messages in python web applications.
These messages are usually used to provide feedback to the user (eg: you
changes have been saved, your credit card number has been stolen, ...). One
important characteristic they must provide is the ability to survive a redirect
(ie: display the message in a page after being redirected from a form
submission).

%prep
%setup -q -n %{package}-%{version}%{alphaver}

%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}

%check
PYTHONPATH=$(pwd) nosetests

%clean
rm -rf %{buildroot}


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


%changelog
* Thu May 21 2009 Luke Macken <lmacken at redhat.com> 0.1-0.1.a9
- Update to 0.1a9
- Add python-coverage to the BuildRequires

* Wed Jan 21 2009 Luke Macken <lmacken at redhat.com> 0.1-0.1.a8
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-webflash/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 May 2009 20:13:00 -0000	1.1
+++ .cvsignore	2 Jun 2009 02:21:01 -0000	1.2
@@ -0,0 +1 @@
+WebFlash-0.1a9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-webflash/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 May 2009 20:13:01 -0000	1.1
+++ sources	2 Jun 2009 02:21:01 -0000	1.2
@@ -0,0 +1 @@
+faf2a563097baa7b24cf724565d5b1d0  WebFlash-0.1a9.tar.gz




More information about the fedora-extras-commits mailing list