Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.pyqtgraph: use PyQt5 and enable tests #102100

Closed
wants to merge 2 commits into from

Conversation

nbke
Copy link
Contributor

@nbke nbke commented Oct 29, 2020

Motivation for this change

Use fetchFromGitHub because the tests aren't included in the PyPi package.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Oct 30, 2020

Result of nixpkgs-review pr 102100 run on x86_64-darwin 1

3 packages marked as broken and skipped:
  • cq-editor
  • python37Packages.binwalk-full
  • python38Packages.binwalk-full
7 packages failed to build:
  • inkcut
  • python37Packages.enamlx
  • python37Packages.pyqtgraph
  • python37Packages.stytra
  • python38Packages.enamlx
  • python38Packages.pyqtgraph
  • python38Packages.stytra
File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 240 in pytest_cmdline_main
File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/callers.py", line 187 in _multicall
File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 87 in <lambda>
File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 93 in _hookexec
File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/hooks.py", line 286 in __call__
File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/config/__init__.py", line 125 in main
File "test.py", line 24 in <module>
/nix/store/d61m18vxxwqshv4vik4jw3i7a9d3sflx-stdenv-darwin/setup: line 1318: 77615 Segmentation fault: 11
/nix/store/i2fhj70arnf7d8h2scz5kmvwdi9809q4-python3-3.7.9/bin/python3.7 test.py --pyqt5 -k "not test_ImageItem and not test_ImageItem_axisorder   and not test_PlotCurveItem and not test_getArrayRegion   and not test_getArrayRegion_axisorder and not test_PolyLineROI"

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Oct 30, 2020

Result of nixpkgs-review pr 102100 run on x86_64-darwin 1

3 packages marked as broken and skipped:
  • cq-editor
  • python37Packages.binwalk-full
  • python38Packages.binwalk-full
7 packages failed to build:
  • inkcut
  • python37Packages.enamlx
  • python37Packages.pyqtgraph
  • python37Packages.stytra
  • python38Packages.enamlx
  • python38Packages.pyqtgraph
  • python38Packages.stytra

cat logs/python38Packages.pyqtgraph.log

  File "/nix/store/zspz1i1zvi25b91sckb9s4wjwnmfw9h4-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93 in _hookexec
  File "/nix/store/zspz1i1zvi25b91sckb9s4wjwnmfw9h4-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286 in __call__
  File "/nix/store/60h8qdn2b6lz5fdrya1gqd0j2gzkqbv4-python3.8-pytest-5.4.3/lib/python3.8/site-packages/_pytest/config/__init__.py", line 124 in main
  File "test.py", line 24 in <module>
/nix/store/d61m18vxxwqshv4vik4jw3i7a9d3sflx-stdenv-darwin/setup: line 1318: 91155 Segmentation fault: 11  /nix/store/65gmh01007csxmd6bbkvas8zkhlw0k7n-python3-3.8.6/bin/python3.8 test.py --pyqt5 -k "not test_ImageItem and not test_ImageItem_axisorder   and not test_PlotCurveItem and not test_getArrayRegion   and not test_getArrayRegion_axisorder and not test_PolyLineROI"

My suggested fix does not work. Not sure why.

@nbke
Copy link
Contributor Author

nbke commented Oct 30, 2020

Test results on Linux
sys.platform: linux
sys.version: 3.8.6 (default, Sep 23 2020, 13:54:27) 
[GCC 9.3.0]
qt bindings: PyQt5 5.15.1 Qt 5.15.0
pyqtgraph: 0.11.0; None
config:
{'antialias': False,
 'background': 'k',
 'crashWarning': False,
 'editorCommand': None,
 'enableExperimental': False,
 'exitCleanup': True,
 'foreground': 'd',
 'imageAxisOrder': 'col-major',
 'leftButtonPan': True,
 'useOpenGL': False,
 'useWeave': False,
 'weaveDebug': False}
============================= test session starts ==============================
platform linux -- Python 3.8.6, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 -- /nix/store/346skv0d24rqnf4npknbp9h5bs14j8zy-python3-3.8.6/bin/python3.8
cachedir: .pytest_cache
rootdir: /build/source, inifile: pytest.ini
collecting ... QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/build/runtime-nixbld'
collected 137 items / 7 deselected / 130 selected                              

examples/test_examples.py::testExamples[ Arrow.py - PyQt5 ] Arrow PASSED
examples/test_examples.py::testExamples[ PlotAutoRange.py - PyQt5 ] Auto-range PASSED
examples/test_examples.py::testExamples[ BarGraphItem.py - PyQt5 ] Bar Graph PASSED
examples/test_examples.py::testExamples[ Plotting.py - PyQt5 ] Basic Plotting PASSED
examples/test_examples.py::testExamples[ beeswarm.py - PyQt5 ] Beeswarm plot PASSED
examples/test_examples.py::testExamples[ ColorButton.py - PyQt5 ] ColorButton PASSED
examples/test_examples.py::testExamples[ CLIexample.py - PyQt5 ] Command-line usage PASSED
examples/test_examples.py::testExamples[ ConsoleWidget.py - PyQt5 0] Console PASSED
examples/test_examples.py::testExamples[ ConsoleWidget.py - PyQt5 1] ConsoleWidget PASSED
examples/test_examples.py::testExamples[ crosshair.py - PyQt5 ] Crosshair / Mouse interaction PASSED
examples/test_examples.py::testExamples[ FlowchartCustomNode.py - PyQt5 ] Custom Flowchart Nodes PASSED
examples/test_examples.py::testExamples[ customGraphicsItem.py - PyQt5 ] Custom Graphics PASSED
examples/test_examples.py::testExamples[ DataSlicing.py - PyQt5 ] Data Slicing PASSED
examples/test_examples.py::testExamples[ DataTreeWidget.py - PyQt5 ] DataTreeWidget PASSED
examples/test_examples.py::testExamples[ dockarea.py - PyQt5 ] Dock widgets PASSED
examples/test_examples.py::testExamples[ ErrorBarItem.py - PyQt5 ] ErrorBarItem PASSED
examples/test_examples.py::testExamples[ FillBetweenItem.py - PyQt5 ] FillBetweenItem PASSED
examples/test_examples.py::testExamples[ Flowchart.py - PyQt5 ] Flowcharts PASSED
examples/test_examples.py::testExamples[ GradientWidget.py - PyQt5 ] GradientWidget PASSED
examples/test_examples.py::testExamples[ GraphItem.py - PyQt5 ] GraphItem PASSED
examples/test_examples.py::testExamples[ GraphicsLayout.py - PyQt5 ] GraphicsLayout PASSED
examples/test_examples.py::testExamples[ hdf5.py - PyQt5 ] SKIPPED
examples/test_examples.py::testExamples[ HistogramLUT.py - PyQt5 ] Histogram / lookup table PASSED
examples/test_examples.py::testExamples[ histogram.py - PyQt5 ] Histograms PASSED
examples/test_examples.py::testExamples[ GLImageItem.py - PyQt5 ] Image PASSED
examples/test_examples.py::testExamples[ imageAnalysis.py - PyQt5 ] Image Analysis PASSED
examples/test_examples.py::testExamples[ Draw.py - PyQt5 ] ImageItem - draw PASSED
examples/test_examples.py::testExamples[ ImageItem.py - PyQt5 ] ImageItem - video PASSED
examples/test_examples.py::testExamples[ ImageView.py - PyQt5 ] ImageView PASSED
examples/test_examples.py::testExamples[ isocurve.py - PyQt5 ] IsocurveItem PASSED
examples/test_examples.py::testExamples[ GLIsosurface.py - PyQt5 ] Isosurface PASSED
examples/test_examples.py::testExamples[ JoystickButton.py - PyQt5 ] JoystickButton PASSED
examples/test_examples.py::testExamples[ fractal.py - PyQt5 ] Koch Fractal PASSED
examples/test_examples.py::testExamples[ CustomGraphItem.py - PyQt5 ] Labeled Graph PASSED
examples/test_examples.py::testExamples[ Legend.py - PyQt5 ] LegendItem PASSED
examples/test_examples.py::testExamples[ GLLinePlotItem.py - PyQt5 ] Line Plot PASSED
examples/test_examples.py::testExamples[ PlotSpeedTest.py - PyQt5 ] Line Plot update PASSED
examples/test_examples.py::testExamples[ linkedViews.py - PyQt5 ] Linked Views PASSED
examples/test_examples.py::testExamples[ GLMeshItem.py - PyQt5 ] Mesh PASSED
examples/test_examples.py::testExamples[ MultiPlotSpeedTest.py - PyQt5 ] Multiple plots PASSED
examples/test_examples.py::testExamples[ optics_demos.py - PyQt5 ] Optics PASSED
examples/test_examples.py::testExamples[ parametertree.py - PyQt5 ] ParameterTree PASSED
examples/test_examples.py::testExamples[ customPlot.py - PyQt5 ] Plot Customization PASSED
examples/test_examples.py::testExamples[ PlotWidget.py - PyQt5 ] PlotWidget PASSED
examples/test_examples.py::testExamples[ ROIExamples.py - PyQt5 ] Region-of-Interest PASSED
examples/test_examples.py::testExamples[ RemoteSpeedTest.py - PyQt5 ] SKIPPED
examples/test_examples.py::testExamples[ GLScatterPlotItem.py - PyQt5 ] Scatter Plot PASSED
examples/test_examples.py::testExamples[ ScatterPlot.py - PyQt5 ] Scatter Plot PASSED
examples/test_examples.py::testExamples[ ScatterPlotSpeedTest.py - PyQt5 ] Scatter Plot update PASSED
examples/test_examples.py::testExamples[ ScatterPlotWidget.py - PyQt5 ] ScatterPlotWidget PASSED
examples/test_examples.py::testExamples[ scrollingPlots.py - PyQt5 ] Scrolling plots PASSED
examples/test_examples.py::testExamples[ GLshaders.py - PyQt5 ] Shaders PASSED
examples/test_examples.py::testExamples[ relativity_demo.py - PyQt5 ] Special relativity PASSED
examples/test_examples.py::testExamples[ SpinBox.py - PyQt5 ] SpinBox PASSED
examples/test_examples.py::testExamples[ GLSurfacePlot.py - PyQt5 ] Surface Plot PASSED
examples/test_examples.py::testExamples[ Symbols.py - PyQt5 ] Symbols PASSED
examples/test_examples.py::testExamples[ TableWidget.py - PyQt5 ] TableWidget PASSED
examples/test_examples.py::testExamples[ text.py - PyQt5 ] Text Item PASSED
examples/test_examples.py::testExamples[ DateAxisItem.py - PyQt5 ] Timestamps on x axis PASSED
examples/test_examples.py::testExamples[ TreeWidget.py - PyQt5 ] TreeWidget PASSED
examples/test_examples.py::testExamples[ verlet_chain_demo.py - PyQt5 ] Verlet chain PASSED
examples/test_examples.py::testExamples[ VideoSpeedTest.py - PyQt5 ] Video speed test PASSED
examples/test_examples.py::testExamples[ ViewBoxFeatures.py - PyQt5 0] ViewBox PASSED
examples/test_examples.py::testExamples[ ViewBoxFeatures.py - PyQt5 1] ViewBox Features PASSED
examples/test_examples.py::testExamples[ GLVolumeItem.py - PyQt5 ] Volumetric PASSED
pyqtgraph/dockarea/tests/test_dock.py::test_dock PASSED
pyqtgraph/dockarea/tests/test_dock.py::test_closable_dock PASSED
pyqtgraph/dockarea/tests/test_dock.py::test_hide_title_dock PASSED
pyqtgraph/dockarea/tests/test_dockarea.py::test_dockarea === Main dock area ===
vertical
horizontal
dock ('dock 1', {})
dock ('dock 2', {})
tab
dock ('dock 3', {})
dock ('dock 4', {})
=== Main dock area ===
vertical
horizontal
dock ('dock 1', {})
dock ('dock 2', {})
tab
dock ('dock 3', {})
dock ('dock 4', {})
=== Main dock area ===
vertical
horizontal
dock ('dock 1', {})
dock ('dock 2', {})
tab
dock ('dock 3', {})
dock ('dock 4', {})
dock ('dock 5', {})
=== Main dock area ===
horizontal
horizontal
dock ('dock2', {})
vertical
dock ('dock5', {})
horizontal
dock ('dock6', {})
dock ('dock7', {})
vertical
dock ('dock8', {})
dock ('dock4', {})
dock ('dock1', {})
=== float 0 dock area ===
tab
dock ('dock3', {})
PASSED
pyqtgraph/exporters/tests/test_csv.py::test_CSVExporter using /build/tmpq1xt21bl.csv as a temporary file
PASSED
pyqtgraph/exporters/tests/test_hdf5.py::test_HDF5Exporter[False] PASSED
pyqtgraph/exporters/tests/test_hdf5.py::test_HDF5Exporter[True] PASSED
pyqtgraph/exporters/tests/test_hdf5.py::test_HDF5Exporter_unequal_lengths PASSED
pyqtgraph/exporters/tests/test_image.py::test_ImageExporter_filename_dialog This plugin does not support propagateSizeHints()
PASSED
pyqtgraph/exporters/tests/test_svg.py::test_plotscene using /build/tmpm68vja22.svg as a temporary file
PASSED
pyqtgraph/exporters/tests/test_svg.py::test_simple using /build/tmpkpl4bz8p.svg as a temporary file
PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py::test_ViewBox PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py::test_ViewBox_setMenuEnabled PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py::test_limits_and_resize SKIPPED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_normal PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_limit PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_range_limit PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_ratio PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_ratio2 PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_ratio_with_limits1 PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_ratio_with_limits2 PASSED
pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBoxZoom.py::test_zoom_ratio_with_limits_out_of_range PASSED
pyqtgraph/graphicsItems/tests/test_AxisItem.py::test_AxisItem_stopAxisAtTick PASSED
pyqtgraph/graphicsItems/tests/test_AxisItem.py::test_AxisItem_viewUnlink PASSED
pyqtgraph/graphicsItems/tests/test_AxisItem.py::test_AxisItem_bottomRelink PASSED
pyqtgraph/graphicsItems/tests/test_AxisItem.py::test_AxisItem_leftRelink PASSED
pyqtgraph/graphicsItems/tests/test_ErrorBarItem.py::test_ErrorBarItem_defer_data PASSED
pyqtgraph/graphicsItems/tests/test_GraphicsItem.py::test_getViewWidget PASSED
pyqtgraph/graphicsItems/tests/test_GraphicsItem.py::test_getViewWidget_deleted PASSED
pyqtgraph/graphicsItems/tests/test_InfiniteLine.py::test_InfiniteLine PASSED
pyqtgraph/graphicsItems/tests/test_InfiniteLine.py::test_mouseInteraction PASSED
pyqtgraph/graphicsItems/tests/test_PlotDataItem.py::test_fft PASSED
pyqtgraph/graphicsItems/tests/test_PlotDataItem.py::test_setData PASSED
pyqtgraph/graphicsItems/tests/test_PlotDataItem.py::test_clear PASSED
pyqtgraph/graphicsItems/tests/test_PlotDataItem.py::test_clear_in_step_mode PASSED
pyqtgraph/graphicsItems/tests/test_PlotDataItem.py::test_clipping PASSED
pyqtgraph/graphicsItems/tests/test_ScatterPlotItem.py::test_scatterplotitem PASSED
pyqtgraph/graphicsItems/tests/test_ScatterPlotItem.py::test_init_spots PASSED
pyqtgraph/graphicsItems/tests/test_TextItem.py::test_TextItem_setAngle PASSED
pyqtgraph/imageview/tests/test_imageview.py::test_nan_image This plugin does not support propagateSizeHints()
PASSED
pyqtgraph/parametertree/tests/test_parametertypes.py::test_opts PASSED
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types PASSED
pyqtgraph/tests/test_configparser.py::test_longArrays PASSED
pyqtgraph/tests/test_configparser.py::test_multipleParameters PASSED
pyqtgraph/tests/test_exit_crash.py::test_exit_crash SKIPPED
pyqtgraph/tests/test_exit_crash.py::test_pg_exit QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/build/runtime-nixbld'
PASSED
pyqtgraph/tests/test_functions.py::testSolve3D PASSED
pyqtgraph/tests/test_functions.py::test_interpolateArray_order0 PASSED
pyqtgraph/tests/test_functions.py::test_interpolateArray_order1 PASSED
pyqtgraph/tests/test_functions.py::test_subArray PASSED
pyqtgraph/tests/test_functions.py::test_rescaleData PASSED
pyqtgraph/tests/test_functions.py::test_makeARGB PASSED
pyqtgraph/tests/test_functions.py::test_eq failed to evaluate equivalence for:
a: <class 'pyqtgraph.tests.test_functions.test_eq..NoEq'> <pyqtgraph.tests.test_functions.test_eq..NoEq object at 0x7fffc5d1ca90>
b: <class 'pyqtgraph.tests.test_functions.test_eq..NoEq'> <pyqtgraph.tests.test_functions.test_eq..NoEq object at 0x7fffc5d1ca30>
PASSED
pyqtgraph/tests/test_qt.py::test_isQObjectAlive PASSED
pyqtgraph/tests/test_qt.py::test_loadUiType PASSED
pyqtgraph/tests/test_ref_cycles.py::test_PlotWidget PASSED
pyqtgraph/tests/test_ref_cycles.py::test_ImageView PASSED
pyqtgraph/tests/test_ref_cycles.py::test_GraphicsWindow PASSED
pyqtgraph/tests/test_reload.py::test_reload
RELOAD FILE: /build/tmpn7ubq2dt/reload_test_mod.py
RELOAD MOD: /build/tmpn7ubq2dt/reload_test_mod.py
Reloading <module 'reload_test_mod' from '/build/tmpn7ubq2dt/reload_test_mod.py'>
Updating class reload_test_mod.C (0xe51c60 -> 0x1c6ade0)
Changed class for <reload_test_mod.C object at 0x7fffc5b660d0>
Updating method fn
Reloading <module 'reload_test_mod' from '/build/tmpn7ubq2dt/reload_test_mod.py'>
Updating class reload_test_mod.C (0x1c6ade0 -> 0x200a7b0)
Changed class for <reload_test_mod.C object at 0x7fffc5b660d0>
Updating method fn (and 1 previous versions)
Updating method fn
PASSED
pyqtgraph/tests/test_srttransform3d.py::testMatrix PASSED
pyqtgraph/util/tests/test_lru_cache.py::testLRU PASSED
pyqtgraph/widgets/tests/test_combobox.py::test_combobox PASSED
pyqtgraph/widgets/tests/test_histogramlutwidget.py::testHistogramLUTWidget This plugin does not support propagateSizeHints()
PASSED
pyqtgraph/widgets/tests/test_spinbox.py::test_spinbox_formatting PASSED
pyqtgraph/widgets/tests/test_tablewidget.py::test_TableWidget PASSED

=============================== warnings summary ===============================
examples/syntax.py:124
/build/source/examples/syntax.py:124: DeprecationWarning: invalid escape sequence +
'+', '-', '*', '/', '//', '%', '**',

examples/syntax.py:124
examples/syntax.py:124
/build/source/examples/syntax.py:124: DeprecationWarning: invalid escape sequence *
'+', '-', '*', '/', '//', '%', '**',

examples/syntax.py:124
/build/source/examples/syntax.py:124: DeprecationWarning: invalid escape sequence %
'+', '-', '*', '/', '//', '%', '**',

examples/syntax.py:126
/build/source/examples/syntax.py:126: DeprecationWarning: invalid escape sequence +
'+=', '-=', '*=', '/=', '%=',

examples/syntax.py:126
/build/source/examples/syntax.py:126: DeprecationWarning: invalid escape sequence *
'+=', '-=', '*=', '/=', '%=',

examples/syntax.py:126
/build/source/examples/syntax.py:126: DeprecationWarning: invalid escape sequence %
'+=', '-=', '*=', '/=', '%=',

examples/syntax.py:128
/build/source/examples/syntax.py:128: DeprecationWarning: invalid escape sequence ^
'^', '|', '&', '~', '>>', '<<',

examples/syntax.py:128
/build/source/examples/syntax.py:128: DeprecationWarning: invalid escape sequence |
'^', '|', '&', '~', '>>', '<<',

examples/syntax.py:128
/build/source/examples/syntax.py:128: DeprecationWarning: invalid escape sequence &
'^', '|', '&', '~', '>>', '<<',

examples/syntax.py:128
/build/source/examples/syntax.py:128: DeprecationWarning: invalid escape sequence ~
'^', '|', '&', '~', '>>', '<<',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence {
'{', '}', '(', ')', '[', ']',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence }
'{', '}', '(', ')', '[', ']',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence (
'{', '}', '(', ')', '[', ']',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence )
'{', '}', '(', ')', '[', ']',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence [
'{', '}', '(', ')', '[', ']',

examples/syntax.py:133
/build/source/examples/syntax.py:133: DeprecationWarning: invalid escape sequence ]
'{', '}', '(', ')', '[', ']',

pyqtgraph/graphicsItems/tests/test_InfiniteLine.py: 24 tests with warnings
/build/source/pyqtgraph/widgets/GraphicsView.py:374: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
delta = Point(ev.pos() - QtCore.QPoint(*self.lastMousePos))

pyqtgraph/parametertree/tests/test_parametertypes.py: 12 tests with warnings
pyqtgraph/widgets/tests/test_spinbox.py: 24 tests with warnings
/build/source/pyqtgraph/ThreadsafeTimer.py:26: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
self.timer.start(timeout)

pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
pyqtgraph/parametertree/tests/test_parametertypes.py::test_types
/build/source/pyqtgraph/functions.py:376: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
c.setHsv(h, sat, v)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
===== 126 passed, 4 skipped, 7 deselected, 83 warnings in 88.01s (0:01:28) =====

Which test is failing?
Can you enable verbose mode (-v) and disable capturing of the output (-s)?

--- a/pkgs/development/python-modules/pyqtgraph/default.nix
+++ b/pkgs/development/python-modules/pyqtgraph/default.nix
@@ -39,7 +39,7 @@ in buildPythonPackage rec {
     export FONTCONFIG_FILE=${fontsConf}
 
     # disable 6 tests which try to clone https://github.com/pyqtgraph/test-data
-    ${python.interpreter} test.py --pyqt5 \
+    ${python.interpreter} test.py --pyqt5 -s -v \
       -k "not test_ImageItem and not test_ImageItem_axisorder \
       and not test_PlotCurveItem and not test_getArrayRegion \
       and not test_getArrayRegion_axisorder and not test_PolyLineROI"

@SuperSandro2000
Copy link
Member

Does QT even work on Darwin?

Sourcing python-recompile-bytecode-hook.sh
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/1r4m0zq30b9013bpiccnpm6si5xzkrdc-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pyqtgraph
copying pyqtgraph/functions.py -> build/lib/pyqtgraph
copying pyqtgraph/colormap.py -> build/lib/pyqtgraph
copying pyqtgraph/Vector.py -> build/lib/pyqtgraph
copying pyqtgraph/units.py -> build/lib/pyqtgraph
copying pyqtgraph/WidgetGroup.py -> build/lib/pyqtgraph
copying pyqtgraph/ordereddict.py -> build/lib/pyqtgraph
copying pyqtgraph/SRTTransform3D.py -> build/lib/pyqtgraph
copying pyqtgraph/reload.py -> build/lib/pyqtgraph
copying pyqtgraph/ptime.py -> build/lib/pyqtgraph
copying pyqtgraph/SignalProxy.py -> build/lib/pyqtgraph
copying pyqtgraph/Qt.py -> build/lib/pyqtgraph
copying pyqtgraph/configfile.py -> build/lib/pyqtgraph
copying pyqtgraph/__init__.py -> build/lib/pyqtgraph
copying pyqtgraph/ThreadsafeTimer.py -> build/lib/pyqtgraph
copying pyqtgraph/PlotData.py -> build/lib/pyqtgraph
copying pyqtgraph/SRTTransform.py -> build/lib/pyqtgraph
copying pyqtgraph/python2_3.py -> build/lib/pyqtgraph
copying pyqtgraph/Point.py -> build/lib/pyqtgraph
copying pyqtgraph/exceptionHandling.py -> build/lib/pyqtgraph
copying pyqtgraph/graphicsWindows.py -> build/lib/pyqtgraph
copying pyqtgraph/debug.py -> build/lib/pyqtgraph
copying pyqtgraph/pgcollections.py -> build/lib/pyqtgraph
copying pyqtgraph/frozenSupport.py -> build/lib/pyqtgraph
copying pyqtgraph/Transform3D.py -> build/lib/pyqtgraph
creating build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/ImageView.py -> build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/__init__.py -> build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/ImageViewTemplate_pyside2.py -> build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/ImageViewTemplate_pyqt.py -> build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/ImageViewTemplate_pyqt5.py -> build/lib/pyqtgraph/imageview
copying pyqtgraph/imageview/ImageViewTemplate_pyside.py -> build/lib/pyqtgraph/imageview
creating build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartGraphicsView.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/Terminal.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/__init__.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/Flowchart.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartTemplate_pyqt5.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartTemplate_pyside2.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartTemplate_pyqt.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/Node.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/FlowchartTemplate_pyside.py -> build/lib/pyqtgraph/flowchart
copying pyqtgraph/flowchart/NodeLibrary.py -> build/lib/pyqtgraph/flowchart
creating build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/functions.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/__init__.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/Display.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/common.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/Operators.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/Filters.py -> build/lib/pyqtgraph/flowchart/library
copying pyqtgraph/flowchart/library/Data.py -> build/lib/pyqtgraph/flowchart/library
creating build/lib/pyqtgraph/multiprocess
copying pyqtgraph/multiprocess/bootstrap.py -> build/lib/pyqtgraph/multiprocess
copying pyqtgraph/multiprocess/parallelizer.py -> build/lib/pyqtgraph/multiprocess
copying pyqtgraph/multiprocess/remoteproxy.py -> build/lib/pyqtgraph/multiprocess
copying pyqtgraph/multiprocess/__init__.py -> build/lib/pyqtgraph/multiprocess
copying pyqtgraph/multiprocess/processes.py -> build/lib/pyqtgraph/multiprocess
creating build/lib/pyqtgraph/dockarea
copying pyqtgraph/dockarea/__init__.py -> build/lib/pyqtgraph/dockarea
copying pyqtgraph/dockarea/Dock.py -> build/lib/pyqtgraph/dockarea
copying pyqtgraph/dockarea/Container.py -> build/lib/pyqtgraph/dockarea
copying pyqtgraph/dockarea/DockArea.py -> build/lib/pyqtgraph/dockarea
copying pyqtgraph/dockarea/DockDrop.py -> build/lib/pyqtgraph/dockarea
creating build/lib/pyqtgraph/util
copying pyqtgraph/util/lru_cache.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/cprint.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/__init__.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/pil_fix.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/get_resolution.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/garbage_collector.py -> build/lib/pyqtgraph/util
copying pyqtgraph/util/mutex.py -> build/lib/pyqtgraph/util
creating build/lib/pyqtgraph/util/colorama
copying pyqtgraph/util/colorama/__init__.py -> build/lib/pyqtgraph/util/colorama
copying pyqtgraph/util/colorama/win32.py -> build/lib/pyqtgraph/util/colorama
copying pyqtgraph/util/colorama/winterm.py -> build/lib/pyqtgraph/util/colorama
creating build/lib/pyqtgraph/metaarray
copying pyqtgraph/metaarray/MetaArray.py -> build/lib/pyqtgraph/metaarray
copying pyqtgraph/metaarray/__init__.py -> build/lib/pyqtgraph/metaarray
creating build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/Matplotlib.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/Exporter.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/__init__.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/CSVExporter.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/SVGExporter.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/HDF5Exporter.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/PrintExporter.py -> build/lib/pyqtgraph/exporters
copying pyqtgraph/exporters/ImageExporter.py -> build/lib/pyqtgraph/exporters
creating build/lib/pyqtgraph/exporters/tests
copying pyqtgraph/exporters/tests/test_hdf5.py -> build/lib/pyqtgraph/exporters/tests
copying pyqtgraph/exporters/tests/test_image.py -> build/lib/pyqtgraph/exporters/tests
copying pyqtgraph/exporters/tests/__init__.py -> build/lib/pyqtgraph/exporters/tests
copying pyqtgraph/exporters/tests/test_svg.py -> build/lib/pyqtgraph/exporters/tests
copying pyqtgraph/exporters/tests/test_csv.py -> build/lib/pyqtgraph/exporters/tests
creating build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/__init__.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/GraphicsScene.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/mouseEvents.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/exportDialogTemplate_pyside.py -> build/lib/pyqtgraph/GraphicsScene
copying pyqtgraph/GraphicsScene/exportDialog.py -> build/lib/pyqtgraph/GraphicsScene
creating build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphicsLayout.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/InfiniteLine.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/HistogramLUTItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/TextItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GradientLegend.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ROI.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GridItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ArrowItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/DateAxisItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/LinearRegionItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ScaleBar.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/MultiPlotItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/LabelItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/LegendItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/PlotCurveItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ItemGroup.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphicsWidget.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/__init__.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/VTickGroup.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphicsObject.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/IsocurveItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ImageItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/AxisItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ScatterPlotItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ButtonItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/PlotDataItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/BarGraphItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/FillBetweenItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/ErrorBarItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/CurvePoint.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GradientEditorItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/TargetItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/UIGraphicsItem.py -> build/lib/pyqtgraph/graphicsItems
copying pyqtgraph/graphicsItems/GraphicsItem.py -> build/lib/pyqtgraph/graphicsItems
creating build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/__init__.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/PlotItem.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
copying pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt.py -> build/lib/pyqtgraph/graphicsItems/PlotItem
creating build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/__init__.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/ViewBox.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
copying pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt.py -> build/lib/pyqtgraph/graphicsItems/ViewBox
creating build/lib/pyqtgraph/tests
copying pyqtgraph/tests/ui_testing.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_configparser.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/image_testing.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/__init__.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_qt.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_ref_cycles.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_functions.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_stability.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_reload.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_exit_crash.py -> build/lib/pyqtgraph/tests
copying pyqtgraph/tests/test_srttransform3d.py -> build/lib/pyqtgraph/tests
creating build/lib/pyqtgraph/pixmaps
copying pyqtgraph/pixmaps/pixmapData_3.py -> build/lib/pyqtgraph/pixmaps
copying pyqtgraph/pixmaps/__init__.py -> build/lib/pyqtgraph/pixmaps
copying pyqtgraph/pixmaps/pixmapData_2.py -> build/lib/pyqtgraph/pixmaps
copying pyqtgraph/pixmaps/compile.py -> build/lib/pyqtgraph/pixmaps
creating build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasItem.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/TransformGuiTemplate_pyside2.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/TransformGuiTemplate_pyside.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/TransformGuiTemplate_pyqt.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasTemplate_pyside.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/TransformGuiTemplate_pyqt5.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/__init__.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasTemplate_pyqt.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasTemplate_pyqt5.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasTemplate_pyside2.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/CanvasManager.py -> build/lib/pyqtgraph/canvas
copying pyqtgraph/canvas/Canvas.py -> build/lib/pyqtgraph/canvas
creating build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/SystemSolver.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/__init__.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/ParameterTree.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/ParameterSystem.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/ParameterItem.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/parameterTypes.py -> build/lib/pyqtgraph/parametertree
copying pyqtgraph/parametertree/Parameter.py -> build/lib/pyqtgraph/parametertree
creating build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/VerticalLabel.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ComboBox.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ScatterPlotWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/GraphicsLayoutWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/HistogramLUTWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ProgressDialog.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/DiffTreeWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/RemoteGraphicsView.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ValueLabel.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/FeedbackButton.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/MultiPlotWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/SpinBox.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/GradientWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/__init__.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/CheckTable.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/DataTreeWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/FileDialog.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/JoystickButton.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/TreeWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/PlotWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/MatplotlibWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/PathButton.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/BusyCursor.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/GraphicsView.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ColorButton.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/RawImageWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/GroupBox.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/DataFilterWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/TableWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/LayoutWidget.py -> build/lib/pyqtgraph/widgets
copying pyqtgraph/widgets/ColorMapWidget.py -> build/lib/pyqtgraph/widgets
creating build/lib/pyqtgraph/console
copying pyqtgraph/console/Console.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/CmdInput.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/__init__.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/template_pyqt5.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/template_pyside2.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/template_pyside.py -> build/lib/pyqtgraph/console
copying pyqtgraph/console/template_pyqt.py -> build/lib/pyqtgraph/console
creating build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/MeshData.py -> build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/__init__.py -> build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/GLGraphicsItem.py -> build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/glInfo.py -> build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/GLViewWidget.py -> build/lib/pyqtgraph/opengl
copying pyqtgraph/opengl/shaders.py -> build/lib/pyqtgraph/opengl
creating build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLMeshItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLVolumeItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/__init__.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLGridItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLSurfacePlotItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLImageItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLBarGraphItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLLinePlotItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLBoxItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLScatterPlotItem.py -> build/lib/pyqtgraph/opengl/items
copying pyqtgraph/opengl/items/GLAxisItem.py -> build/lib/pyqtgraph/opengl/items
creating build/lib/pyqtgraph/examples
copying examples/GraphicsLayout.py -> build/lib/pyqtgraph/examples
copying examples/GraphItem.py -> build/lib/pyqtgraph/examples
copying examples/VideoSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/VideoTemplate_pyqt5.py -> build/lib/pyqtgraph/examples
copying examples/PlotSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/InfiniteLine.py -> build/lib/pyqtgraph/examples
copying examples/GLSurfacePlot.py -> build/lib/pyqtgraph/examples
copying examples/ImageView.py -> build/lib/pyqtgraph/examples
copying examples/multiplePlotSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/designerExample_pyside2.py -> build/lib/pyqtgraph/examples
copying examples/RemoteSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/MultiplePlotAxes.py -> build/lib/pyqtgraph/examples
copying examples/logAxis.py -> build/lib/pyqtgraph/examples
copying examples/DateAxisItem.py -> build/lib/pyqtgraph/examples
copying examples/ScaleBar.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotWidget.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlot.py -> build/lib/pyqtgraph/examples
copying examples/isocurve.py -> build/lib/pyqtgraph/examples
copying examples/ROItypes.py -> build/lib/pyqtgraph/examples
copying examples/exampleLoaderTemplate_pyside2.py -> build/lib/pyqtgraph/examples
copying examples/ProgressDialog.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotSpeedTestTemplate_pyqt5.py -> build/lib/pyqtgraph/examples
copying examples/customPlot.py -> build/lib/pyqtgraph/examples
copying examples/GLMeshItem.py -> build/lib/pyqtgraph/examples
copying examples/MultiPlotSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotSpeedTest.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotSpeedTestTemplate_pyside2.py -> build/lib/pyqtgraph/examples
copying examples/VideoTemplate_pyqt.py -> build/lib/pyqtgraph/examples
copying examples/histogram.py -> build/lib/pyqtgraph/examples
copying examples/DiffTreeWidget.py -> build/lib/pyqtgraph/examples
copying examples/RemoteGraphicsView.py -> build/lib/pyqtgraph/examples
copying examples/designerExample.py -> build/lib/pyqtgraph/examples
copying examples/fractal.py -> build/lib/pyqtgraph/examples
copying examples/beeswarm.py -> build/lib/pyqtgraph/examples
copying examples/DateAxisItem_QtDesigner.py -> build/lib/pyqtgraph/examples
copying examples/Plotting.py -> build/lib/pyqtgraph/examples
copying examples/GLVolumeItem.py -> build/lib/pyqtgraph/examples
copying examples/initExample.py -> build/lib/pyqtgraph/examples
copying examples/MultiPlotWidget.py -> build/lib/pyqtgraph/examples
copying examples/SpinBox.py -> build/lib/pyqtgraph/examples
copying examples/GradientWidget.py -> build/lib/pyqtgraph/examples
copying examples/Arrow.py -> build/lib/pyqtgraph/examples
copying examples/Legend.py -> build/lib/pyqtgraph/examples
copying examples/DataSlicing.py -> build/lib/pyqtgraph/examples
copying examples/__init__.py -> build/lib/pyqtgraph/examples
copying examples/CLIexample.py -> build/lib/pyqtgraph/examples
copying examples/linkedViews.py -> build/lib/pyqtgraph/examples
copying examples/Flowchart.py -> build/lib/pyqtgraph/examples
copying examples/DataTreeWidget.py -> build/lib/pyqtgraph/examples
copying examples/parametertree.py -> build/lib/pyqtgraph/examples
copying examples/ImageItem.py -> build/lib/pyqtgraph/examples
copying examples/hdf5.py -> build/lib/pyqtgraph/examples
copying examples/JoystickButton.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotSpeedTestTemplate_pyside.py -> build/lib/pyqtgraph/examples
copying examples/GLImageItem.py -> build/lib/pyqtgraph/examples
copying examples/LogPlotTest.py -> build/lib/pyqtgraph/examples
copying examples/TreeWidget.py -> build/lib/pyqtgraph/examples
copying examples/GraphicsScene.py -> build/lib/pyqtgraph/examples
copying examples/PlotWidget.py -> build/lib/pyqtgraph/examples
copying examples/ViewBox.py -> build/lib/pyqtgraph/examples
copying examples/ScatterPlotSpeedTestTemplate_pyqt.py -> build/lib/pyqtgraph/examples
copying examples/HistogramLUT.py -> build/lib/pyqtgraph/examples
copying examples/FlowchartCustomNode.py -> build/lib/pyqtgraph/examples
copying examples/imageAnalysis.py -> build/lib/pyqtgraph/examples
copying examples/PanningPlot.py -> build/lib/pyqtgraph/examples
copying examples/VideoTemplate_pyside2.py -> build/lib/pyqtgraph/examples
copying examples/relativity_demo.py -> build/lib/pyqtgraph/examples
copying examples/infiniteline_performance.py -> build/lib/pyqtgraph/examples
copying examples/Symbols.py -> build/lib/pyqtgraph/examples
copying examples/GLBarGraphItem.py -> build/lib/pyqtgraph/examples
copying examples/GLLinePlotItem.py -> build/lib/pyqtgraph/examples
copying examples/utils.py -> build/lib/pyqtgraph/examples
copying examples/GLshaders.py -> build/lib/pyqtgraph/examples
copying examples/dockarea.py -> build/lib/pyqtgraph/examples
copying examples/GLScatterPlotItem.py -> build/lib/pyqtgraph/examples
copying examples/text.py -> build/lib/pyqtgraph/examples
copying examples/ColorButton.py -> build/lib/pyqtgraph/examples
copying examples/parallelize.py -> build/lib/pyqtgraph/examples
copying examples/multiprocess.py -> build/lib/pyqtgraph/examples
copying examples/template.py -> build/lib/pyqtgraph/examples
copying examples/ConsoleWidget.py -> build/lib/pyqtgraph/examples
copying examples/CustomGraphItem.py -> build/lib/pyqtgraph/examples
copying examples/syntax.py -> build/lib/pyqtgraph/examples
copying examples/GradientEditor.py -> build/lib/pyqtgraph/examples
copying examples/ViewBoxFeatures.py -> build/lib/pyqtgraph/examples
copying examples/GLIsosurface.py -> build/lib/pyqtgraph/examples
copying examples/BarGraphItem.py -> build/lib/pyqtgraph/examples
copying examples/VideoTemplate_pyside.py -> build/lib/pyqtgraph/examples
copying examples/optics_demos.py -> build/lib/pyqtgraph/examples
copying examples/FillBetweenItem.py -> build/lib/pyqtgraph/examples
copying examples/TableWidget.py -> build/lib/pyqtgraph/examples
copying examples/exampleLoaderTemplate_pyqt5.py -> build/lib/pyqtgraph/examples
copying examples/exampleLoaderTemplate_pyqt.py -> build/lib/pyqtgraph/examples
copying examples/ViewLimits.py -> build/lib/pyqtgraph/examples
copying examples/verlet_chain_demo.py -> build/lib/pyqtgraph/examples
copying examples/ErrorBarItem.py -> build/lib/pyqtgraph/examples
copying examples/test_examples.py -> build/lib/pyqtgraph/examples
copying examples/Draw.py -> build/lib/pyqtgraph/examples
copying examples/__main__.py -> build/lib/pyqtgraph/examples
copying examples/exampleLoaderTemplate_pyside.py -> build/lib/pyqtgraph/examples
copying examples/customGraphicsItem.py -> build/lib/pyqtgraph/examples
copying examples/ROIExamples.py -> build/lib/pyqtgraph/examples
copying examples/crosshair.py -> build/lib/pyqtgraph/examples
copying examples/SimplePlot.py -> build/lib/pyqtgraph/examples
copying examples/MouseSelection.py -> build/lib/pyqtgraph/examples
copying examples/PlotAutoRange.py -> build/lib/pyqtgraph/examples
copying examples/contextMenu.py -> build/lib/pyqtgraph/examples
copying examples/scrollingPlots.py -> build/lib/pyqtgraph/examples
copying examples/GLViewWidget.py -> build/lib/pyqtgraph/examples
creating build/lib/pyqtgraph/examples/relativity
copying examples/relativity/relativity.py -> build/lib/pyqtgraph/examples/relativity
copying examples/relativity/__init__.py -> build/lib/pyqtgraph/examples/relativity
creating build/lib/pyqtgraph/examples/verlet_chain
copying examples/verlet_chain/chain.py -> build/lib/pyqtgraph/examples/verlet_chain
copying examples/verlet_chain/__init__.py -> build/lib/pyqtgraph/examples/verlet_chain
copying examples/verlet_chain/relax.py -> build/lib/pyqtgraph/examples/verlet_chain
creating build/lib/pyqtgraph/examples/optics
copying examples/optics/__init__.py -> build/lib/pyqtgraph/examples/optics
copying examples/optics/pyoptic.py -> build/lib/pyqtgraph/examples/optics
copying examples/optics/schott_glasses.csv.gz -> build/lib/pyqtgraph/examples/optics
creating build/lib/pyqtgraph/examples/relativity/presets
copying examples/relativity/presets/Grid Expansion.cfg -> build/lib/pyqtgraph/examples/relativity/presets
copying examples/relativity/presets/Twin Paradox (grid).cfg -> build/lib/pyqtgraph/examples/relativity/presets
copying examples/relativity/presets/Twin Paradox.cfg -> build/lib/pyqtgraph/examples/relativity/presets
installing to build/bdist.macosx-10.6-x86_64/wheel
running install
Installing to build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
running install_lib
creating build/bdist.macosx-10.6-x86_64
creating build/bdist.macosx-10.6-x86_64/wheel
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/functions.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/colormap.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/ImageView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/ImageViewTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/ImageViewTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/ImageViewTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
copying build/lib/pyqtgraph/imageview/ImageViewTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/imageview
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartGraphicsView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/Terminal.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/Flowchart.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/functions.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/Display.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/common.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/Operators.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/Filters.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/library/Data.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart/library
copying build/lib/pyqtgraph/flowchart/FlowchartTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/Node.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/FlowchartTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/flowchart/NodeLibrary.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/flowchart
copying build/lib/pyqtgraph/Vector.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/multiprocess/bootstrap.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/multiprocess/parallelizer.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/multiprocess/remoteproxy.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/multiprocess/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/multiprocess/processes.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/multiprocess
copying build/lib/pyqtgraph/units.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/WidgetGroup.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/ordereddict.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
copying build/lib/pyqtgraph/dockarea/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
copying build/lib/pyqtgraph/dockarea/Dock.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
copying build/lib/pyqtgraph/dockarea/Container.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
copying build/lib/pyqtgraph/dockarea/DockArea.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
copying build/lib/pyqtgraph/dockarea/DockDrop.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/dockarea
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/lru_cache.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/cprint.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util/colorama
copying build/lib/pyqtgraph/util/colorama/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util/colorama
copying build/lib/pyqtgraph/util/colorama/win32.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util/colorama
copying build/lib/pyqtgraph/util/colorama/winterm.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util/colorama
copying build/lib/pyqtgraph/util/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/pil_fix.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/get_resolution.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/garbage_collector.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
copying build/lib/pyqtgraph/util/mutex.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/util
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/metaarray
copying build/lib/pyqtgraph/metaarray/MetaArray.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/metaarray
copying build/lib/pyqtgraph/metaarray/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/metaarray
copying build/lib/pyqtgraph/SRTTransform3D.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/reload.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/ptime.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/Matplotlib.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/Exporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/tests/test_hdf5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/tests/test_image.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/tests/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/tests/test_svg.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/tests/test_csv.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters/tests
copying build/lib/pyqtgraph/exporters/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/CSVExporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/SVGExporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/HDF5Exporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/PrintExporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
copying build/lib/pyqtgraph/exporters/ImageExporter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/exporters
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/GraphicsScene.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/mouseEvents.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/exportDialogTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
copying build/lib/pyqtgraph/GraphicsScene/exportDialog.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/GraphicsScene
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphicsLayout.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/InfiniteLine.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/HistogramLUTItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/TextItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GradientLegend.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ROI.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GridItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ArrowItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/DateAxisItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/LinearRegionItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ScaleBar.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/MultiPlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/PlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/PlotItem
copying build/lib/pyqtgraph/graphicsItems/LabelItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/LegendItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/PlotCurveItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ItemGroup.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphicsWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/VTickGroup.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphicsObject.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/IsocurveItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ImageItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/AxisItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ScatterPlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/ButtonItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/PlotDataItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/BarGraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/FillBetweenItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/ViewBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems/ViewBox
copying build/lib/pyqtgraph/graphicsItems/ErrorBarItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/CurvePoint.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GradientEditorItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/TargetItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/UIGraphicsItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/graphicsItems/GraphicsItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/graphicsItems
copying build/lib/pyqtgraph/SignalProxy.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/Qt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/configfile.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/ui_testing.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_configparser.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/image_testing.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_qt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_ref_cycles.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_functions.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_stability.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_reload.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_exit_crash.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/tests/test_srttransform3d.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/tests
copying build/lib/pyqtgraph/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/ThreadsafeTimer.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/PlotData.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/SRTTransform.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/pixmaps
copying build/lib/pyqtgraph/pixmaps/pixmapData_3.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/pixmaps
copying build/lib/pyqtgraph/pixmaps/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/pixmaps
copying build/lib/pyqtgraph/pixmaps/pixmapData_2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/pixmaps
copying build/lib/pyqtgraph/pixmaps/compile.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/pixmaps
copying build/lib/pyqtgraph/python2_3.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/TransformGuiTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/TransformGuiTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/TransformGuiTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/TransformGuiTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/CanvasManager.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/canvas/Canvas.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/canvas
copying build/lib/pyqtgraph/Point.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/exceptionHandling.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/graphicsWindows.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/debug.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GraphicsLayout.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/VideoSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/VideoTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/PlotSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/InfiniteLine.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLSurfacePlot.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ImageView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/multiplePlotSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/designerExample_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/RemoteSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/MultiplePlotAxes.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/logAxis.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/DateAxisItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScaleBar.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlot.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/isocurve.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ROItypes.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/exampleLoaderTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ProgressDialog.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity
copying build/lib/pyqtgraph/examples/relativity/relativity.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity
copying build/lib/pyqtgraph/examples/relativity/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity/presets
copying build/lib/pyqtgraph/examples/relativity/presets/Grid Expansion.cfg -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity/presets
copying build/lib/pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity/presets
copying build/lib/pyqtgraph/examples/relativity/presets/Twin Paradox.cfg -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/relativity/presets
copying build/lib/pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/customPlot.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLMeshItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/MultiPlotSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlotSpeedTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/VideoTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/histogram.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/DiffTreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/RemoteGraphicsView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/designerExample.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/fractal.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/beeswarm.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/DateAxisItem_QtDesigner.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Plotting.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLVolumeItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/initExample.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/MultiPlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/SpinBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GradientWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Arrow.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Legend.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/DataSlicing.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/CLIexample.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/linkedViews.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Flowchart.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/DataTreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/parametertree.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ImageItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/hdf5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/JoystickButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLImageItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/LogPlotTest.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/TreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GraphicsScene.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/PlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ViewBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/HistogramLUT.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/FlowchartCustomNode.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/imageAnalysis.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/PanningPlot.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/VideoTemplate_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/relativity_demo.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/infiniteline_performance.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Symbols.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLBarGraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLLinePlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/utils.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLshaders.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/dockarea.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLScatterPlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/text.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ColorButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/parallelize.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/multiprocess.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/template.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/verlet_chain
copying build/lib/pyqtgraph/examples/verlet_chain/chain.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/verlet_chain
copying build/lib/pyqtgraph/examples/verlet_chain/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/verlet_chain
copying build/lib/pyqtgraph/examples/verlet_chain/relax.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/verlet_chain
copying build/lib/pyqtgraph/examples/ConsoleWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/CustomGraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/syntax.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GradientEditor.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ViewBoxFeatures.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLIsosurface.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/BarGraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/VideoTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/optics_demos.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/FillBetweenItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/TableWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/exampleLoaderTemplate_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/exampleLoaderTemplate_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ViewLimits.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/verlet_chain_demo.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ErrorBarItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/test_examples.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/Draw.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/__main__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/exampleLoaderTemplate_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/customGraphicsItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/ROIExamples.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/crosshair.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/optics
copying build/lib/pyqtgraph/examples/optics/schott_glasses.csv.gz -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/optics
copying build/lib/pyqtgraph/examples/optics/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/optics
copying build/lib/pyqtgraph/examples/optics/pyoptic.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples/optics
copying build/lib/pyqtgraph/examples/SimplePlot.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/MouseSelection.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/PlotAutoRange.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/contextMenu.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/scrollingPlots.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
copying build/lib/pyqtgraph/examples/GLViewWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/examples
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/SystemSolver.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/ParameterTree.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/ParameterSystem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/ParameterItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/parameterTypes.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/parametertree/Parameter.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/parametertree
copying build/lib/pyqtgraph/pgcollections.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
copying build/lib/pyqtgraph/frozenSupport.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/VerticalLabel.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ComboBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ScatterPlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/GraphicsLayoutWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/HistogramLUTWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ProgressDialog.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/DiffTreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/RemoteGraphicsView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ValueLabel.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/FeedbackButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/MultiPlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/SpinBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/GradientWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/CheckTable.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/DataTreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/FileDialog.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/JoystickButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/TreeWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/PlotWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/MatplotlibWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/PathButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/BusyCursor.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/GraphicsView.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ColorButton.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/RawImageWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/GroupBox.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/DataFilterWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/TableWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/LayoutWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/widgets/ColorMapWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/widgets
copying build/lib/pyqtgraph/Transform3D.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/Console.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/CmdInput.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/template_pyqt5.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/template_pyside2.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/template_pyside.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
copying build/lib/pyqtgraph/console/template_pyqt.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/console
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
copying build/lib/pyqtgraph/opengl/MeshData.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
copying build/lib/pyqtgraph/opengl/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
copying build/lib/pyqtgraph/opengl/GLGraphicsItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
copying build/lib/pyqtgraph/opengl/glInfo.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLMeshItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLVolumeItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/__init__.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLGridItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLSurfacePlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLImageItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLBarGraphItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLLinePlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLBoxItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLScatterPlotItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/items/GLAxisItem.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl/items
copying build/lib/pyqtgraph/opengl/GLViewWidget.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
copying build/lib/pyqtgraph/opengl/shaders.py -> build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph/opengl
running install_egg_info
running egg_info
creating pyqtgraph.egg-info
writing pyqtgraph.egg-info/PKG-INFO
writing dependency_links to pyqtgraph.egg-info/dependency_links.txt
writing requirements to pyqtgraph.egg-info/requires.txt
writing top-level names to pyqtgraph.egg-info/top_level.txt
writing manifest file 'pyqtgraph.egg-info/SOURCES.txt'
reading manifest file 'pyqtgraph.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'doc/build/html'
writing manifest file 'pyqtgraph.egg-info/SOURCES.txt'
Copying pyqtgraph.egg-info to build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph-0.11.0-py3.7.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.macosx-10.6-x86_64/wheel/pyqtgraph-0.11.0.dist-info/WHEEL
creating 'dist/pyqtgraph-0.11.0-py3-none-any.whl' and adding 'build/bdist.macosx-10.6-x86_64/wheel' to it
adding 'pyqtgraph/PlotData.py'
adding 'pyqtgraph/Point.py'
adding 'pyqtgraph/Qt.py'
adding 'pyqtgraph/SRTTransform.py'
adding 'pyqtgraph/SRTTransform3D.py'
adding 'pyqtgraph/SignalProxy.py'
adding 'pyqtgraph/ThreadsafeTimer.py'
adding 'pyqtgraph/Transform3D.py'
adding 'pyqtgraph/Vector.py'
adding 'pyqtgraph/WidgetGroup.py'
adding 'pyqtgraph/__init__.py'
adding 'pyqtgraph/colormap.py'
adding 'pyqtgraph/configfile.py'
adding 'pyqtgraph/debug.py'
adding 'pyqtgraph/exceptionHandling.py'
adding 'pyqtgraph/frozenSupport.py'
adding 'pyqtgraph/functions.py'
adding 'pyqtgraph/graphicsWindows.py'
adding 'pyqtgraph/ordereddict.py'
adding 'pyqtgraph/pgcollections.py'
adding 'pyqtgraph/ptime.py'
adding 'pyqtgraph/python2_3.py'
adding 'pyqtgraph/reload.py'
adding 'pyqtgraph/units.py'
adding 'pyqtgraph/GraphicsScene/GraphicsScene.py'
adding 'pyqtgraph/GraphicsScene/__init__.py'
adding 'pyqtgraph/GraphicsScene/exportDialog.py'
adding 'pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt.py'
adding 'pyqtgraph/GraphicsScene/exportDialogTemplate_pyqt5.py'
adding 'pyqtgraph/GraphicsScene/exportDialogTemplate_pyside.py'
adding 'pyqtgraph/GraphicsScene/exportDialogTemplate_pyside2.py'
adding 'pyqtgraph/GraphicsScene/mouseEvents.py'
adding 'pyqtgraph/canvas/Canvas.py'
adding 'pyqtgraph/canvas/CanvasItem.py'
adding 'pyqtgraph/canvas/CanvasManager.py'
adding 'pyqtgraph/canvas/CanvasTemplate_pyqt.py'
adding 'pyqtgraph/canvas/CanvasTemplate_pyqt5.py'
adding 'pyqtgraph/canvas/CanvasTemplate_pyside.py'
adding 'pyqtgraph/canvas/CanvasTemplate_pyside2.py'
adding 'pyqtgraph/canvas/TransformGuiTemplate_pyqt.py'
adding 'pyqtgraph/canvas/TransformGuiTemplate_pyqt5.py'
adding 'pyqtgraph/canvas/TransformGuiTemplate_pyside.py'
adding 'pyqtgraph/canvas/TransformGuiTemplate_pyside2.py'
adding 'pyqtgraph/canvas/__init__.py'
adding 'pyqtgraph/console/CmdInput.py'
adding 'pyqtgraph/console/Console.py'
adding 'pyqtgraph/console/__init__.py'
adding 'pyqtgraph/console/template_pyqt.py'
adding 'pyqtgraph/console/template_pyqt5.py'
adding 'pyqtgraph/console/template_pyside.py'
adding 'pyqtgraph/console/template_pyside2.py'
adding 'pyqtgraph/dockarea/Container.py'
adding 'pyqtgraph/dockarea/Dock.py'
adding 'pyqtgraph/dockarea/DockArea.py'
adding 'pyqtgraph/dockarea/DockDrop.py'
adding 'pyqtgraph/dockarea/__init__.py'
adding 'pyqtgraph/examples/Arrow.py'
adding 'pyqtgraph/examples/BarGraphItem.py'
adding 'pyqtgraph/examples/CLIexample.py'
adding 'pyqtgraph/examples/ColorButton.py'
adding 'pyqtgraph/examples/ConsoleWidget.py'
adding 'pyqtgraph/examples/CustomGraphItem.py'
adding 'pyqtgraph/examples/DataSlicing.py'
adding 'pyqtgraph/examples/DataTreeWidget.py'
adding 'pyqtgraph/examples/DateAxisItem.py'
adding 'pyqtgraph/examples/DateAxisItem_QtDesigner.py'
adding 'pyqtgraph/examples/DiffTreeWidget.py'
adding 'pyqtgraph/examples/Draw.py'
adding 'pyqtgraph/examples/ErrorBarItem.py'
adding 'pyqtgraph/examples/FillBetweenItem.py'
adding 'pyqtgraph/examples/Flowchart.py'
adding 'pyqtgraph/examples/FlowchartCustomNode.py'
adding 'pyqtgraph/examples/GLBarGraphItem.py'
adding 'pyqtgraph/examples/GLImageItem.py'
adding 'pyqtgraph/examples/GLIsosurface.py'
adding 'pyqtgraph/examples/GLLinePlotItem.py'
adding 'pyqtgraph/examples/GLMeshItem.py'
adding 'pyqtgraph/examples/GLScatterPlotItem.py'
adding 'pyqtgraph/examples/GLSurfacePlot.py'
adding 'pyqtgraph/examples/GLViewWidget.py'
adding 'pyqtgraph/examples/GLVolumeItem.py'
adding 'pyqtgraph/examples/GLshaders.py'
adding 'pyqtgraph/examples/GradientEditor.py'
adding 'pyqtgraph/examples/GradientWidget.py'
adding 'pyqtgraph/examples/GraphItem.py'
adding 'pyqtgraph/examples/GraphicsLayout.py'
adding 'pyqtgraph/examples/GraphicsScene.py'
adding 'pyqtgraph/examples/HistogramLUT.py'
adding 'pyqtgraph/examples/ImageItem.py'
adding 'pyqtgraph/examples/ImageView.py'
adding 'pyqtgraph/examples/InfiniteLine.py'
adding 'pyqtgraph/examples/JoystickButton.py'
adding 'pyqtgraph/examples/Legend.py'
adding 'pyqtgraph/examples/LogPlotTest.py'
adding 'pyqtgraph/examples/MouseSelection.py'
adding 'pyqtgraph/examples/MultiPlotSpeedTest.py'
adding 'pyqtgraph/examples/MultiPlotWidget.py'
adding 'pyqtgraph/examples/MultiplePlotAxes.py'
adding 'pyqtgraph/examples/PanningPlot.py'
adding 'pyqtgraph/examples/PlotAutoRange.py'
adding 'pyqtgraph/examples/PlotSpeedTest.py'
adding 'pyqtgraph/examples/PlotWidget.py'
adding 'pyqtgraph/examples/Plotting.py'
adding 'pyqtgraph/examples/ProgressDialog.py'
adding 'pyqtgraph/examples/ROIExamples.py'
adding 'pyqtgraph/examples/ROItypes.py'
adding 'pyqtgraph/examples/RemoteGraphicsView.py'
adding 'pyqtgraph/examples/RemoteSpeedTest.py'
adding 'pyqtgraph/examples/ScaleBar.py'
adding 'pyqtgraph/examples/ScatterPlot.py'
adding 'pyqtgraph/examples/ScatterPlotSpeedTest.py'
adding 'pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyqt.py'
adding 'pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyqt5.py'
adding 'pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyside.py'
adding 'pyqtgraph/examples/ScatterPlotSpeedTestTemplate_pyside2.py'
adding 'pyqtgraph/examples/ScatterPlotWidget.py'
adding 'pyqtgraph/examples/SimplePlot.py'
adding 'pyqtgraph/examples/SpinBox.py'
adding 'pyqtgraph/examples/Symbols.py'
adding 'pyqtgraph/examples/TableWidget.py'
adding 'pyqtgraph/examples/TreeWidget.py'
adding 'pyqtgraph/examples/VideoSpeedTest.py'
adding 'pyqtgraph/examples/VideoTemplate_pyqt.py'
adding 'pyqtgraph/examples/VideoTemplate_pyqt5.py'
adding 'pyqtgraph/examples/VideoTemplate_pyside.py'
adding 'pyqtgraph/examples/VideoTemplate_pyside2.py'
adding 'pyqtgraph/examples/ViewBox.py'
adding 'pyqtgraph/examples/ViewBoxFeatures.py'
adding 'pyqtgraph/examples/ViewLimits.py'
adding 'pyqtgraph/examples/__init__.py'
adding 'pyqtgraph/examples/__main__.py'
adding 'pyqtgraph/examples/beeswarm.py'
adding 'pyqtgraph/examples/contextMenu.py'
adding 'pyqtgraph/examples/crosshair.py'
adding 'pyqtgraph/examples/customGraphicsItem.py'
adding 'pyqtgraph/examples/customPlot.py'
adding 'pyqtgraph/examples/designerExample.py'
adding 'pyqtgraph/examples/designerExample_pyside2.py'
adding 'pyqtgraph/examples/dockarea.py'
adding 'pyqtgraph/examples/exampleLoaderTemplate_pyqt.py'
adding 'pyqtgraph/examples/exampleLoaderTemplate_pyqt5.py'
adding 'pyqtgraph/examples/exampleLoaderTemplate_pyside.py'
adding 'pyqtgraph/examples/exampleLoaderTemplate_pyside2.py'
adding 'pyqtgraph/examples/fractal.py'
adding 'pyqtgraph/examples/hdf5.py'
adding 'pyqtgraph/examples/histogram.py'
adding 'pyqtgraph/examples/imageAnalysis.py'
adding 'pyqtgraph/examples/infiniteline_performance.py'
adding 'pyqtgraph/examples/initExample.py'
adding 'pyqtgraph/examples/isocurve.py'
adding 'pyqtgraph/examples/linkedViews.py'
adding 'pyqtgraph/examples/logAxis.py'
adding 'pyqtgraph/examples/multiplePlotSpeedTest.py'
adding 'pyqtgraph/examples/multiprocess.py'
adding 'pyqtgraph/examples/optics_demos.py'
adding 'pyqtgraph/examples/parallelize.py'
adding 'pyqtgraph/examples/parametertree.py'
adding 'pyqtgraph/examples/relativity_demo.py'
adding 'pyqtgraph/examples/scrollingPlots.py'
adding 'pyqtgraph/examples/syntax.py'
adding 'pyqtgraph/examples/template.py'
adding 'pyqtgraph/examples/test_examples.py'
adding 'pyqtgraph/examples/text.py'
adding 'pyqtgraph/examples/utils.py'
adding 'pyqtgraph/examples/verlet_chain_demo.py'
adding 'pyqtgraph/examples/optics/__init__.py'
adding 'pyqtgraph/examples/optics/pyoptic.py'
adding 'pyqtgraph/examples/optics/schott_glasses.csv.gz'
adding 'pyqtgraph/examples/relativity/__init__.py'
adding 'pyqtgraph/examples/relativity/relativity.py'
adding 'pyqtgraph/examples/relativity/presets/Grid Expansion.cfg'
adding 'pyqtgraph/examples/relativity/presets/Twin Paradox (grid).cfg'
adding 'pyqtgraph/examples/relativity/presets/Twin Paradox.cfg'
adding 'pyqtgraph/examples/verlet_chain/__init__.py'
adding 'pyqtgraph/examples/verlet_chain/chain.py'
adding 'pyqtgraph/examples/verlet_chain/relax.py'
adding 'pyqtgraph/exporters/CSVExporter.py'
adding 'pyqtgraph/exporters/Exporter.py'
adding 'pyqtgraph/exporters/HDF5Exporter.py'
adding 'pyqtgraph/exporters/ImageExporter.py'
adding 'pyqtgraph/exporters/Matplotlib.py'
adding 'pyqtgraph/exporters/PrintExporter.py'
adding 'pyqtgraph/exporters/SVGExporter.py'
adding 'pyqtgraph/exporters/__init__.py'
adding 'pyqtgraph/exporters/tests/__init__.py'
adding 'pyqtgraph/exporters/tests/test_csv.py'
adding 'pyqtgraph/exporters/tests/test_hdf5.py'
adding 'pyqtgraph/exporters/tests/test_image.py'
adding 'pyqtgraph/exporters/tests/test_svg.py'
adding 'pyqtgraph/flowchart/Flowchart.py'
adding 'pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt.py'
adding 'pyqtgraph/flowchart/FlowchartCtrlTemplate_pyqt5.py'
adding 'pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside.py'
adding 'pyqtgraph/flowchart/FlowchartCtrlTemplate_pyside2.py'
adding 'pyqtgraph/flowchart/FlowchartGraphicsView.py'
adding 'pyqtgraph/flowchart/FlowchartTemplate_pyqt.py'
adding 'pyqtgraph/flowchart/FlowchartTemplate_pyqt5.py'
adding 'pyqtgraph/flowchart/FlowchartTemplate_pyside.py'
adding 'pyqtgraph/flowchart/FlowchartTemplate_pyside2.py'
adding 'pyqtgraph/flowchart/Node.py'
adding 'pyqtgraph/flowchart/NodeLibrary.py'
adding 'pyqtgraph/flowchart/Terminal.py'
adding 'pyqtgraph/flowchart/__init__.py'
adding 'pyqtgraph/flowchart/library/Data.py'
adding 'pyqtgraph/flowchart/library/Display.py'
adding 'pyqtgraph/flowchart/library/Filters.py'
adding 'pyqtgraph/flowchart/library/Operators.py'
adding 'pyqtgraph/flowchart/library/__init__.py'
adding 'pyqtgraph/flowchart/library/common.py'
adding 'pyqtgraph/flowchart/library/functions.py'
adding 'pyqtgraph/graphicsItems/ArrowItem.py'
adding 'pyqtgraph/graphicsItems/AxisItem.py'
adding 'pyqtgraph/graphicsItems/BarGraphItem.py'
adding 'pyqtgraph/graphicsItems/ButtonItem.py'
adding 'pyqtgraph/graphicsItems/CurvePoint.py'
adding 'pyqtgraph/graphicsItems/DateAxisItem.py'
adding 'pyqtgraph/graphicsItems/ErrorBarItem.py'
adding 'pyqtgraph/graphicsItems/FillBetweenItem.py'
adding 'pyqtgraph/graphicsItems/GradientEditorItem.py'
adding 'pyqtgraph/graphicsItems/GradientLegend.py'
adding 'pyqtgraph/graphicsItems/GraphItem.py'
adding 'pyqtgraph/graphicsItems/GraphicsItem.py'
adding 'pyqtgraph/graphicsItems/GraphicsLayout.py'
adding 'pyqtgraph/graphicsItems/GraphicsObject.py'
adding 'pyqtgraph/graphicsItems/GraphicsWidget.py'
adding 'pyqtgraph/graphicsItems/GraphicsWidgetAnchor.py'
adding 'pyqtgraph/graphicsItems/GridItem.py'
adding 'pyqtgraph/graphicsItems/HistogramLUTItem.py'
adding 'pyqtgraph/graphicsItems/ImageItem.py'
adding 'pyqtgraph/graphicsItems/InfiniteLine.py'
adding 'pyqtgraph/graphicsItems/IsocurveItem.py'
adding 'pyqtgraph/graphicsItems/ItemGroup.py'
adding 'pyqtgraph/graphicsItems/LabelItem.py'
adding 'pyqtgraph/graphicsItems/LegendItem.py'
adding 'pyqtgraph/graphicsItems/LinearRegionItem.py'
adding 'pyqtgraph/graphicsItems/MultiPlotItem.py'
adding 'pyqtgraph/graphicsItems/PlotCurveItem.py'
adding 'pyqtgraph/graphicsItems/PlotDataItem.py'
adding 'pyqtgraph/graphicsItems/ROI.py'
adding 'pyqtgraph/graphicsItems/ScaleBar.py'
adding 'pyqtgraph/graphicsItems/ScatterPlotItem.py'
adding 'pyqtgraph/graphicsItems/TargetItem.py'
adding 'pyqtgraph/graphicsItems/TextItem.py'
adding 'pyqtgraph/graphicsItems/UIGraphicsItem.py'
adding 'pyqtgraph/graphicsItems/VTickGroup.py'
adding 'pyqtgraph/graphicsItems/__init__.py'
adding 'pyqtgraph/graphicsItems/PlotItem/PlotItem.py'
adding 'pyqtgraph/graphicsItems/PlotItem/__init__.py'
adding 'pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt.py'
adding 'pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyqt5.py'
adding 'pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside.py'
adding 'pyqtgraph/graphicsItems/PlotItem/plotConfigTemplate_pyside2.py'
adding 'pyqtgraph/graphicsItems/ViewBox/ViewBox.py'
adding 'pyqtgraph/graphicsItems/ViewBox/ViewBoxMenu.py'
adding 'pyqtgraph/graphicsItems/ViewBox/__init__.py'
adding 'pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt.py'
adding 'pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyqt5.py'
adding 'pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside.py'
adding 'pyqtgraph/graphicsItems/ViewBox/axisCtrlTemplate_pyside2.py'
adding 'pyqtgraph/imageview/ImageView.py'
adding 'pyqtgraph/imageview/ImageViewTemplate_pyqt.py'
adding 'pyqtgraph/imageview/ImageViewTemplate_pyqt5.py'
adding 'pyqtgraph/imageview/ImageViewTemplate_pyside.py'
adding 'pyqtgraph/imageview/ImageViewTemplate_pyside2.py'
adding 'pyqtgraph/imageview/__init__.py'
adding 'pyqtgraph/metaarray/MetaArray.py'
adding 'pyqtgraph/metaarray/__init__.py'
adding 'pyqtgraph/multiprocess/__init__.py'
adding 'pyqtgraph/multiprocess/bootstrap.py'
adding 'pyqtgraph/multiprocess/parallelizer.py'
adding 'pyqtgraph/multiprocess/processes.py'
adding 'pyqtgraph/multiprocess/remoteproxy.py'
adding 'pyqtgraph/opengl/GLGraphicsItem.py'
adding 'pyqtgraph/opengl/GLViewWidget.py'
adding 'pyqtgraph/opengl/MeshData.py'
adding 'pyqtgraph/opengl/__init__.py'
adding 'pyqtgraph/opengl/glInfo.py'
adding 'pyqtgraph/opengl/shaders.py'
adding 'pyqtgraph/opengl/items/GLAxisItem.py'
adding 'pyqtgraph/opengl/items/GLBarGraphItem.py'
adding 'pyqtgraph/opengl/items/GLBoxItem.py'
adding 'pyqtgraph/opengl/items/GLGridItem.py'
adding 'pyqtgraph/opengl/items/GLImageItem.py'
adding 'pyqtgraph/opengl/items/GLLinePlotItem.py'
adding 'pyqtgraph/opengl/items/GLMeshItem.py'
adding 'pyqtgraph/opengl/items/GLScatterPlotItem.py'
adding 'pyqtgraph/opengl/items/GLSurfacePlotItem.py'
adding 'pyqtgraph/opengl/items/GLVolumeItem.py'
adding 'pyqtgraph/opengl/items/__init__.py'
adding 'pyqtgraph/parametertree/Parameter.py'
adding 'pyqtgraph/parametertree/ParameterItem.py'
adding 'pyqtgraph/parametertree/ParameterSystem.py'
adding 'pyqtgraph/parametertree/ParameterTree.py'
adding 'pyqtgraph/parametertree/SystemSolver.py'
adding 'pyqtgraph/parametertree/__init__.py'
adding 'pyqtgraph/parametertree/parameterTypes.py'
adding 'pyqtgraph/pixmaps/__init__.py'
adding 'pyqtgraph/pixmaps/compile.py'
adding 'pyqtgraph/pixmaps/pixmapData_2.py'
adding 'pyqtgraph/pixmaps/pixmapData_3.py'
adding 'pyqtgraph/tests/__init__.py'
adding 'pyqtgraph/tests/image_testing.py'
adding 'pyqtgraph/tests/test_configparser.py'
adding 'pyqtgraph/tests/test_exit_crash.py'
adding 'pyqtgraph/tests/test_functions.py'
adding 'pyqtgraph/tests/test_qt.py'
adding 'pyqtgraph/tests/test_ref_cycles.py'
adding 'pyqtgraph/tests/test_reload.py'
adding 'pyqtgraph/tests/test_srttransform3d.py'
adding 'pyqtgraph/tests/test_stability.py'
adding 'pyqtgraph/tests/ui_testing.py'
adding 'pyqtgraph/util/__init__.py'
adding 'pyqtgraph/util/cprint.py'
adding 'pyqtgraph/util/garbage_collector.py'
adding 'pyqtgraph/util/get_resolution.py'
adding 'pyqtgraph/util/lru_cache.py'
adding 'pyqtgraph/util/mutex.py'
adding 'pyqtgraph/util/pil_fix.py'
adding 'pyqtgraph/util/colorama/__init__.py'
adding 'pyqtgraph/util/colorama/win32.py'
adding 'pyqtgraph/util/colorama/winterm.py'
adding 'pyqtgraph/widgets/BusyCursor.py'
adding 'pyqtgraph/widgets/CheckTable.py'
adding 'pyqtgraph/widgets/ColorButton.py'
adding 'pyqtgraph/widgets/ColorMapWidget.py'
adding 'pyqtgraph/widgets/ComboBox.py'
adding 'pyqtgraph/widgets/DataFilterWidget.py'
adding 'pyqtgraph/widgets/DataTreeWidget.py'
adding 'pyqtgraph/widgets/DiffTreeWidget.py'
adding 'pyqtgraph/widgets/FeedbackButton.py'
adding 'pyqtgraph/widgets/FileDialog.py'
adding 'pyqtgraph/widgets/GradientWidget.py'
adding 'pyqtgraph/widgets/GraphicsLayoutWidget.py'
adding 'pyqtgraph/widgets/GraphicsView.py'
adding 'pyqtgraph/widgets/GroupBox.py'
adding 'pyqtgraph/widgets/HistogramLUTWidget.py'
adding 'pyqtgraph/widgets/JoystickButton.py'
adding 'pyqtgraph/widgets/LayoutWidget.py'
adding 'pyqtgraph/widgets/MatplotlibWidget.py'
adding 'pyqtgraph/widgets/MultiPlotWidget.py'
adding 'pyqtgraph/widgets/PathButton.py'
adding 'pyqtgraph/widgets/PlotWidget.py'
adding 'pyqtgraph/widgets/ProgressDialog.py'
adding 'pyqtgraph/widgets/RawImageWidget.py'
adding 'pyqtgraph/widgets/RemoteGraphicsView.py'
adding 'pyqtgraph/widgets/ScatterPlotWidget.py'
adding 'pyqtgraph/widgets/SpinBox.py'
adding 'pyqtgraph/widgets/TableWidget.py'
adding 'pyqtgraph/widgets/TreeWidget.py'
adding 'pyqtgraph/widgets/ValueLabel.py'
adding 'pyqtgraph/widgets/VerticalLabel.py'
adding 'pyqtgraph/widgets/__init__.py'
adding 'pyqtgraph-0.11.0.dist-info/LICENSE.txt'
adding 'pyqtgraph-0.11.0.dist-info/METADATA'
adding 'pyqtgraph-0.11.0.dist-info/WHEEL'
adding 'pyqtgraph-0.11.0.dist-info/top_level.txt'
adding 'pyqtgraph-0.11.0.dist-info/RECORD'
removing build/bdist.macosx-10.6-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source/dist /private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source
Processing ./pyqtgraph-0.11.0-py3-none-any.whl
Requirement already satisfied: numpy>=1.8.0 in /nix/store/8dxgbc2j5lmmjc1japlc6m58klgirkw9-python3.7-numpy-1.19.1/lib/python3.7/site-packages (from pyqtgraph==0.11.0) (1.19.1)
Installing collected packages: pyqtgraph
Successfully installed pyqtgraph-0.11.0
/private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
strip is /nix/store/1h9ivag16gyysxjgfwq5dfk8w6g246g7-cctools-binutils-darwin-949.0.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/crx8578z7armnkdb1ajj77x8cq5ys9a1-python3.7-pyqtgraph-0.11.0/lib 
patching script interpreter paths in /nix/store/crx8578z7armnkdb1ajj77x8cq5ys9a1-python3.7-pyqtgraph-0.11.0
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
sys.platform: darwin
sys.version: 3.7.9 (default, Oct  7 2020, 10:16:16) 
[Clang 7.1.0 (tags/RELEASE_710/final)]
qt bindings: PyQt5 5.15.1 Qt 5.12.7
pyqtgraph: 0.11.0; None
config:
{'antialias': False,
 'background': 'k',
 'crashWarning': False,
 'editorCommand': None,
 'enableExperimental': False,
 'exitCleanup': True,
 'foreground': 'd',
 'imageAxisOrder': 'col-major',
 'leftButtonPan': True,
 'useOpenGL': False,
 'useWeave': False,
 'weaveDebug': False}
�[1m============================= test session starts ==============================�[0m
platform darwin -- Python 3.7.9, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 -- /nix/store/i2fhj70arnf7d8h2scz5kmvwdi9809q4-python3-3.7.9/bin/python3.7
cachedir: .pytest_cache
rootdir: /private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source, inifile: pytest.ini
�[1mcollecting ... �[0mFatal Python error: Segmentation fault

Current thread 0x000000010b086dc0 (most recent call first):
  File "/private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source/pyqtgraph/Qt.py", line 359 in mkQApp
  File "/private/tmp/nix-build-python3.7-pyqtgraph-0.11.0.drv-0/source/pyqtgraph/dockarea/tests/test_dock.py", line 6 in <module>
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/assertion/rewrite.py", line 152 in exec_module
  File "<frozen importlib._bootstrap>", line 677 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 967 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 983 in _find_and_load
  File "/nix/store/zvv6mf31f91z45n8hg1ibcvq0d346rl9-python3.7-py-1.9.0/lib/python3.7/site-packages/py/_path/local.py", line 704 in pyimport
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/python.py", line 511 in _importtestmodule
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/python.py", line 443 in _getobj
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/python.py", line 261 in obj
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/python.py", line 459 in _inject_setup_module_fixture
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/python.py", line 446 in collect
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/runner.py", line 264 in <lambda>
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/runner.py", line 244 in from_call
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/runner.py", line 264 in pytest_make_collect_report
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/callers.py", line 187 in _multicall
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 87 in <lambda>
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 93 in _hookexec
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/hooks.py", line 286 in __call__
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/runner.py", line 382 in collect_one_node
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 681 in genitems
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 490 in _perform_collect
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 452 in perform_collect
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 257 in pytest_collection
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/callers.py", line 187 in _multicall
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 87 in <lambda>
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 93 in _hookexec
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/hooks.py", line 286 in __call__
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 246 in _main
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 191 in wrap_session
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/main.py", line 240 in pytest_cmdline_main
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/callers.py", line 187 in _multicall
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 87 in <lambda>
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/manager.py", line 93 in _hookexec
  File "/nix/store/whvjjgdmj592p2hijn510wy2gjpvqs7w-python3.7-pluggy-0.13.1/lib/python3.7/site-packages/pluggy/hooks.py", line 286 in __call__
  File "/nix/store/r7hg8phncbli7v4lygxpsq3qbirjc0b3-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/config/__init__.py", line 125 in main
  File "test.py", line 24 in <module>
/nix/store/d61m18vxxwqshv4vik4jw3i7a9d3sflx-stdenv-darwin/setup: line 1318: 38995 Segmentation fault: 11  /nix/store/i2fhj70arnf7d8h2scz5kmvwdi9809q4-python3-3.7.9/bin/python3.7 test.py --pyqt5 -s -v -k "not test_ImageItem and not test_ImageItem_axisorder   and not test_PlotCurveItem and not test_getArrayRegion   and not test_getArrayRegion_axisorder and not test_PolyLineROI"

propagatedBuildInputs = [ scipy numpy pyqt4 pyopengl ];
propagatedBuildInputs = [ numpy pyqt5 scipy pyopengl h5py ];

checkInputs = [ pytest ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use pytestCheckHook.

@SuperSandro2000
Copy link
Member

Can you solve the merge conflict?

@Artturin
Copy link
Member

Superseded by #130560

@Artturin Artturin closed this Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants