python-pandas/python-pandas.spec

66 lines
1.5 KiB
RPMSpec
Raw Normal View History

2012-08-30 06:53:02 +00:00
%{?filter_setup:
%filter_provides_in %{python_sitearch}.*\.so$
%filter_setup
}
Name: python-pandas
2012-12-24 09:47:10 +00:00
Version: 0.10.0
2012-11-08 06:49:11 +00:00
Release: 1%{?dist}
2012-08-30 06:53:02 +00:00
Summary: Python library providing high-performance data analysis tools
Group: Development/Languages
License: BSD
URL: http://pandas.pydata.org/
Source0: http://pypi.python.org/packages/source/p/pandas/pandas-%{version}.tar.gz
BuildRequires: python-devel, python-setuptools-devel, python-matplotlib
Requires: pytz
Requires: python-dateutil
Requires: numpy
Requires: scipy
2012-12-24 09:47:10 +00:00
Requires: python-tables
Requires: python-matplotlib
2012-08-30 06:53:02 +00:00
%description
pandas is an open source, BSD-licensed library providing
high-performance, easy-to-use data structures and data
analysis tools for the Python programming language.
%prep
%setup -q -n pandas-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%files
%doc PKG-INFO README.rst LICENSE
%{python_sitearch}/pandas*
%changelog
2012-12-24 09:47:10 +00:00
* Mon Dec 24 2012 Kushal Das <kushal@fedoraproject.org> 0.10.0-1
- New release of pandas 0.10.0
* Thu Nov 08 2012 Kushal Das <kushal@fedoraproject.org> 0.10.0-1
- New release of pandas 0.10.0
2012-11-08 06:49:11 +00:00
* Thu Nov 08 2012 Kushal Das <kushal@fedoraproject.org> 0.9-1
- New release of pandas
2012-08-30 06:53:02 +00:00
* Fri Aug 03 2012 Kushal Das <kushal@fedoraproject.org> 0.8.1-2
- Fixes from review request
* Tue Jul 10 2012 Kushal Das <kushal@fedoraproject.org> 0.8.1-1
- Initial release in Fedora