diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-05 10:01:59 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-05 10:01:59 +0000 |
commit | a2ef448835a9ab723b5a3d0e2eeeeacdbbbd6f1f (patch) | |
tree | 514f37a92fcc068d632f4474cad7be7b58fb9256 /dev-python/gnuplot-py/metadata.xml | |
parent | Support for non-interactive from wolf31o2 per bug #228677. (diff) | |
download | historical-a2ef448835a9ab723b5a3d0e2eeeeacdbbbd6f1f.tar.gz historical-a2ef448835a9ab723b5a3d0e2eeeeacdbbbd6f1f.tar.bz2 historical-a2ef448835a9ab723b5a3d0e2eeeeacdbbbd6f1f.zip |
Version bump. Removed old and numeric dependent versions. Added longdescription in metadata
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-python/gnuplot-py/metadata.xml')
-rw-r--r-- | dev-python/gnuplot-py/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/gnuplot-py/metadata.xml b/dev-python/gnuplot-py/metadata.xml index de483c53568f..e68eb65dc13f 100644 --- a/dev-python/gnuplot-py/metadata.xml +++ b/dev-python/gnuplot-py/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription lang="en"> + Gnuplot.py is a Python module that interfaces to gnuplot, the popular + plotting program. It allows you to use gnuplot from within Python to + plot arrays of data from memory, data files, or mathematical + functions. If you use Python to perform computations or as `glue' for + numerical programs, you can use this module to plot data on the fly as + they are computed. And the combination with Python makes it is easy to + automate things, including to create crude `animations' by plotting + different datasets one after another. +</longdescription> </pkgmetadata> |