Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 5ce61deb463f82c7cc96b62ea5395580 > files > 2

python-enthought-scimath-3.0.2-1mdv2009.0.src.rpm

%define tarname	SciMath
%define name	python-enthought-scimath
%define version	3.0.2
%define release %mkrel 1

Summary:	Enthought Tool Suite - SciMath project
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{tarname}-%{version}.tar.lzma
License:	BSD
Group:		Development/Python
Url:		http://code.enthought.com/projects/sci_math.php
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	python-enthought-enthoughtbase >= 3.0.1
Requires:	python-enthought-traits >= 3.0.3
Requires:	python-numpy >= 1.1.0
Requires:	python-scipy >= 0.5.2
BuildRequires:	python-numpy-devel >= 1.1.0
BuildRequires:	python-setuptools >= 0.6c8
%py_requires -d

%description
The SciMath project includes packages to support scientific and
mathematical calculations.

* enthought.interpolate
* enthought.mathematics
* enthought.units

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

%build
%__python setup.py build

%install
%__rm -rf %{buildroot}

%__python setup.py install --root=%{buildroot} --record=FILELIST

%clean
%__rm -rf %{buildroot}

%files -f FILELIST
%defattr(-,root,root)
%doc *.txt 


%changelog
* Fri Dec 12 2008 Lev Givon <lev@mandriva.org> 3.0.2-1mdv2009.1
+ Revision: 313640
- Update to 3.0.2.

* Fri Oct 31 2008 Lev Givon <lev@mandriva.org> 3.0.1-1mdv2009.1
+ Revision: 298943
- import python-enthought-scimath