pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-qtgraph-qt5 x11/py-qtgraph-qt5: import py38-qtg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5642679db2e0
branches:  trunk
changeset: 449808:5642679db2e0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 06 08:31:49 2021 +0000

description:
x11/py-qtgraph-qt5: import py38-qtgraph-qt5-0.12.0

PyQtGraph is intended for use in mathematics / scientific / engineering
applications. Despite being written entirely in python, the library is fast
due to its heavy leverage of numpy for number crunching, Qt's GraphicsView
framework for 2D display, and OpenGL for 3D display.

diffstat:

 x11/py-qtgraph-qt5/DESCR    |     4 +
 x11/py-qtgraph-qt5/Makefile |    26 +
 x11/py-qtgraph-qt5/PLIST    |  1075 +++++++++++++++++++++++++++++++++++++++++++
 x11/py-qtgraph-qt5/distinfo |     6 +
 4 files changed, 1111 insertions(+), 0 deletions(-)

diffs (truncated from 1127 to 300 lines):

diff -r f4e7ea1be9a1 -r 5642679db2e0 x11/py-qtgraph-qt5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qtgraph-qt5/DESCR  Tue Apr 06 08:31:49 2021 +0000
@@ -0,0 +1,4 @@
+PyQtGraph is intended for use in mathematics / scientific / engineering
+applications. Despite being written entirely in python, the library is fast
+due to its heavy leverage of numpy for number crunching, Qt's GraphicsView
+framework for 2D display, and OpenGL for 3D display.
diff -r f4e7ea1be9a1 -r 5642679db2e0 x11/py-qtgraph-qt5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qtgraph-qt5/Makefile       Tue Apr 06 08:31:49 2021 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2021/04/06 08:31:49 tnn Exp $
+
+DISTNAME=      pyqtgraph-0.12.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=pyqtgraph/}
+GITHUB_TAG=    pyqtgraph-${PKGVERSION_NOREV}
+GITHUB_PROJECT=        pyqtgraph
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pyqtgraph/pyqtgraph
+COMMENT=       Scientific Graphics and GUI Library for Python
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.17:../../math/py-numpy
+# Optional deps
+DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27
+
+.include "../../lang/python/egg.mk"
+.include "../../x11/py-qt5/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f4e7ea1be9a1 -r 5642679db2e0 x11/py-qtgraph-qt5/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/py-qtgraph-qt5/PLIST  Tue Apr 06 08:31:49 2021 +0000
@@ -0,0 +1,1075 @@
+@comment $NetBSD: PLIST,v 1.1 2021/04/06 08:31:49 tnn Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/__init__.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialog.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt6.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyo
+${PYSITELIB}/pyqtgraph/PlotData.py
+${PYSITELIB}/pyqtgraph/PlotData.pyc
+${PYSITELIB}/pyqtgraph/PlotData.pyo
+${PYSITELIB}/pyqtgraph/Point.py
+${PYSITELIB}/pyqtgraph/Point.pyc
+${PYSITELIB}/pyqtgraph/Point.pyo
+${PYSITELIB}/pyqtgraph/Qt.py
+${PYSITELIB}/pyqtgraph/Qt.pyc
+${PYSITELIB}/pyqtgraph/Qt.pyo
+${PYSITELIB}/pyqtgraph/SRTTransform.py
+${PYSITELIB}/pyqtgraph/SRTTransform.pyc
+${PYSITELIB}/pyqtgraph/SRTTransform.pyo
+${PYSITELIB}/pyqtgraph/SRTTransform3D.py
+${PYSITELIB}/pyqtgraph/SRTTransform3D.pyc
+${PYSITELIB}/pyqtgraph/SRTTransform3D.pyo
+${PYSITELIB}/pyqtgraph/SignalProxy.py
+${PYSITELIB}/pyqtgraph/SignalProxy.pyc
+${PYSITELIB}/pyqtgraph/SignalProxy.pyo
+${PYSITELIB}/pyqtgraph/ThreadsafeTimer.py
+${PYSITELIB}/pyqtgraph/ThreadsafeTimer.pyc
+${PYSITELIB}/pyqtgraph/ThreadsafeTimer.pyo
+${PYSITELIB}/pyqtgraph/Transform3D.py
+${PYSITELIB}/pyqtgraph/Transform3D.pyc
+${PYSITELIB}/pyqtgraph/Transform3D.pyo
+${PYSITELIB}/pyqtgraph/Vector.py
+${PYSITELIB}/pyqtgraph/Vector.pyc
+${PYSITELIB}/pyqtgraph/Vector.pyo
+${PYSITELIB}/pyqtgraph/WidgetGroup.py
+${PYSITELIB}/pyqtgraph/WidgetGroup.pyc
+${PYSITELIB}/pyqtgraph/WidgetGroup.pyo
+${PYSITELIB}/pyqtgraph/__init__.py
+${PYSITELIB}/pyqtgraph/__init__.pyc
+${PYSITELIB}/pyqtgraph/__init__.pyo
+${PYSITELIB}/pyqtgraph/canvas/Canvas.py
+${PYSITELIB}/pyqtgraph/canvas/Canvas.pyc
+${PYSITELIB}/pyqtgraph/canvas/Canvas.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasItem.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasItem.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasItem.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasManager.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasManager.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasManager.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt5.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyqt6.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside2.pyo
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.py
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.pyc
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.pyo
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.py
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.pyc
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyqt6.pyo
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.py
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.pyc
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside2.pyo
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.py
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.pyc
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/canvas/__init__.py
+${PYSITELIB}/pyqtgraph/canvas/__init__.pyc
+${PYSITELIB}/pyqtgraph/canvas/__init__.pyo
+${PYSITELIB}/pyqtgraph/colormap.py
+${PYSITELIB}/pyqtgraph/colormap.pyc
+${PYSITELIB}/pyqtgraph/colormap.pyo
+${PYSITELIB}/pyqtgraph/configfile.py
+${PYSITELIB}/pyqtgraph/configfile.pyc
+${PYSITELIB}/pyqtgraph/configfile.pyo
+${PYSITELIB}/pyqtgraph/console/CmdInput.py
+${PYSITELIB}/pyqtgraph/console/CmdInput.pyc
+${PYSITELIB}/pyqtgraph/console/CmdInput.pyo
+${PYSITELIB}/pyqtgraph/console/Console.py
+${PYSITELIB}/pyqtgraph/console/Console.pyc
+${PYSITELIB}/pyqtgraph/console/Console.pyo
+${PYSITELIB}/pyqtgraph/console/__init__.py
+${PYSITELIB}/pyqtgraph/console/__init__.pyc
+${PYSITELIB}/pyqtgraph/console/__init__.pyo
+${PYSITELIB}/pyqtgraph/console/template_pyqt5.py
+${PYSITELIB}/pyqtgraph/console/template_pyqt5.pyc
+${PYSITELIB}/pyqtgraph/console/template_pyqt5.pyo
+${PYSITELIB}/pyqtgraph/console/template_pyqt6.py
+${PYSITELIB}/pyqtgraph/console/template_pyqt6.pyc
+${PYSITELIB}/pyqtgraph/console/template_pyqt6.pyo
+${PYSITELIB}/pyqtgraph/console/template_pyside2.py
+${PYSITELIB}/pyqtgraph/console/template_pyside2.pyc
+${PYSITELIB}/pyqtgraph/console/template_pyside2.pyo
+${PYSITELIB}/pyqtgraph/console/template_pyside6.py
+${PYSITELIB}/pyqtgraph/console/template_pyside6.pyc
+${PYSITELIB}/pyqtgraph/console/template_pyside6.pyo
+${PYSITELIB}/pyqtgraph/debug.py
+${PYSITELIB}/pyqtgraph/debug.pyc
+${PYSITELIB}/pyqtgraph/debug.pyo
+${PYSITELIB}/pyqtgraph/dockarea/Container.py
+${PYSITELIB}/pyqtgraph/dockarea/Container.pyc
+${PYSITELIB}/pyqtgraph/dockarea/Container.pyo
+${PYSITELIB}/pyqtgraph/dockarea/Dock.py
+${PYSITELIB}/pyqtgraph/dockarea/Dock.pyc
+${PYSITELIB}/pyqtgraph/dockarea/Dock.pyo
+${PYSITELIB}/pyqtgraph/dockarea/DockArea.py
+${PYSITELIB}/pyqtgraph/dockarea/DockArea.pyc
+${PYSITELIB}/pyqtgraph/dockarea/DockArea.pyo
+${PYSITELIB}/pyqtgraph/dockarea/DockDrop.py
+${PYSITELIB}/pyqtgraph/dockarea/DockDrop.pyc
+${PYSITELIB}/pyqtgraph/dockarea/DockDrop.pyo
+${PYSITELIB}/pyqtgraph/dockarea/__init__.py
+${PYSITELIB}/pyqtgraph/dockarea/__init__.pyc
+${PYSITELIB}/pyqtgraph/dockarea/__init__.pyo
+${PYSITELIB}/pyqtgraph/examples/Arrow.py
+${PYSITELIB}/pyqtgraph/examples/Arrow.pyc
+${PYSITELIB}/pyqtgraph/examples/Arrow.pyo
+${PYSITELIB}/pyqtgraph/examples/BarGraphItem.py
+${PYSITELIB}/pyqtgraph/examples/BarGraphItem.pyc
+${PYSITELIB}/pyqtgraph/examples/BarGraphItem.pyo
+${PYSITELIB}/pyqtgraph/examples/CLIexample.py
+${PYSITELIB}/pyqtgraph/examples/CLIexample.pyc
+${PYSITELIB}/pyqtgraph/examples/CLIexample.pyo
+${PYSITELIB}/pyqtgraph/examples/ColorButton.py
+${PYSITELIB}/pyqtgraph/examples/ColorButton.pyc
+${PYSITELIB}/pyqtgraph/examples/ColorButton.pyo
+${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.py
+${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyc
+${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyo
+${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.py
+${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.pyc
+${PYSITELIB}/pyqtgraph/examples/CustomGraphItem.pyo
+${PYSITELIB}/pyqtgraph/examples/DataSlicing.py
+${PYSITELIB}/pyqtgraph/examples/DataSlicing.pyc
+${PYSITELIB}/pyqtgraph/examples/DataSlicing.pyo
+${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.py
+${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.pyc
+${PYSITELIB}/pyqtgraph/examples/DataTreeWidget.pyo
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem.py
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem.pyc
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem.pyo
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.py
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.pyc
+${PYSITELIB}/pyqtgraph/examples/DateAxisItem_QtDesigner.pyo
+${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.py
+${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.pyc
+${PYSITELIB}/pyqtgraph/examples/DiffTreeWidget.pyo
+${PYSITELIB}/pyqtgraph/examples/Draw.py
+${PYSITELIB}/pyqtgraph/examples/Draw.pyc
+${PYSITELIB}/pyqtgraph/examples/Draw.pyo
+${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.py
+${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.pyc
+${PYSITELIB}/pyqtgraph/examples/ErrorBarItem.pyo
+${PYSITELIB}/pyqtgraph/examples/ExampleApp.py
+${PYSITELIB}/pyqtgraph/examples/ExampleApp.pyc
+${PYSITELIB}/pyqtgraph/examples/ExampleApp.pyo
+${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.py
+${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.pyc
+${PYSITELIB}/pyqtgraph/examples/FillBetweenItem.pyo
+${PYSITELIB}/pyqtgraph/examples/Flowchart.py
+${PYSITELIB}/pyqtgraph/examples/Flowchart.pyc
+${PYSITELIB}/pyqtgraph/examples/Flowchart.pyo
+${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.py
+${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.pyc
+${PYSITELIB}/pyqtgraph/examples/FlowchartCustomNode.pyo
+${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.py
+${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLImageItem.py
+${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLIsosurface.py
+${PYSITELIB}/pyqtgraph/examples/GLIsosurface.pyc
+${PYSITELIB}/pyqtgraph/examples/GLIsosurface.pyo
+${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.py
+${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLLinePlotItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLMeshItem.py
+${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.py
+${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLScatterPlotItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.py
+${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.pyc
+${PYSITELIB}/pyqtgraph/examples/GLSurfacePlot.pyo
+${PYSITELIB}/pyqtgraph/examples/GLViewWidget.py
+${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyc
+${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyo
+${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.py
+${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLVolumeItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLshaders.py
+${PYSITELIB}/pyqtgraph/examples/GLshaders.pyc
+${PYSITELIB}/pyqtgraph/examples/GLshaders.pyo
+${PYSITELIB}/pyqtgraph/examples/GradientEditor.py
+${PYSITELIB}/pyqtgraph/examples/GradientEditor.pyc
+${PYSITELIB}/pyqtgraph/examples/GradientEditor.pyo
+${PYSITELIB}/pyqtgraph/examples/GradientWidget.py
+${PYSITELIB}/pyqtgraph/examples/GradientWidget.pyc
+${PYSITELIB}/pyqtgraph/examples/GradientWidget.pyo
+${PYSITELIB}/pyqtgraph/examples/GraphItem.py
+${PYSITELIB}/pyqtgraph/examples/GraphItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GraphItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.py
+${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.pyc
+${PYSITELIB}/pyqtgraph/examples/GraphicsLayout.pyo
+${PYSITELIB}/pyqtgraph/examples/GraphicsScene.py
+${PYSITELIB}/pyqtgraph/examples/GraphicsScene.pyc
+${PYSITELIB}/pyqtgraph/examples/GraphicsScene.pyo
+${PYSITELIB}/pyqtgraph/examples/HistogramLUT.py
+${PYSITELIB}/pyqtgraph/examples/HistogramLUT.pyc
+${PYSITELIB}/pyqtgraph/examples/HistogramLUT.pyo
+${PYSITELIB}/pyqtgraph/examples/ImageItem.py
+${PYSITELIB}/pyqtgraph/examples/ImageItem.pyc
+${PYSITELIB}/pyqtgraph/examples/ImageItem.pyo
+${PYSITELIB}/pyqtgraph/examples/ImageView.py
+${PYSITELIB}/pyqtgraph/examples/ImageView.pyc
+${PYSITELIB}/pyqtgraph/examples/ImageView.pyo
+${PYSITELIB}/pyqtgraph/examples/InfiniteLine.py
+${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyc
+${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyo
+${PYSITELIB}/pyqtgraph/examples/JoystickButton.py
+${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyc
+${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyo
+${PYSITELIB}/pyqtgraph/examples/Legend.py
+${PYSITELIB}/pyqtgraph/examples/Legend.pyc
+${PYSITELIB}/pyqtgraph/examples/Legend.pyo



Home | Main Index | Thread Index | Old Index