|
| 1 | +Source: python-gnuplotlib |
| 2 | +Section: python |
| 3 | +Priority: optional |
| 4 | +Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all |
| 5 | +Maintainer: Dima Kogan < [email protected]> |
| 6 | +Standards-Version: 3.9.6 |
| 7 | +Homepage: http://github.com/dkogan/gnuplotlib |
| 8 | +Vcs-Git: https://github.com/dkogan/gnuplotlib.git |
| 9 | +Vcs-Browser: http://github.com/dkogan/gnuplotlib |
| 10 | + |
| 11 | +Package: python-gnuplotlib |
| 12 | +Architecture: all |
| 13 | +Depends: ${misc:Depends}, ${python:Depends}, |
| 14 | + gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot |
| 15 | +Description: Gnuplot-based plotter for numpy |
| 16 | + gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much |
| 17 | + as was possible, this module acts as a passive pass-through to Gnuplot, thus |
| 18 | + making available the full power and flexibility of the Gnuplot backend. |
| 19 | + |
| 20 | +Package: python3-gnuplotlib |
| 21 | +Architecture: all |
| 22 | +Depends: ${misc:Depends}, ${python3:Depends}, |
| 23 | + gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot |
| 24 | +Description: Gnuplot-based plotter for numpy |
| 25 | + gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much |
| 26 | + as was possible, this module acts as a passive pass-through to Gnuplot, thus |
| 27 | + making available the full power and flexibility of the Gnuplot backend. |
| 28 | + . |
| 29 | + This package contains the Python 3 version of the library. |
0 commit comments