Info2: << Package: pygist-py%type_pkg[python] Version: 1.5.23 Revision: 1 Description: Python interface for Gist Type: python(2.3 2.4) License: OSI-Approved Maintainer: Sebastien Maret Depends: python%type_pkg[python], numeric-py%type_pkg[python], x11 BuildDepends: x11-dev Source: http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/python/pygist-%v.tar.gz Source-MD5: 93647f8d0f64f1fdb5d8d45afcfec5f9 PatchScript: sed 's|@PYTHON_VERSION@|%type_pkg[python]|g' <%a/pygist-py.patch | patch -p1 CompileScript: << %p/bin/python%type_raw[python] setup.py config --x11 %p/bin/python%type_raw[python] setup.py build --x11 << InstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d --x11 << DocFiles: README RELEASE Homepage: http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/python/pygist.html DescDetail: << PyGist is a Python interface to the Gist scientific graphic library (the same library Yorick uses). It produces x-vs-y plots, 2-D quadrilateral mesh plots with contours, filled contours, vector fields, or pseudocolor maps on such meshes. Some 3-D plot capabilities are also available. << DescUsage: << This package installs the X11 version of PyGist. For a a demonstration of the capabilities of PyGist, type "from gist import gistdemolow" then "gistdemolow.run()" at the Python prompt. More examples can be found in the gistdemo3d and gistdemomovie modules. A manual is available on the PyGist's homepage. << <<