pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qtgraph-qt5
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 5 14:45:29 UTC 2024
Modified Files:
pkgsrc/x11/py-qtgraph-qt5: Makefile PLIST distinfo
Log Message:
py-qtgraph-qt5: updated to 0.13.7
pyqtgraph-0.13.7
* test_PolyLineROI now passes on non-AMD64 platforms
* Add note about NaN to int conversion
* remove functions.try_fastpath_argb as it triggered segfaults
* Allow users to specify FillRule for FillBetweenItem, undo regressionfrom
pyqtgraph-0.13.6
* bdist_wheel needs to grab peegee icons
What's Changed
Highlights
* add fastpath for float images with nans
* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* add ColorMapMenu to ColorBarItem
API/Behavior Changes
* add ColorMapMenu to ColorBarItem
* Add Vertical and Horizontal Line Symbols
Bug Fixes
* Filling correction for Fillbetweenitem
* Fix SpinBox SyntaxWarnings
* class Handle Fix allowing dict to be passed for handlePen and removing hard reset for width and cosmetic attributes
* numpy 2.0: workaround regression in rescaleData
Misc
* Add peegee as mkQApp application icon
* Add stubs for Qt modules
* set SymbolAtlas dpr to primary screen's dpr
* ImageView example: use levelMode="rgba"
* Remove deprecated use of paletteChanged
* Set Application Icon on windows
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-qtgraph-qt5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qtgraph-qt5/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/py-qtgraph-qt5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qtgraph-qt5/Makefile
diff -u pkgsrc/x11/py-qtgraph-qt5/Makefile:1.10 pkgsrc/x11/py-qtgraph-qt5/Makefile:1.11
--- pkgsrc/x11/py-qtgraph-qt5/Makefile:1.10 Sun Oct 22 11:34:58 2023
+++ pkgsrc/x11/py-qtgraph-qt5/Makefile Mon Aug 5 14:45:29 2024
@@ -1,27 +1,26 @@
-# $NetBSD: Makefile,v 1.10 2023/10/22 11:34:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/05 14:45:29 adam Exp $
-DISTNAME= pyqtgraph-0.12.0
+DISTNAME= pyqtgraph-0.13.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=pyqtgraph/}
-GITHUB_TAG= pyqtgraph-${PKGVERSION_NOREV}
-GITHUB_PROJECT= pyqtgraph
+CATEGORIES= x11 python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
# Optional deps
+DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
DEPENDS+= ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
-DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38 312
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 312 # py-OpenGL
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/py-qtgraph-qt5/PLIST
diff -u pkgsrc/x11/py-qtgraph-qt5/PLIST:1.1 pkgsrc/x11/py-qtgraph-qt5/PLIST:1.2
--- pkgsrc/x11/py-qtgraph-qt5/PLIST:1.1 Tue Apr 6 08:31:49 2021
+++ pkgsrc/x11/py-qtgraph-qt5/PLIST Mon Aug 5 14:45:29 2024
@@ -1,9 +1,9 @@
-@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
+@comment $NetBSD: PLIST,v 1.2 2024/08/05 14:45:29 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.py
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/GraphicsScene.pyo
@@ -13,18 +13,9 @@ ${PYSITELIB}/pyqtgraph/GraphicsScene/__i
${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/exportDialogTemplate_generic.py
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/GraphicsScene/exportDialogTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.py
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyc
${PYSITELIB}/pyqtgraph/GraphicsScene/mouseEvents.pyo
@@ -34,9 +25,30 @@ ${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/Qt/QtCore/__init__.py
+${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyc
+${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyi
+${PYSITELIB}/pyqtgraph/Qt/QtCore/__init__.pyo
+${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.py
+${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyc
+${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyi
+${PYSITELIB}/pyqtgraph/Qt/QtGui/__init__.pyo
+${PYSITELIB}/pyqtgraph/Qt/QtSvg.pyi
+${PYSITELIB}/pyqtgraph/Qt/QtTest.pyi
+${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.py
+${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyc
+${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyi
+${PYSITELIB}/pyqtgraph/Qt/QtWidgets/__init__.pyo
+${PYSITELIB}/pyqtgraph/Qt/__init__.py
+${PYSITELIB}/pyqtgraph/Qt/__init__.pyc
+${PYSITELIB}/pyqtgraph/Qt/__init__.pyi
+${PYSITELIB}/pyqtgraph/Qt/__init__.pyo
+${PYSITELIB}/pyqtgraph/Qt/compat/__init__.py
+${PYSITELIB}/pyqtgraph/Qt/compat/__init__.pyc
+${PYSITELIB}/pyqtgraph/Qt/compat/__init__.pyo
+${PYSITELIB}/pyqtgraph/Qt/internals.py
+${PYSITELIB}/pyqtgraph/Qt/internals.pyc
+${PYSITELIB}/pyqtgraph/Qt/internals.pyo
${PYSITELIB}/pyqtgraph/SRTTransform.py
${PYSITELIB}/pyqtgraph/SRTTransform.pyc
${PYSITELIB}/pyqtgraph/SRTTransform.pyo
@@ -70,36 +82,97 @@ ${PYSITELIB}/pyqtgraph/canvas/CanvasItem
${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/CanvasTemplate_generic.py
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/canvas/CanvasTemplate_generic.pyo
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.py
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/canvas/TransformGuiTemplate_generic.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/colors/__init__.py
+${PYSITELIB}/pyqtgraph/colors/__init__.pyc
+${PYSITELIB}/pyqtgraph/colors/__init__.pyo
+${PYSITELIB}/pyqtgraph/colors/maps/CC-BY license - applies to CET color map data.txt
+${PYSITELIB}/pyqtgraph/colors/maps/CC0 legal code - applies to virids, magma, plasma, inferno and cividis.txt
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C1s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C2s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C3.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C3s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C4.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C4s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C5.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C5s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C6.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C6s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C7.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-C7s.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBC1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBC2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBD1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBL1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBL2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTC1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTC2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTD1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTL1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-CBTL2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D10.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D11.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D12.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D13.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D1A.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D3.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D4.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D6.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D7.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D8.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-D9.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-I1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-I2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-I3.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L10.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L11.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L12.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L13.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L14.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L15.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L16.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L17.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L18.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L19.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L3.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L4.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L5.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L6.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L7.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L8.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-L9.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-R1.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-R2.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-R3.csv
+${PYSITELIB}/pyqtgraph/colors/maps/CET-R4.csv
+${PYSITELIB}/pyqtgraph/colors/maps/PAL-relaxed.hex
+${PYSITELIB}/pyqtgraph/colors/maps/PAL-relaxed_bright.hex
+${PYSITELIB}/pyqtgraph/colors/maps/cividis.csv
+${PYSITELIB}/pyqtgraph/colors/maps/inferno.csv
+${PYSITELIB}/pyqtgraph/colors/maps/magma.csv
+${PYSITELIB}/pyqtgraph/colors/maps/plasma.csv
+${PYSITELIB}/pyqtgraph/colors/maps/turbo.csv
+${PYSITELIB}/pyqtgraph/colors/maps/viridis.csv
+${PYSITELIB}/pyqtgraph/colors/palette.py
+${PYSITELIB}/pyqtgraph/colors/palette.pyc
+${PYSITELIB}/pyqtgraph/colors/palette.pyo
${PYSITELIB}/pyqtgraph/configfile.py
${PYSITELIB}/pyqtgraph/configfile.pyc
${PYSITELIB}/pyqtgraph/configfile.pyo
@@ -112,18 +185,15 @@ ${PYSITELIB}/pyqtgraph/console/Console.p
${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/console/exception_widget.py
+${PYSITELIB}/pyqtgraph/console/exception_widget.pyc
+${PYSITELIB}/pyqtgraph/console/exception_widget.pyo
+${PYSITELIB}/pyqtgraph/console/repl_widget.py
+${PYSITELIB}/pyqtgraph/console/repl_widget.pyc
+${PYSITELIB}/pyqtgraph/console/repl_widget.pyo
+${PYSITELIB}/pyqtgraph/console/stackwidget.py
+${PYSITELIB}/pyqtgraph/console/stackwidget.pyc
+${PYSITELIB}/pyqtgraph/console/stackwidget.pyo
${PYSITELIB}/pyqtgraph/debug.py
${PYSITELIB}/pyqtgraph/debug.pyc
${PYSITELIB}/pyqtgraph/debug.pyo
@@ -145,15 +215,24 @@ ${PYSITELIB}/pyqtgraph/dockarea/__init__
${PYSITELIB}/pyqtgraph/examples/Arrow.py
${PYSITELIB}/pyqtgraph/examples/Arrow.pyc
${PYSITELIB}/pyqtgraph/examples/Arrow.pyo
+${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.py
+${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.pyc
+${PYSITELIB}/pyqtgraph/examples/AxisItem_label_overlap.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/ColorBarItem.py
+${PYSITELIB}/pyqtgraph/examples/ColorBarItem.pyc
+${PYSITELIB}/pyqtgraph/examples/ColorBarItem.pyo
${PYSITELIB}/pyqtgraph/examples/ColorButton.py
${PYSITELIB}/pyqtgraph/examples/ColorButton.pyc
${PYSITELIB}/pyqtgraph/examples/ColorButton.pyo
+${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.py
+${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.pyc
+${PYSITELIB}/pyqtgraph/examples/ColorGradientPlots.pyo
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.py
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyc
${PYSITELIB}/pyqtgraph/examples/ConsoleWidget.pyo
@@ -196,6 +275,12 @@ ${PYSITELIB}/pyqtgraph/examples/Flowchar
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.py
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLBarGraphItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.py
+${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLGradientLegendItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLGraphItem.py
+${PYSITELIB}/pyqtgraph/examples/GLGraphItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLGraphItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLImageItem.py
${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLImageItem.pyo
@@ -208,12 +293,18 @@ ${PYSITELIB}/pyqtgraph/examples/GLLinePl
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.py
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyc
${PYSITELIB}/pyqtgraph/examples/GLMeshItem.pyo
+${PYSITELIB}/pyqtgraph/examples/GLPainterItem.py
+${PYSITELIB}/pyqtgraph/examples/GLPainterItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLPainterItem.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/GLTextItem.py
+${PYSITELIB}/pyqtgraph/examples/GLTextItem.pyc
+${PYSITELIB}/pyqtgraph/examples/GLTextItem.pyo
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.py
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyc
${PYSITELIB}/pyqtgraph/examples/GLViewWidget.pyo
@@ -250,6 +341,9 @@ ${PYSITELIB}/pyqtgraph/examples/ImageVie
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.py
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyc
${PYSITELIB}/pyqtgraph/examples/InfiniteLine.pyo
+${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.py
+${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.pyc
+${PYSITELIB}/pyqtgraph/examples/InteractiveParameter.pyo
${PYSITELIB}/pyqtgraph/examples/JoystickButton.py
${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyc
${PYSITELIB}/pyqtgraph/examples/JoystickButton.pyo
@@ -259,15 +353,18 @@ ${PYSITELIB}/pyqtgraph/examples/Legend.p
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.py
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.pyc
${PYSITELIB}/pyqtgraph/examples/LogPlotTest.pyo
+${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.py
+${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.pyc
+${PYSITELIB}/pyqtgraph/examples/MatrixDisplayExample.pyo
${PYSITELIB}/pyqtgraph/examples/MouseSelection.py
${PYSITELIB}/pyqtgraph/examples/MouseSelection.pyc
${PYSITELIB}/pyqtgraph/examples/MouseSelection.pyo
+${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.py
+${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.pyc
+${PYSITELIB}/pyqtgraph/examples/MultiDataPlot.pyo
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/MultiPlotSpeedTest.pyo
-${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.py
-${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.pyc
-${PYSITELIB}/pyqtgraph/examples/MultiPlotWidget.pyo
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.py
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.pyc
${PYSITELIB}/pyqtgraph/examples/MultiplePlotAxes.pyo
@@ -307,6 +404,9 @@ ${PYSITELIB}/pyqtgraph/examples/RemoteGr
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/RemoteSpeedTest.pyo
+${PYSITELIB}/pyqtgraph/examples/RunExampleApp.py
+${PYSITELIB}/pyqtgraph/examples/RunExampleApp.pyc
+${PYSITELIB}/pyqtgraph/examples/RunExampleApp.pyo
${PYSITELIB}/pyqtgraph/examples/ScaleBar.py
${PYSITELIB}/pyqtgraph/examples/ScaleBar.pyc
${PYSITELIB}/pyqtgraph/examples/ScaleBar.pyo
@@ -337,18 +437,9 @@ ${PYSITELIB}/pyqtgraph/examples/TreeWidg
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.py
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.pyc
${PYSITELIB}/pyqtgraph/examples/VideoSpeedTest.pyo
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/examples/VideoTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.py
+${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/examples/VideoTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/examples/ViewBox.py
${PYSITELIB}/pyqtgraph/examples/ViewBox.pyc
${PYSITELIB}/pyqtgraph/examples/ViewBox.pyo
@@ -364,12 +455,24 @@ ${PYSITELIB}/pyqtgraph/examples/__init__
${PYSITELIB}/pyqtgraph/examples/__main__.py
${PYSITELIB}/pyqtgraph/examples/__main__.pyc
${PYSITELIB}/pyqtgraph/examples/__main__.pyo
+${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.py
+${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.pyc
+${PYSITELIB}/pyqtgraph/examples/_buildParamTypes.pyo
+${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.py
+${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.pyc
+${PYSITELIB}/pyqtgraph/examples/_paramtreecfg.pyo
${PYSITELIB}/pyqtgraph/examples/beeswarm.py
${PYSITELIB}/pyqtgraph/examples/beeswarm.pyc
${PYSITELIB}/pyqtgraph/examples/beeswarm.pyo
${PYSITELIB}/pyqtgraph/examples/colorMaps.py
${PYSITELIB}/pyqtgraph/examples/colorMaps.pyc
${PYSITELIB}/pyqtgraph/examples/colorMaps.pyo
+${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.py
+${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.pyc
+${PYSITELIB}/pyqtgraph/examples/colorMapsLinearized.pyo
+${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.py
+${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.pyc
+${PYSITELIB}/pyqtgraph/examples/console_exception_inspection.pyo
${PYSITELIB}/pyqtgraph/examples/contextMenu.py
${PYSITELIB}/pyqtgraph/examples/contextMenu.pyc
${PYSITELIB}/pyqtgraph/examples/contextMenu.pyo
@@ -382,27 +485,27 @@ ${PYSITELIB}/pyqtgraph/examples/customGr
${PYSITELIB}/pyqtgraph/examples/customPlot.py
${PYSITELIB}/pyqtgraph/examples/customPlot.pyc
${PYSITELIB}/pyqtgraph/examples/customPlot.pyo
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.py
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.pyc
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/plotTest.pyo
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.py
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.pyc
+${PYSITELIB}/pyqtgraph/examples/cx_freeze/setup.pyo
${PYSITELIB}/pyqtgraph/examples/designerExample.py
${PYSITELIB}/pyqtgraph/examples/designerExample.pyc
${PYSITELIB}/pyqtgraph/examples/designerExample.pyo
${PYSITELIB}/pyqtgraph/examples/dockarea.py
${PYSITELIB}/pyqtgraph/examples/dockarea.pyc
${PYSITELIB}/pyqtgraph/examples/dockarea.pyo
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.py
+${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/examples/exampleLoaderTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/examples/fractal.py
${PYSITELIB}/pyqtgraph/examples/fractal.pyc
${PYSITELIB}/pyqtgraph/examples/fractal.pyo
+${PYSITELIB}/pyqtgraph/examples/glow.py
+${PYSITELIB}/pyqtgraph/examples/glow.pyc
+${PYSITELIB}/pyqtgraph/examples/glow.pyo
${PYSITELIB}/pyqtgraph/examples/hdf5.py
${PYSITELIB}/pyqtgraph/examples/hdf5.pyc
${PYSITELIB}/pyqtgraph/examples/hdf5.pyo
@@ -415,12 +518,12 @@ ${PYSITELIB}/pyqtgraph/examples/imageAna
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.py
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.pyc
${PYSITELIB}/pyqtgraph/examples/infiniteline_performance.pyo
-${PYSITELIB}/pyqtgraph/examples/initExample.py
-${PYSITELIB}/pyqtgraph/examples/initExample.pyc
-${PYSITELIB}/pyqtgraph/examples/initExample.pyo
${PYSITELIB}/pyqtgraph/examples/isocurve.py
${PYSITELIB}/pyqtgraph/examples/isocurve.pyc
${PYSITELIB}/pyqtgraph/examples/isocurve.pyo
+${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.py
+${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.pyc
+${PYSITELIB}/pyqtgraph/examples/jupyter_console_example.pyo
${PYSITELIB}/pyqtgraph/examples/linkedViews.py
${PYSITELIB}/pyqtgraph/examples/linkedViews.pyc
${PYSITELIB}/pyqtgraph/examples/linkedViews.pyo
@@ -449,6 +552,12 @@ ${PYSITELIB}/pyqtgraph/examples/parallel
${PYSITELIB}/pyqtgraph/examples/parametertree.py
${PYSITELIB}/pyqtgraph/examples/parametertree.pyc
${PYSITELIB}/pyqtgraph/examples/parametertree.pyo
+${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.py
+${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.pyc
+${PYSITELIB}/pyqtgraph/examples/py2exe/plotTest.pyo
+${PYSITELIB}/pyqtgraph/examples/py2exe/setup.py
+${PYSITELIB}/pyqtgraph/examples/py2exe/setup.pyc
+${PYSITELIB}/pyqtgraph/examples/py2exe/setup.pyo
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.py
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.pyc
${PYSITELIB}/pyqtgraph/examples/relativity/__init__.pyo
@@ -470,9 +579,6 @@ ${PYSITELIB}/pyqtgraph/examples/syntax.p
${PYSITELIB}/pyqtgraph/examples/template.py
${PYSITELIB}/pyqtgraph/examples/template.pyc
${PYSITELIB}/pyqtgraph/examples/template.pyo
-${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.py
-${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.pyc
-${PYSITELIB}/pyqtgraph/examples/test_ExampleApp.pyo
${PYSITELIB}/pyqtgraph/examples/test_examples.py
${PYSITELIB}/pyqtgraph/examples/test_examples.pyc
${PYSITELIB}/pyqtgraph/examples/test_examples.pyo
@@ -521,54 +627,15 @@ ${PYSITELIB}/pyqtgraph/exporters/SVGExpo
${PYSITELIB}/pyqtgraph/exporters/__init__.py
${PYSITELIB}/pyqtgraph/exporters/__init__.pyc
${PYSITELIB}/pyqtgraph/exporters/__init__.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/__init__.py
-${PYSITELIB}/pyqtgraph/exporters/tests/__init__.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/__init__.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.py
-${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/test_csv.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.py
-${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/test_hdf5.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/test_image.py
-${PYSITELIB}/pyqtgraph/exporters/tests/test_image.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/test_image.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.py
-${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/test_matplotlib.pyo
-${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.py
-${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.pyc
-${PYSITELIB}/pyqtgraph/exporters/tests/test_svg.pyo
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.py
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.pyc
${PYSITELIB}/pyqtgraph/flowchart/Flowchart.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.py
+${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/flowchart/FlowchartCtrlTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.py
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.pyc
${PYSITELIB}/pyqtgraph/flowchart/FlowchartGraphicsView.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/flowchart/FlowchartTemplate_pyside6.pyo
${PYSITELIB}/pyqtgraph/flowchart/Node.py
${PYSITELIB}/pyqtgraph/flowchart/Node.pyc
${PYSITELIB}/pyqtgraph/flowchart/Node.pyo
@@ -608,6 +675,12 @@ ${PYSITELIB}/pyqtgraph/frozenSupport.pyo
${PYSITELIB}/pyqtgraph/functions.py
${PYSITELIB}/pyqtgraph/functions.pyc
${PYSITELIB}/pyqtgraph/functions.pyo
+${PYSITELIB}/pyqtgraph/functions_numba.py
+${PYSITELIB}/pyqtgraph/functions_numba.pyc
+${PYSITELIB}/pyqtgraph/functions_numba.pyo
+${PYSITELIB}/pyqtgraph/functions_qimage.py
+${PYSITELIB}/pyqtgraph/functions_qimage.pyc
+${PYSITELIB}/pyqtgraph/functions_qimage.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ArrowItem.pyo
@@ -620,6 +693,9 @@ ${PYSITELIB}/pyqtgraph/graphicsItems/Bar
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ButtonItem.pyo
+${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.py
+${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.pyc
+${PYSITELIB}/pyqtgraph/graphicsItems/ColorBarItem.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.py
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/CurvePoint.pyo
@@ -638,6 +714,9 @@ ${PYSITELIB}/pyqtgraph/graphicsItems/Gra
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.py
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GradientLegend.pyo
+${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.py
+${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.pyc
+${PYSITELIB}/pyqtgraph/graphicsItems/GradientPresets.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.py
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/GraphItem.pyo
@@ -704,24 +783,9 @@ ${PYSITELIB}/pyqtgraph/graphicsItems/Plo
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/__init__.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside6.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/__init__.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.py
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/tests/test_PlotItem.pyo
+${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.py
+${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.py
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ROI.pyo
@@ -752,24 +816,12 @@ ${PYSITELIB}/pyqtgraph/graphicsItems/Vie
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/__init__.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.py
+${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.py
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.pyc
${PYSITELIB}/pyqtgraph/graphicsItems/__init__.pyo
-${PYSITELIB}/pyqtgraph/graphicsWindows.py
-${PYSITELIB}/pyqtgraph/graphicsWindows.pyc
-${PYSITELIB}/pyqtgraph/graphicsWindows.pyo
${PYSITELIB}/pyqtgraph/icons/__init__.py
${PYSITELIB}/pyqtgraph/icons/__init__.pyc
${PYSITELIB}/pyqtgraph/icons/__init__.pyo
@@ -779,24 +831,29 @@ ${PYSITELIB}/pyqtgraph/icons/default.png
${PYSITELIB}/pyqtgraph/icons/icons.svg
${PYSITELIB}/pyqtgraph/icons/invisibleEye.svg
${PYSITELIB}/pyqtgraph/icons/lock.png
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee.svg
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_128px.png
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_128px%2x.png@localhost
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_192px.png
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_256px.png
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_256px%2x.png@localhost
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_512px.png
+${PYSITELIB}/pyqtgraph/icons/peegee/peegee_512px%2x.png@localhost
${PYSITELIB}/pyqtgraph/imageview/ImageView.py
${PYSITELIB}/pyqtgraph/imageview/ImageView.pyc
${PYSITELIB}/pyqtgraph/imageview/ImageView.pyo
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.py
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.pyc
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt5.pyo
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.py
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.pyc
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyqt6.pyo
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.py
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.pyc
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside2.pyo
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.py
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.pyc
-${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_pyside6.pyo
+${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.py
+${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.pyc
+${PYSITELIB}/pyqtgraph/imageview/ImageViewTemplate_generic.pyo
${PYSITELIB}/pyqtgraph/imageview/__init__.py
${PYSITELIB}/pyqtgraph/imageview/__init__.pyc
${PYSITELIB}/pyqtgraph/imageview/__init__.pyo
+${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.py
+${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.pyc
+${PYSITELIB}/pyqtgraph/jupyter/GraphicsView.pyo
+${PYSITELIB}/pyqtgraph/jupyter/__init__.py
+${PYSITELIB}/pyqtgraph/jupyter/__init__.pyc
+${PYSITELIB}/pyqtgraph/jupyter/__init__.pyo
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.py
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.pyc
${PYSITELIB}/pyqtgraph/metaarray/MetaArray.pyo
@@ -830,9 +887,6 @@ ${PYSITELIB}/pyqtgraph/opengl/MeshData.p
${PYSITELIB}/pyqtgraph/opengl/__init__.py
${PYSITELIB}/pyqtgraph/opengl/__init__.pyc
${PYSITELIB}/pyqtgraph/opengl/__init__.pyo
-${PYSITELIB}/pyqtgraph/opengl/glInfo.py
-${PYSITELIB}/pyqtgraph/opengl/glInfo.pyc
-${PYSITELIB}/pyqtgraph/opengl/glInfo.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLAxisItem.pyo
@@ -842,6 +896,12 @@ ${PYSITELIB}/pyqtgraph/opengl/items/GLBa
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLBoxItem.pyo
+${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.py
+${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.pyc
+${PYSITELIB}/pyqtgraph/opengl/items/GLGradientLegendItem.pyo
+${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.py
+${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.pyc
+${PYSITELIB}/pyqtgraph/opengl/items/GLGraphItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLGridItem.pyo
@@ -860,6 +920,9 @@ ${PYSITELIB}/pyqtgraph/opengl/items/GLSc
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLSurfacePlotItem.pyo
+${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.py
+${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.pyc
+${PYSITELIB}/pyqtgraph/opengl/items/GLTextItem.pyo
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.py
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.pyc
${PYSITELIB}/pyqtgraph/opengl/items/GLVolumeItem.pyo
@@ -869,9 +932,6 @@ ${PYSITELIB}/pyqtgraph/opengl/items/__in
${PYSITELIB}/pyqtgraph/opengl/shaders.py
${PYSITELIB}/pyqtgraph/opengl/shaders.pyc
${PYSITELIB}/pyqtgraph/opengl/shaders.pyo
-${PYSITELIB}/pyqtgraph/ordereddict.py
-${PYSITELIB}/pyqtgraph/ordereddict.pyc
-${PYSITELIB}/pyqtgraph/ordereddict.pyo
${PYSITELIB}/pyqtgraph/parametertree/Parameter.py
${PYSITELIB}/pyqtgraph/parametertree/Parameter.pyc
${PYSITELIB}/pyqtgraph/parametertree/Parameter.pyo
@@ -890,60 +950,72 @@ ${PYSITELIB}/pyqtgraph/parametertree/Sys
${PYSITELIB}/pyqtgraph/parametertree/__init__.py
${PYSITELIB}/pyqtgraph/parametertree/__init__.pyc
${PYSITELIB}/pyqtgraph/parametertree/__init__.pyo
-${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.py
-${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.pyc
-${PYSITELIB}/pyqtgraph/parametertree/parameterTypes.pyo
-${PYSITELIB}/pyqtgraph/pgcollections.py
-${PYSITELIB}/pyqtgraph/pgcollections.pyc
-${PYSITELIB}/pyqtgraph/pgcollections.pyo
-${PYSITELIB}/pyqtgraph/ptime.py
-${PYSITELIB}/pyqtgraph/ptime.pyc
-${PYSITELIB}/pyqtgraph/ptime.pyo
-${PYSITELIB}/pyqtgraph/python2_3.py
-${PYSITELIB}/pyqtgraph/python2_3.pyc
-${PYSITELIB}/pyqtgraph/python2_3.pyo
+${PYSITELIB}/pyqtgraph/parametertree/interactive.py
+${PYSITELIB}/pyqtgraph/parametertree/interactive.pyc
+${PYSITELIB}/pyqtgraph/parametertree/interactive.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/__init__.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/action.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/actiongroup.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/basetypes.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/bool.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/calendar.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/checklist.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/color.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormap.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/colormaplut.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/file.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/font.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/list.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/numeric.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/pen.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/progress.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/qtenum.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/slider.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/str.pyo
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.py
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.pyc
+${PYSITELIB}/pyqtgraph/parametertree/parameterTypes/text.pyo
${PYSITELIB}/pyqtgraph/reload.py
${PYSITELIB}/pyqtgraph/reload.pyc
${PYSITELIB}/pyqtgraph/reload.pyo
-${PYSITELIB}/pyqtgraph/tests/__init__.py
-${PYSITELIB}/pyqtgraph/tests/__init__.pyc
-${PYSITELIB}/pyqtgraph/tests/__init__.pyo
-${PYSITELIB}/pyqtgraph/tests/image_testing.py
-${PYSITELIB}/pyqtgraph/tests/image_testing.pyc
-${PYSITELIB}/pyqtgraph/tests/image_testing.pyo
-${PYSITELIB}/pyqtgraph/tests/test_Vector.py
-${PYSITELIB}/pyqtgraph/tests/test_Vector.pyc
-${PYSITELIB}/pyqtgraph/tests/test_Vector.pyo
-${PYSITELIB}/pyqtgraph/tests/test_configparser.py
-${PYSITELIB}/pyqtgraph/tests/test_configparser.pyc
-${PYSITELIB}/pyqtgraph/tests/test_configparser.pyo
-${PYSITELIB}/pyqtgraph/tests/test_exit_crash.py
-${PYSITELIB}/pyqtgraph/tests/test_exit_crash.pyc
-${PYSITELIB}/pyqtgraph/tests/test_exit_crash.pyo
-${PYSITELIB}/pyqtgraph/tests/test_functions.py
-${PYSITELIB}/pyqtgraph/tests/test_functions.pyc
-${PYSITELIB}/pyqtgraph/tests/test_functions.pyo
-${PYSITELIB}/pyqtgraph/tests/test_qt.py
-${PYSITELIB}/pyqtgraph/tests/test_qt.pyc
-${PYSITELIB}/pyqtgraph/tests/test_qt.pyo
-${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.py
-${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.pyc
-${PYSITELIB}/pyqtgraph/tests/test_ref_cycles.pyo
-${PYSITELIB}/pyqtgraph/tests/test_reload.py
-${PYSITELIB}/pyqtgraph/tests/test_reload.pyc
-${PYSITELIB}/pyqtgraph/tests/test_reload.pyo
-${PYSITELIB}/pyqtgraph/tests/test_signalproxy.py
-${PYSITELIB}/pyqtgraph/tests/test_signalproxy.pyc
-${PYSITELIB}/pyqtgraph/tests/test_signalproxy.pyo
-${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.py
-${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.pyc
-${PYSITELIB}/pyqtgraph/tests/test_srttransform3d.pyo
-${PYSITELIB}/pyqtgraph/tests/test_stability.py
-${PYSITELIB}/pyqtgraph/tests/test_stability.pyc
-${PYSITELIB}/pyqtgraph/tests/test_stability.pyo
-${PYSITELIB}/pyqtgraph/tests/ui_testing.py
-${PYSITELIB}/pyqtgraph/tests/ui_testing.pyc
-${PYSITELIB}/pyqtgraph/tests/ui_testing.pyo
${PYSITELIB}/pyqtgraph/units.py
${PYSITELIB}/pyqtgraph/units.pyc
${PYSITELIB}/pyqtgraph/units.pyo
@@ -971,15 +1043,15 @@ ${PYSITELIB}/pyqtgraph/util/garbage_coll
${PYSITELIB}/pyqtgraph/util/get_resolution.py
${PYSITELIB}/pyqtgraph/util/get_resolution.pyc
${PYSITELIB}/pyqtgraph/util/get_resolution.pyo
-${PYSITELIB}/pyqtgraph/util/lru_cache.py
-${PYSITELIB}/pyqtgraph/util/lru_cache.pyc
-${PYSITELIB}/pyqtgraph/util/lru_cache.pyo
+${PYSITELIB}/pyqtgraph/util/glinfo.py
+${PYSITELIB}/pyqtgraph/util/glinfo.pyc
+${PYSITELIB}/pyqtgraph/util/glinfo.pyo
${PYSITELIB}/pyqtgraph/util/mutex.py
${PYSITELIB}/pyqtgraph/util/mutex.pyc
${PYSITELIB}/pyqtgraph/util/mutex.pyo
-${PYSITELIB}/pyqtgraph/util/pil_fix.py
-${PYSITELIB}/pyqtgraph/util/pil_fix.pyc
-${PYSITELIB}/pyqtgraph/util/pil_fix.pyo
+${PYSITELIB}/pyqtgraph/util/numba_helper.py
+${PYSITELIB}/pyqtgraph/util/numba_helper.pyc
+${PYSITELIB}/pyqtgraph/util/numba_helper.pyo
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.py
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.pyc
${PYSITELIB}/pyqtgraph/widgets/BusyCursor.pyo
@@ -989,6 +1061,12 @@ ${PYSITELIB}/pyqtgraph/widgets/CheckTabl
${PYSITELIB}/pyqtgraph/widgets/ColorButton.py
${PYSITELIB}/pyqtgraph/widgets/ColorButton.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorButton.pyo
+${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.py
+${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.pyc
+${PYSITELIB}/pyqtgraph/widgets/ColorMapButton.pyo
+${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.py
+${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.pyc
+${PYSITELIB}/pyqtgraph/widgets/ColorMapMenu.pyo
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.py
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/ColorMapWidget.pyo
@@ -1040,6 +1118,9 @@ ${PYSITELIB}/pyqtgraph/widgets/MultiPlot
${PYSITELIB}/pyqtgraph/widgets/PathButton.py
${PYSITELIB}/pyqtgraph/widgets/PathButton.pyc
${PYSITELIB}/pyqtgraph/widgets/PathButton.pyo
+${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.py
+${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.pyc
+${PYSITELIB}/pyqtgraph/widgets/PenPreviewLabel.pyo
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.py
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.pyc
${PYSITELIB}/pyqtgraph/widgets/PlotWidget.pyo
Index: pkgsrc/x11/py-qtgraph-qt5/distinfo
diff -u pkgsrc/x11/py-qtgraph-qt5/distinfo:1.3 pkgsrc/x11/py-qtgraph-qt5/distinfo:1.4
--- pkgsrc/x11/py-qtgraph-qt5/distinfo:1.3 Tue Oct 26 11:34:20 2021
+++ pkgsrc/x11/py-qtgraph-qt5/distinfo Mon Aug 5 14:45:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:34:20 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/08/05 14:45:29 adam Exp $
-BLAKE2s (pyqtgraph-0.12.0.tar.gz) = 9e56c65750b2278ab18070c0564b1995990dd993ec8f756845f9fa123bbf197b
-SHA512 (pyqtgraph-0.12.0.tar.gz) = a30c7cab0a8a1efff697271fdcc27b1aef55a2766a90562191adc4d6e5ed6fb71da73b4b25ea4e16b7eff33876eb47468c27bc8bcdf1a0abaefa2b6c202c8739
-Size (pyqtgraph-0.12.0.tar.gz) = 893557 bytes
+BLAKE2s (pyqtgraph-0.13.7.tar.gz) = f9a595f01241404882946547fff21af81af8d96e07941d6df60488989675941d
+SHA512 (pyqtgraph-0.13.7.tar.gz) = e294623e620d8c18cee5202ffeac6f392ac7ad435762f297c91aa7f2d84a1c1479a453ef81f4f415dabf90c20f57e440a196061b7830baa575474d65d7ba7412
+Size (pyqtgraph-0.13.7.tar.gz) = 2343380 bytes
Home |
Main Index |
Thread Index |
Old Index