Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 65053196c1de079dbe050755ecc2fca3 > files > 2

python-mpmath-0.17-1.mga3.src.rpm

Name: python-mpmath
Version: 0.17
Release: %mkrel 1
Summary: Python library for arbitrary-precision floating-point arithmetic
Group: Development/Python
License: BSD
URL: https://code.google.com/p/mpmath/
Source0: https://mpmath.googlecode.com/files/mpmath-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python
BuildRequires: python-setuptools
Suggests: python-gmpy
Suggests: python-matplotlib

%description
A Python library for arbitrary-precision floating-point arithmetic.

%prep
%setup -qn mpmath-%{version}

%build
python setup.py build

%install
python setup.py install --root=%{buildroot} --compile --optimize=2

%files
%doc README CHANGES
%{python_sitelib}/*


%changelog

* Tue Feb 12 2013 fwang <fwang> 0.17-1.mga3
+ Revision: 397969
- add suggests per upstream
- imported package python-mpmath