Info2: << Package: spyder%type_pkg[qt]-py%type_pkg[python] Version: 2.1.9 Revision: 1 Maintainer: David Fang Homepage: http://packages.python.org/spyder/ License: OSI-Approved Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5 Type: python (2.4 2.5 2.6 2.7), qt (-mac -x11) Description: Scientific PYthon Development EnviRonment DescDetail: << Spyder is the Scientific PYthon Development EnviRonment: a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features and a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting). << DescUsage: << spyder is installed as %p/bin/spyder%type_pkg[qt]-py%type_pkg[python] << BuildDepends: distribute-py%type_pkg[python] Depends: << numpy-py%type_pkg[python], scipy-py%type_pkg[python], matplotlib-py%type_pkg[python], sphinx-py%type_pkg[python], ( %type_pkg[qt] = -mac ) pyqt4-mac-py%type_pkg[python], ( %type_pkg[qt] = -x11 ) pyqt4-py%type_pkg[python], python%type_pkg[python] << Source: http://spyderlib.googlecode.com/files/spyder-%v.zip Source-MD5: 051a4540ccca49976beec93c2d1f3d32 CompileScript: << #!/bin/sh -ev export PYTHONPATH=%p/lib/qt4%type_pkg[qt]/lib/python%type_raw[python]/site-packages %p/bin/python%type_raw[python] setup.py build << InstallScript: << #!/bin/sh -ev export PYTHONPATH=%p/lib/qt4%type_pkg[qt]/lib/python%type_raw[python]/site-packages %p/bin/python%type_raw[python] setup.py install --root %d mkdir -p %i/share/%n cp -R doc app_example %i/share/%n/ exe=spyder%type_pkg[qt]-py%type_pkg[python] mv %i/bin/spyder %i/bin/$exe.py { echo "#!/bin/sh" ; \ echo "export PYTHONPATH=%p/lib/qt4%type_pkg[qt]/lib/python%type_raw[python]/site-packages" ; \ echo "%p/bin/$exe.py" ; } > %i/bin/$exe chmod +x %i/bin/$exe << DocFiles: << PKG-INFO README << <<