]> git.pld-linux.org Git - packages/python-matplotlib.git/blame - python-matplotlib.spec
- unified
[packages/python-matplotlib.git] / python-matplotlib.spec
CommitLineData
0daef324
AM
1# TODO:
2# - files section
3%define module matplotlib
db475c22
JB
4Summary: Matlab(TM) style Python plotting package
5Summary(pl): Pakiet do rysowania w Pythonie podobny do Matlaba(TM)
0daef324 6Name: python-%{module}
81dd989a 7Version: 0.87.2
3a76081b 8Release: 0.2
0daef324
AM
9License: GPL
10Group: Libraries/Python
11Source0: http://dl.sourceforge.net/matplotlib/%{module}-%{version}.tar.gz
81dd989a 12# Source0-md5: 74dde3c3e33797f56ebd6ca578090f8e
0daef324 13URL: http://matplotlib.sourceforge.net/
0daef324 14BuildRequires: freetype-devel
db475c22
JB
15BuildRequires: ncurses-devel
16BuildRequires: python >= 2.2.1
0daef324 17BuildRequires: python-devel
3a76081b 18BuildRequires: python-pygtk-devel
7be7e972 19BuildRequires: python-numarray-devel
3a76081b 20BuildRequires: python-numpy-devel
db475c22 21%pyrequires_eq python-modules
dc98119e
JB
22Requires: python-numpy-FFT
23Requires: python-numpy-MA
0daef324
AM
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27matplotlib strives to produce publication quality 2D graphics using
28matlab plotting for inspiration. Although the main lib is object
29oriented, there is a functional interface "pylab" for people coming
30from Matlab.
31
db475c22
JB
32%description -l pl
33