Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 513fd3c769322a2f9b58442f6c751669 > files > 2

python-enthought-3.1.0-1mdv2009.0.src.rpm

%define tarname	ETS
%define name	python-enthought
%define version 3.1.0
%define release %mkrel 	1

Summary: 	Enthought Tool Suite
Name: 	 	%{name}
Version: 	%{version}
Release: 	%{release}
Source0: 	%{tarname}-%{version}.tar.lzma
License: 	BSD
Group: 	 	Development/Python
Url: 	 	http://code.enthought.com/projects/tool-suite.php
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: 	noarch
Requires: 	python-enthought-apptools == 3.1.0
Requires: 	python-enthought-blockcanvas == 3.0.1
Requires:	python-enthought-codetools == 3.0.1
Requires:	python-enthought-chaco == 3.0.1
Requires: 	python-enthought-enable == 3.0.2
Requires: 	python-enthought-enthoughtbase == 3.0.1
Requires: 	python-enthought-envisagecore == 3.0.1
Requires: 	python-enthought-envisageplugins == 3.0.1
Requires: 	python-enthought-etsdevtools == 3.0.1
Requires: 	python-enthought-etsprojectools == 0.4.2
Requires: 	python-enthought-mayavi == 3.1.0
Requires: 	python-enthought-scimath == 3.0.2
Requires: 	python-enthought-traits == 3.0.3
Requires: 	python-enthought-traitsbackendqt == 3.0.3
Requires: 	python-enthought-traitsbackendwx == 3.0.3
Requires: 	python-enthought-traitsgui == 3.0.3
BuildRequires: 	python-setuptools >= 0.6c8
%py_requires -d

%description
The Enthought Tool Suite (ETS) is a collection of Python components
developed by Enthought and its partners to construct custom scientific
applications. It includes a wide variety of components including:

* An extensible application framework
* Application building blocks
* 2-D and 3-D graphics libraries
* Scientific and math libraries
* Developer tools

This package contains the dependencies for installing all of the
components comprised by the suite.

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

%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
* Thu Dec 11 2008 Lev Givon <lev@mandriva.org> 3.1.0-1mdv2009.1
+ Revision: 313486
- Update to 3.1.0.

* Fri Oct 31 2008 Lev Givon <lev@mandriva.org> 3.0.2-1mdv2009.1
+ Revision: 298928
- Update to 3.0.2.
- import python-enthought


* Tue Jul 15 2008 Lev Givon <lev@mandriva.org> 2.8.0-1mdv2008.1
- Package for Mandriva.