Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 14c49fb0fbb3182c2c28de8f646b89ee > files > 1

python-wxmpl-1.2.9-1mdv2008.0.src.rpm

%define module  wxmpl
%define name 	python-%{module}
%define version 1.2.9
%define release %mkrel 1

Summary: 	Painless matplotlib embedding in wxPython
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{module}-%{version}.tar.bz2
License: 	BSD-like
Group: 	 	Development/Python
Url: 		http://agni.phys.iit.edu/~kmcivor/wxmpl/
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python-devel
Requires:  	python-matplotlib, wxPython

%description
The wxmpl module provides a matplotlib FigureCanvas with
user-interaction features like point-under-cursor and zooming in on a
selected area.  Support for creating stripcharts (i.e., plots that
update as their data changes) is also included.

%prep
%setup -q -n %{module}-%{version}

%build
%__python setup.py build

%install
rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=INSTALLED_FILES

%clean
rm -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README.txt LICENSE.txt ChangeLog tutorial/ demos/



%changelog
* Sun Dec 16 2007 Lev Givon <lev@mandriva.org> 1.2.9-1mdv2008.1
+ Revision: 120766
- import python-wxmpl


* Sun Dec 16 2007 Lev Givon <lev@mandriva.org> 1.2.9-1mdv2008.0
- Update to 1.2.9.

* Thu Jun 21 2007 Lev Givon <lev@mandriva.org> 1.2.8-1mdv2007.1
- Initial Mandriva package.