Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > c2d839d30af1b69455f0381651a48a02 > files > 2

python-mpmath-0.14-1mdv2010.1.src.rpm

%define module	mpmath
%define name	python-%{module}
%define version	0.14
%define release	%mkrel 1

Summary:	Python library for symbolic mathematics
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	http://mpmath.googlecode.com/files/%{module}-%{version}.tar.gz
License:	BSD
Group:		Development/Python
Url:		http://mpmath.googlecode.com/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires: 	python-numpy
Suggests:	python-gmpy >= 1.03, python-pyglet
BuildArch:	noarch
%py_requires -d

BuildRequires:	python-sphinx


%description
Mpmath is a pure-Python library for multiprecision floating-point arithmetic.
It provides an extensive set of transcendental functions, unlimited exponent
sizes, complex numbers, interval arithmetic, numerical integration and
differentiation, root-finding, linear algebra, and much more. Almost any
calculation can be performed just as well at 10-digit or 1000-digit precision,
and in many cases mpmath implements asymptotically fast algorithms that scale
well for extremely high precision work. If available, mpmath will (optionally)
use gmpy to speed up high precision operations. 

%package	doc
Group:		Development/Other
Summary:	Documentation for python-%{name}

%description	doc
Documentation for python-%{name}.

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

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

pushd doc
    %__python build.py
    mkdir -p %{buildroot}/%{_docdir}/%{module}
    cp -far build/* %{buildroot}/%{_docdir}/%{module}
popd

%clean
%__rm -rf %{buildroot}

%files -f FILELIST
%defattr(-,root,root)

%files		doc
%defattr(-,root,root)
%dir %{_docdir}/%{module}
%{_docdir}/%{module}/*


%changelog
* Sat Feb 06 2010 Frederik Himpe <fhimpe@mandriva.org> 0.14-1mdv2010.1
+ Revision: 501447
- update to new version 0.14

* Fri Sep 18 2009 Paulo Andrade <pcpa@mandriva.com.br> 0.13-1mdv2010.0
+ Revision: 444223
- Initial import of python-mpmath 0.13.
- python-mpmath