Info2: << Package: pygist-py%type_pkg[python] Version: 1.5.23 Revision: 2 Description: Python interface for Gist Type: python (2.7) License: OSI-Approved Maintainer: None Depends: python%type_pkg[python], numeric-py%type_pkg[python], x11 BuildDepends: fink (>= 0.24.12), x11-dev Source: http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/python/pygist-%v.tar.gz Source-Checksum: SHA256(7b0ea3a44f366be8c905acf57f62209f4914fffc2f30e0c02ec62eaced0a93bf) PatchFile: pygist-py.patch PatchFile-MD5: d556f8f3b25e00889877c42ad553b525 PatchScript: sed 's|@PYTHON_VERSION@|%type_pkg[python]|g' <%{PatchFile} | 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/gist 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. << <<