Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use same Make as FreeType's configure to build it. #18092

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

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Jul 28, 2020

PR Summary

Namely, it's necessary to use gmake on BSD, since their make does not work.
This translates the check from FreeType's configure shell script to our setup.

This fixes #18057 on FreeBSD, assuming you have gmake installed, and may or may not be a better fix than #18088 (I don't know whether requiring gmake is reasonable.)

PR Checklist

  • [n/a] Has Pytest style unit tests
  • Code is Flake 8 compliant
  • [n/a] New features are documented, with examples if plot related
  • [n/a] Documentation is sphinx and numpydoc compliant
  • [n/a] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • [n/a] Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way

@QuLogic QuLogic added the Build label Jul 28, 2020
@QuLogic QuLogic added this to the v3.3.1 milestone Jul 28, 2020
Namely, it's necessary to use `gmake` on BSD, since their `make` does
not work.
@QuLogic
Copy link
Member Author

QuLogic commented Jul 28, 2020

@karolyi @asherpasha Does this work for you on BSD? Is it reasonable to require gmake? (I tried FreeBSD at least.)

@asherpasha
Copy link

It builds on OpenBSD. So, personally, I am okay with either of the pull requests.
At some point in the future, OpenBSD's matplotlib port will be updated to 3.3.0+. I am not the port maintainer. So I am not sure if they would have any issues. Are you okay if I ask in OpenBSD ports mailing lists so they can test it too?

@karolyi
Copy link

karolyi commented Jul 28, 2020

It doesn't work for me. I tried without gmake, with gmake, with gmake and specifying MAKE=gmake. The part that fails is freetype compilation.

Brace yourselves, huge build output below:

test@testjail /u/h/t/test> . venv/bin/activate.fish
(venv) test@testjail /u/h/t/test> MAKE=gmake python -m pip install git+https://github.com/QuLogic/matplotlib
Collecting git+https://github.com/QuLogic/matplotlib
  Cloning https://github.com/QuLogic/matplotlib to /tmp/pip-req-build-yrrzxvko
  Running command git clone -q https://github.com/QuLogic/matplotlib /tmp/pip-req-build-yrrzxvko
Requirement already satisfied: cycler>=0.10 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (0.10.0)
Requirement already satisfied: kiwisolver>=1.0.1 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (1.2.0)
Requirement already satisfied: numpy>=1.16 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (1.19.1)
Requirement already satisfied: pillow>=6.2.0 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (7.2.0)
Requirement already satisfied: pyparsing>=2.2.1 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (2.4.7)
Requirement already satisfied: python-dateutil>=2.7 in ./venv/lib/python3.7/site-packages (from matplotlib==3.3.0rc1+472.gb5eca56cb) (2.8.1)
Requirement already satisfied: six in ./venv/lib/python3.7/site-packages (from cycler>=0.10->matplotlib==3.3.0rc1+472.gb5eca56cb) (1.15.0)
Building wheels for collected packages: matplotlib
  Building wheel for matplotlib (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/home/test/test/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-j4uqqib7
       cwd: /tmp/pip-req-build-yrrzxvko/
  Complete output (793 lines):
  
  Edit setup.cfg to change the build options; suppress output with --quiet.
  
  BUILDING MATPLOTLIB
    matplotlib: yes [3.3.0rc1+472.gb5eca56cb]
        python: yes [3.7.8 (default, Jul 11 2020, 01:22:11)  [Clang 8.0.1
                    (tags/RELEASE_801/final 366581)]]
      platform: yes [freebsd12]
   sample_data: yes [installing]
         tests: no  [skipping due to configuration]
        macosx: no  [Mac OS-X only]
  
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7
  copying lib/pylab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits
  copying lib/mpl_toolkits/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/font_manager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_text_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/pylab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_mathtext_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/fontconfig_pattern.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/table.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_color_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/hatch.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_layoutbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/contour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/texmanager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/dates.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/textpath.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_pylab_helpers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/afm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/scale.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/backend_tools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_constrained_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/backend_managers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/spines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/bezier.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/sankey.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/text.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_internal_utils.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/quiver.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/tight_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/gridspec.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_version.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/collections.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/cm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/tight_bbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/streamplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_cm_listed.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/patheffects.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/stackplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/lines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/docstring.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/backend_bases.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/image.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/legend.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/dviread.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/transforms.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/mlab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_animation_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/colors.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/ticker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/category.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/mathtext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/type1font.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/ttconv.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/animation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/rcsetup.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/markers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/units.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/figure.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/legend_handler.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/blocking_input.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/offsetbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/_cm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/pyplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/container.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  copying lib/matplotlib/axis.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/inset_locator.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/axes_size.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/mpl_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/anchored_artists.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  copying lib/mpl_toolkits/axes_grid1/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axisline_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  copying lib/mpl_toolkits/axisartist/angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  copying lib/mpl_toolkits/mplot3d/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  copying lib/mpl_toolkits/mplot3d/art3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  copying lib/mpl_toolkits/mplot3d/axes3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  copying lib/mpl_toolkits/mplot3d/axis3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  copying lib/mpl_toolkits/mplot3d/proj3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/inset_locator.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axisline_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/axes_size.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  copying lib/mpl_toolkits/axes_grid/grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axisartist_axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_mplot3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  copying lib/mpl_toolkits/tests/test_axes_grid1.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
  copying lib/matplotlib/cbook/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
  copying lib/matplotlib/cbook/deprecation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_gtk3cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_gtk3agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_template.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_wxcairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_wx.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/qt_compat.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_nbagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_tkcairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_gtk3.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_webagg_core.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/_backend_pdf_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt4.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt5.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_pdf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_macosx.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt5agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_pgf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_webagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/_backend_tk.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt4cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_qt5cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_svg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_mixed.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  copying lib/matplotlib/backends/backend_cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/compare.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/exceptions.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  copying lib/matplotlib/testing/decorators.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  copying lib/matplotlib/axes/_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  copying lib/matplotlib/axes/_secondary_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  copying lib/matplotlib/axes/_subplots.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  copying lib/matplotlib/axes/_base.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  copying lib/matplotlib/axes/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
  copying lib/matplotlib/projections/geo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
  copying lib/matplotlib/projections/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
  copying lib/matplotlib/projections/polar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
  copying lib/matplotlib/style/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
  copying lib/matplotlib/style/core.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/compat
  copying lib/matplotlib/compat/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/compat
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
  copying lib/matplotlib/sphinxext/mathmpl.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
  copying lib/matplotlib/sphinxext/plot_directive.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
  copying lib/matplotlib/sphinxext/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_collections.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_skew.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_rcparams.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_texmanager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_subplots.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_bbox_tight.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_lines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_quiver.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_sankey.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_image.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_spines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_determinism.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_dviread.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_matplotlib.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_gridspec.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_fontconfig_pattern.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_png.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_units.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_pdf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_testing.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_webagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_preprocess_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_cycles.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_usetex.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_bases.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_agg_filter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_text.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_marker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_pyplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_animation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_category.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_transforms.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_polar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_constrainedlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_table.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_tools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_figure.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_mathtext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_basic.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_offsetbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_contour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_streamplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_tk.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_mlab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_container.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_pgf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_sphinxext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_dates.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_ttconv.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_font_manager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backends_interactive.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_scale.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_colors.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_ticker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_legend.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_nbagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_simplification.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_pickle.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_triangulation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_arrow_patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_qt.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_patheffects.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_compare_images.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_type1font.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_backend_svg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_cbook.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_afm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  copying lib/matplotlib/tests/test_tightlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/triplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/tripcolor.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/tricontour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/trirefine.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/triinterpolate.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/trifinder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/triangulation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/tritools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  copying lib/matplotlib/tri/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  copying lib/matplotlib/backends/qt_editor/_formsubplottool.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  copying lib/matplotlib/backends/qt_editor/_formlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  copying lib/matplotlib/backends/qt_editor/formsubplottool.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  copying lib/matplotlib/backends/qt_editor/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  copying lib/matplotlib/backends/qt_editor/figureoptions.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/UnitDbl.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/UnitDblFormatter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/Epoch.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/EpochConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/UnitDblConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/StrConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  copying lib/matplotlib/testing/jpl_units/Duration.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/help_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/images/filesave-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/back-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/grayscale.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/filesave.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/back_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/ggplot.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/backends/web_backend/ipython_inline_figure.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/filesave_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/zoom_to_rect.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/qt4_editor_options.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/backends/web_backend/package.json -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/sample_data/msft.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/images/subplots-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
  copying lib/matplotlib/backends/web_backend/css/page.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
  copying lib/matplotlib/mpl-data/images/subplots.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/filesave.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/forward.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/backends/web_backend/nbagg_uat.ipynb -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/sample_data/goog.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/sample_data/membrane.dat -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/stylelib/seaborn-pastel.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/sample_data/logo2.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/images/hand.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/subplots_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/zoom_to_rect.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/stylelib/seaborn.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/stylelib/seaborn-talk.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
  copying lib/matplotlib/backends/web_backend/js/nbagg_mpl.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
  copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/sample_data/s1045.ima.gz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/stylelib/fast.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/subplots.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/backends/web_backend/all_figures.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/stylelib/seaborn-whitegrid.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/help.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/forward.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/qt4_editor_options.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/backends/web_backend/.prettierrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/stylelib/classic.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/help-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/home-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/home_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/backends/web_backend/.eslintrc.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/images/forward-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/back.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/help.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/sample_data/grace_hopper.jpg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/backends/web_backend/css/fbm.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
  copying lib/matplotlib/mpl-data/stylelib/seaborn-white.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/sample_data/grace_hopper.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/images/move.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-darkgrid.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/back_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/help.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data/axes_grid
  copying lib/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data/axes_grid
  copying lib/matplotlib/mpl-data/images/move_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/back.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/move-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/stylelib/seaborn-poster.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/home.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/stylelib/bmh.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/matplotlib_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/help.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/images/hand.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/filesave_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/sample_data/ada.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/forward_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/home.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/hand_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/backends/web_backend/css/boilerplate.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
  copying lib/matplotlib/mpl-data/sample_data/ct.raw.gz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/subplots_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/images/matplotlib_128.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/sample_data/README.txt -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/move.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/sample_data/topobathy.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/backends/web_backend/single_figure.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/backends/web_backend/js/mpl.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
  copying lib/matplotlib/mpl-data/images/move.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/home.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/backends/web_backend/.prettierignore -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
  copying lib/matplotlib/backends/web_backend/css/mpl.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
  copying lib/matplotlib/mpl-data/images/qt4_editor_options.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/help.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/subplots.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/backends/web_backend/js/mpl_tornado.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
  copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/sample_data/None_vs_nearest-pdf.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data
  copying lib/matplotlib/mpl-data/images/qt4_editor_options_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/back.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/sample_data/eeg.dat -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/sample_data/demodata.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
  copying lib/matplotlib/mpl-data/images/move_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/sample_data/aapl.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
  copying lib/matplotlib/mpl-data/stylelib/seaborn-ticks.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/images/forward_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
  copying lib/matplotlib/mpl-data/images/matplotlib.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/stylelib/seaborn-dark-palette.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
  copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
  copying lib/matplotlib/mpl-data/images/home_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  copying lib/matplotlib/mpl-data/images/help_large.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
  UPDATING build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/_version.py
  set build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/_version.py to '3.3.0rc1+472.gb5eca56cb'
  running build_ext
  creating tmp
  cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/home/test/test/venv/include -I/usr/local/include/python3.7m -c /tmp/tmpkac8ihbu.cpp -o tmp/tmpkac8ihbu.o -fvisibility=hidden
  cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/home/test/test/venv/include -I/usr/local/include/python3.7m -c /tmp/tmph4481n7m.cpp -o tmp/tmph4481n7m.o -fvisibility-inlines-hidden
  Extracting freetype-2.6.1.tar.gz
  Building freetype in build/freetype-2.6.1
  
  FreeType build system -- automatic system detection
  
  The following settings are used:
  
    platform                    unix
    compiler                    cc
    configuration directory     ./builds/unix
    configuration rules         ./builds/unix/unix.mk
  
  If this does not correspond to your system or settings please remove the file
  `config.mk' from this directory then read the INSTALL file for help.
  
  Otherwise, simply type `gmake' again to build the library,
  or `gmake refdoc' to build the API reference (this needs python >= 2.6).
  
  Generating modules list in ./objs/ftmodule.h...
  * module: truetype  (Windows/Mac font files with extension *.ttf or *.ttc)
  * module: type1     (Postscript font files with extension *.pfa or *.pfb)
  * module: cff       (OpenType fonts with extension *.otf)
  * module: cid       (Postscript CID-keyed fonts, no known extension)
  * module: pfr       (PFR/TrueDoc font files with extension *.pfr)
  * module: type42    (Type 42 font files with no known extension)
  * module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
  * module: pcf       (pcf bitmap fonts)
  * module: bdf       (bdf bitmap fonts)
  * module: sfnt      (helper module for TrueType & OpenType formats)
  * module: autofit   (automatic hinting module)
  * module: pshinter  (Postscript hinter module)
  * module: raster    (monochrome bitmap renderer)
  * module: smooth    (anti-aliased bitmap renderer)
  * module: smooth    (anti-aliased bitmap renderer for LCDs)
  * module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
  * module: psaux     (Postscript Type 1 & Type 2 helper module)
  * module: psnames   (Postscript & Unicode Glyph name handling)
  done.
  cd builds/unix; \
          ./configure  '--with-zlib=no' '--with-bzip2=no' '--with-png=no' '--with-harfbuzz=no' '--enable-static' '--disable-shared'
  checking build system type... x86_64-unknown-freebsd12.1
  checking host system type... x86_64-unknown-freebsd12.1
  checking for gcc... no
  checking for cc... cc
  checking whether the C compiler works... yes
  checking for C compiler default output file name... a.out
  checking for suffix of executables...
  checking whether we are cross compiling... no
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether cc accepts -g... yes
  checking for cc option to accept ISO C89... none needed
  checking how to run the C preprocessor... cc -E
  checking for pkg-config... no
  checking how to print strings... printf
  checking for a sed that does not truncate output... /usr/bin/sed
  checking for grep that handles long lines and -e... /usr/bin/grep
  checking for egrep... /usr/bin/grep -E
  checking for fgrep... /usr/bin/grep -F
  checking for ld used by cc... /usr/bin/ld
  checking if the linker (/usr/bin/ld) is GNU ld... yes
  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  checking the name lister (/usr/bin/nm) interface... BSD nm
  checking whether ln -s works... yes
  checking the maximum length of command line arguments... 196608
  checking how to convert x86_64-unknown-freebsd12.1 file names to x86_64-unknown-freebsd12.1 format... func_convert_file_noop
  checking how to convert x86_64-unknown-freebsd12.1 file names to toolchain format... func_convert_file_noop
  checking for /usr/bin/ld option to reload object files... -r
  checking for objdump... objdump
  checking how to recognize dependent libraries... pass_all
  checking for dlltool... no
  checking how to associate runtime and link libraries... printf %s\n
  checking for ar... ar
  checking for archiver @FILE support... no
  checking for strip... strip
  checking for ranlib... ranlib
  checking for gawk... no
  checking for mawk... no
  checking for nawk... nawk
  checking command to parse /usr/bin/nm output from cc object... ok
  checking for sysroot... no
  checking for a working dd... /bin/dd
  checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  checking for mt... mt
  checking if mt is a manifest tool... no
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking for dlfcn.h... yes
  checking for objdir... .libs
  checking if cc supports -fno-rtti -fno-exceptions... yes
  checking for cc option to produce PIC... -fPIC -DPIC
  checking if cc PIC flag -fPIC -DPIC works... yes
  checking if cc static flag -static works... yes
  checking if cc supports -c -o file.o... yes
  checking if cc supports -c -o file.o... (cached) yes
  checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  checking dynamic linker characteristics... freebsd12.1 ld.so
  checking how to hardcode library paths into programs... immediate
  checking whether stripping libraries is possible... no
  checking if libtool supports shared libraries... yes
  checking whether to build shared libraries... no
  checking whether to build static libraries... yes
  checking for a BSD-compatible install... /usr/bin/install -c
  checking for a thread-safe mkdir -p... ./install-sh -c -d
  checking for ANSI C header files... (cached) yes
  checking fcntl.h usability... yes
  checking fcntl.h presence... yes
  checking for fcntl.h... yes
  checking for unistd.h... (cached) yes
  checking for an ANSI C-conforming const... yes
  checking size of int... 4
  checking size of long... 8
  checking whether cpp computation of bit length in ftconfig.in works... yes
  checking for stdlib.h... (cached) yes
  checking for unistd.h... (cached) yes
  checking for sys/param.h... yes
  checking for getpagesize... yes
  checking for working mmap... yes
  checking whether munmap is declared... yes
  checking for munmap's first parameter type... void *
  checking for memcpy... yes
  checking for memmove... yes
  checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
  configure: creating ./config.status
  config.status: creating unix-cc.mk
  config.status: creating unix-def.mk
  config.status: creating ftconfig.h
  config.status: executing libtool commands
  configure:
  
  Library configuration:
    external zlib: no
    bzip2:         no
    libpng:        no
    harfbuzz:      no
  
  gmake: Nothing to be done for 'unix'.
  make: "./builds/./builds/toplevel.mk" line 41: Need an operator
  make: "./builds/./builds/toplevel.mk" line 42: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 43: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 44: Need an operator
  make: "./builds/./builds/toplevel.mk" line 60: Need an operator
  make: "./builds/./builds/toplevel.mk" line 62: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 64: Need an operator
  make: "./builds/./builds/toplevel.mk" line 65: Need an operator
  make: "./builds/./builds/toplevel.mk" line 74: Could not find ./objs/modules.cfg
  make: "./builds/./builds/toplevel.mk" line 96: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 98: Need an operator
  make: "./builds/./builds/toplevel.mk" line 102: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 104: Need an operator
  make: "./builds/./builds/toplevel.mk" line 109: Need an operator
  make: "./builds/./builds/toplevel.mk" line 113: Need an operator
  make: "./builds/./builds/toplevel.mk" line 127: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 138: Need an operator
  make: "./builds/./builds/toplevel.mk" line 145: Need an operator
  make: "./builds/./builds/toplevel.mk" line 152: Need an operator
  make: "./builds/./builds/toplevel.mk" line 154: Need an operator
  make: "./builds/./builds/modules.mk" line 31: Missing dependency operator
  make: "./builds/./builds/modules.mk" line 35: Need an operator
  make: "./builds/./builds/modules.mk" line 39: Need an operator
  make: "./builds/./builds/modules.mk" line 42: Need an operator
  make: "./builds/./builds/modules.mk" line 43: Need an operator
  make: "./builds/./builds/modules.mk" line 44: Need an operator
  make: "./builds/./builds/modules.mk" line 45: Need an operator
  make: "./builds/./builds/modules.mk" line 46: Need an operator
  make: "./builds/./builds/modules.mk" line 52: Need an operator
  make: "./builds/./builds/modules.mk" line 53: Need an operator
  make: "./builds/./builds/modules.mk" line 54: Need an operator
  make: "./builds/./builds/modules.mk" line 55: Need an operator
  make: "./builds/./builds/modules.mk" line 57: Need an operator
  make: "./builds/./builds/modules.mk" line 58: Need an operator
  make: "./builds/./builds/modules.mk" line 59: Need an operator
  make: "./builds/./builds/modules.mk" line 60: Need an operator
  make: "./builds/./builds/" line 1: warning: Zero byte read from file, skipping rest of line.
  make: "./builds/./builds/" line 1: Need an operator
  make: "./builds/./builds/toplevel.mk" line 193: Missing dependency operator
  make: "./builds/./builds/toplevel.mk" line 196: Need an operator
  make: "./builds/./builds/toplevel.mk" line 199: Need an operator
  make: Fatal errors encountered -- cannot continue
  make: stopped in /tmp/pip-req-build-yrrzxvko/build/freetype-2.6.1
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-req-build-yrrzxvko/setup.py", line 289, in <module>
      cmdclass=cmdclass,
    File "/usr/home/test/test/venv/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup
      return distutils.core.setup(**attrs)
    File "/usr/local/lib/python3.7/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/local/lib/python3.7/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/home/test/test/venv/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 223, in run
      self.run_command('build')
    File "/usr/local/lib/python3.7/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/local/lib/python3.7/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/local/lib/python3.7/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/home/test/test/venv/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 87, in run
      _build_ext.run(self)
    File "/usr/local/lib/python3.7/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "/tmp/pip-req-build-yrrzxvko/setup.py", line 175, in build_extensions
      package.do_custom_build(env)
    File "/tmp/pip-req-build-yrrzxvko/setupext.py", line 600, in do_custom_build
      subprocess.check_call(["make"], env=env, cwd=src_path)
    File "/usr/local/lib/python3.7/subprocess.py", line 363, in check_call
      raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 1.
  ----------------------------------------
  ERROR: Failed building wheel for matplotlib
  Running setup.py clean for matplotlib
Failed to build matplotlib
Installing collected packages: matplotlib
    Running setup.py install for matplotlib ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/home/test/test/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-mv2zl6ka/install-record.txt --single-version-externally-managed --compile --install-headers /usr/home/test/test/venv/include/site/python3.7/matplotlib
         cwd: /tmp/pip-req-build-yrrzxvko/
    Complete output (772 lines):
    
    Edit setup.cfg to change the build options; suppress output with --quiet.
    
    BUILDING MATPLOTLIB
      matplotlib: yes [3.3.0rc1+472.gb5eca56cb]
          python: yes [3.7.8 (default, Jul 11 2020, 01:22:11)  [Clang 8.0.1
                      (tags/RELEASE_801/final 366581)]]
        platform: yes [freebsd12]
     sample_data: yes [installing]
           tests: no  [skipping due to configuration]
          macosx: no  [Mac OS-X only]
    
    running install
    running build
    running build_py
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7
    copying lib/pylab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits
    copying lib/mpl_toolkits/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/font_manager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_text_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/pylab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_mathtext_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/fontconfig_pattern.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/table.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_color_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/hatch.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_layoutbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/contour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/texmanager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/dates.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/textpath.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_pylab_helpers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/afm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/scale.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/backend_tools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_constrained_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/backend_managers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/spines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/bezier.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/sankey.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/text.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_internal_utils.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/quiver.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/tight_layout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/gridspec.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_version.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/collections.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/cm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/tight_bbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/streamplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_cm_listed.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/patheffects.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/stackplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/lines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/docstring.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/backend_bases.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/image.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/legend.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/dviread.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/transforms.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/mlab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_animation_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/colors.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/ticker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/category.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/mathtext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/type1font.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/ttconv.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/animation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/rcsetup.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/markers.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/units.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/figure.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/legend_handler.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/blocking_input.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/offsetbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/_cm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/pyplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/container.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    copying lib/matplotlib/axis.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/inset_locator.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/axes_size.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/mpl_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/anchored_artists.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    copying lib/mpl_toolkits/axes_grid1/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid1
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axisline_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    copying lib/mpl_toolkits/axisartist/angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axisartist
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    copying lib/mpl_toolkits/mplot3d/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    copying lib/mpl_toolkits/mplot3d/art3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    copying lib/mpl_toolkits/mplot3d/axes3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    copying lib/mpl_toolkits/mplot3d/axis3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    copying lib/mpl_toolkits/mplot3d/proj3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/mplot3d
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/inset_locator.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axisline_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axes_divider.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/axes_size.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    copying lib/mpl_toolkits/axes_grid/grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/axes_grid
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_grid_finder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_grid_helper_curvelinear.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_angle_helper.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_floating_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axes_grid.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_axislines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_clip_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axisartist_axis_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_mplot3d.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    copying lib/mpl_toolkits/tests/test_axes_grid1.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/mpl_toolkits/tests
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
    copying lib/matplotlib/cbook/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
    copying lib/matplotlib/cbook/deprecation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/cbook
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_gtk3cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_gtk3agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_template.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_wxcairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_wx.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/qt_compat.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_nbagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_tkcairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_gtk3.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_webagg_core.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/_backend_pdf_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt4.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt5.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_pdf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_macosx.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt5agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_pgf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_webagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/_backend_tk.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt4cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_qt5cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_svg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_mixed.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    copying lib/matplotlib/backends/backend_cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/compare.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/exceptions.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    copying lib/matplotlib/testing/decorators.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    copying lib/matplotlib/axes/_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    copying lib/matplotlib/axes/_secondary_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    copying lib/matplotlib/axes/_subplots.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    copying lib/matplotlib/axes/_base.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    copying lib/matplotlib/axes/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/axes
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
    copying lib/matplotlib/projections/geo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
    copying lib/matplotlib/projections/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
    copying lib/matplotlib/projections/polar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/projections
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
    copying lib/matplotlib/style/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
    copying lib/matplotlib/style/core.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/style
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/compat
    copying lib/matplotlib/compat/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/compat
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
    copying lib/matplotlib/sphinxext/mathmpl.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
    copying lib/matplotlib/sphinxext/plot_directive.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
    copying lib/matplotlib/sphinxext/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/sphinxext
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_collections.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_widgets.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_skew.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_rcparams.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_texmanager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_subplots.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_bbox_tight.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_lines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_quiver.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_sankey.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_image.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_spines.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_determinism.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_dviread.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_matplotlib.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_gridspec.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_fontconfig_pattern.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_png.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_axes.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_units.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_pdf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_testing.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_artist.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_webagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_preprocess_data.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_cycles.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_usetex.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_cairo.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_bases.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_agg_filter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_agg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_text.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_path.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_marker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_pyplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_animation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_category.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_transforms.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_polar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_constrainedlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_table.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_tools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_figure.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_mathtext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_basic.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_colorbar.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_offsetbox.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_contour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_streamplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_tk.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_mlab.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_container.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_pgf.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_sphinxext.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_dates.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_ttconv.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_font_manager.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_style.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backends_interactive.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/conftest.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_scale.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_colors.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_ticker.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_legend.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_nbagg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_simplification.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_pickle.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_triangulation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_arrow_patches.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_qt.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_ps.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_patheffects.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_compare_images.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_type1font.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_backend_svg.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_cbook.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_afm.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    copying lib/matplotlib/tests/test_tightlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tests
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/triplot.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/tripcolor.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/tricontour.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/trirefine.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/triinterpolate.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/trifinder.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/triangulation.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/tritools.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    copying lib/matplotlib/tri/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/tri
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    copying lib/matplotlib/backends/qt_editor/_formsubplottool.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    copying lib/matplotlib/backends/qt_editor/_formlayout.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    copying lib/matplotlib/backends/qt_editor/formsubplottool.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    copying lib/matplotlib/backends/qt_editor/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    copying lib/matplotlib/backends/qt_editor/figureoptions.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/qt_editor
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/UnitDbl.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/UnitDblFormatter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/Epoch.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/EpochConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/__init__.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/UnitDblConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/StrConverter.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    copying lib/matplotlib/testing/jpl_units/Duration.py -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/testing/jpl_units
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/forward.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/sample_data/grace_hopper.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/goog.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/help.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/help.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/backends/web_backend/package.json -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/images/forward-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-bright.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/home-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/move-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/backends/web_backend/ipython_inline_figure.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/sample_data/embedding_in_wx3.xrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/qt4_editor_options.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
    copying lib/matplotlib/backends/web_backend/css/page.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
    copying lib/matplotlib/mpl-data/stylelib/fivethirtyeight.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/home.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/qt4_editor_options_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/backends/web_backend/nbagg_uat.ipynb -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/images/filesave-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/grace_hopper.jpg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/move_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/forward_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/sample_data/jacksboro_fault_dem.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/help.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/matplotlib_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/sample_data/ct.raw.gz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/hand.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-deep.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/move.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-paper.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/forward.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/subplots.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
    copying lib/matplotlib/backends/web_backend/js/mpl.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
    copying lib/matplotlib/mpl-data/sample_data/topobathy.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/filesave.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/filesave_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/sample_data/logo2.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/move_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/fast.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/subplots_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/stylelib/seaborn-talk.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/sample_data/demodata.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/move.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/images/back.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-muted.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/sample_data/README.txt -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/zoom_to_rect.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/filesave_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/sample_data/aapl.npz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/backends/web_backend/css/boilerplate.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
    copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/backends/web_backend/all_figures.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/images/subplots-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/qt4_editor_options.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/images/zoom_to_rect.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-pastel.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/backends/web_backend/js/nbagg_mpl.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
    copying lib/matplotlib/mpl-data/images/hand_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/backends/web_backend/.eslintrc.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/stylelib/seaborn.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/data_x_x2_x3.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    creating build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data/axes_grid
    copying lib/matplotlib/mpl-data/sample_data/axes_grid/bivariate_normal.npy -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data/axes_grid
    copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/help.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/classic.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/backends/web_backend/.prettierignore -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/images/home.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/forward_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/backends/web_backend/js/mpl_tornado.js -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/js
    copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/help-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/help_large.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/home_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/stylelib/seaborn-dark-palette.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/Minduka_Present_Blue_Pack.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/home_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/stylelib/seaborn-dark.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/backends/web_backend/css/mpl.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/s1045.ima.gz -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/backends/web_backend/single_figure.html -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/stylelib/seaborn-notebook.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/help.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-darkgrid.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/zoom_to_rect-symbolic.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/back.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-poster.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/backends/web_backend/css/fbm.css -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend/css
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/images/subplots.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/stylelib/seaborn-ticks.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_DEJAVU -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/sample_data/msft.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/help_large.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/_classic_test_patch.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/subplots_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/filesave.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/qt4_editor_options.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/sample_data/eeg.dat -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/sample_data/membrane.dat -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/matplotlib_128.ppm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/bmh.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/stylelib/seaborn-whitegrid.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/stylelib/ggplot.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/stylelib/seaborn-colorblind.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/backends/web_backend/.prettierrc -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/backends/web_backend
    copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/stylelib/tableau-colorblind10.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/images/subplots.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/images/home.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/pdfcorefonts
    copying lib/matplotlib/mpl-data/images/move.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/seaborn-white.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/zoom_to_rect_large.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/sample_data/ada.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/sample_data/percent_bachelors_degrees_women_usa.csv -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/images/hand.gif -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/images/matplotlib.pdf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/images
    copying lib/matplotlib/mpl-data/stylelib/grayscale.mplstyle -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/stylelib
    copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    copying lib/matplotlib/mpl-data/sample_data/None_vs_nearest-pdf.png -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/sample_data
    copying lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/ttf
    copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/mpl-data/fonts/afm
    UPDATING build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/_version.py
    set build/lib.freebsd-12.1-RELEASE-p7-amd64-3.7/matplotlib/_version.py to '3.3.0rc1+472.gb5eca56cb'
    running build_ext
    cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/home/test/test/venv/include -I/usr/local/include/python3.7m -c /tmp/tmps77hzc5x.cpp -o tmp/tmps77hzc5x.o -fvisibility=hidden
    cc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/home/test/test/venv/include -I/usr/local/include/python3.7m -c /tmp/tmpgo9ar8kl.cpp -o tmp/tmpgo9ar8kl.o -fvisibility-inlines-hidden
    Building freetype in build/freetype-2.6.1
    
    FreeType build system -- automatic system detection
    
    The following settings are used:
    
      platform                    unix
      compiler                    cc
      configuration directory     ./builds/unix
      configuration rules         ./builds/unix/unix.mk
    
    If this does not correspond to your system or settings please remove the file
    `config.mk' from this directory then read the INSTALL file for help.
    
    Otherwise, simply type `gmake' again to build the library,
    or `gmake refdoc' to build the API reference (this needs python >= 2.6).
    
    cd builds/unix; \
            ./configure  '--with-zlib=no' '--with-bzip2=no' '--with-png=no' '--with-harfbuzz=no' '--enable-static' '--disable-shared'
    checking build system type... x86_64-unknown-freebsd12.1
    checking host system type... x86_64-unknown-freebsd12.1
    checking for gcc... no
    checking for cc... cc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking how to run the C preprocessor... cc -E
    checking for pkg-config... no
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by cc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
    checking the name lister (/usr/bin/nm) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 196608
    checking how to convert x86_64-unknown-freebsd12.1 file names to x86_64-unknown-freebsd12.1 format... func_convert_file_noop
    checking how to convert x86_64-unknown-freebsd12.1 file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... no
    checking for strip... strip
    checking for ranlib... ranlib
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking command to parse /usr/bin/nm output from cc object... ok
    checking for sysroot... no
    checking for a working dd... /bin/dd
    checking how to truncate binary pipes... /bin/dd bs=4096 count=1
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if cc supports -fno-rtti -fno-exceptions... yes
    checking for cc option to produce PIC... -fPIC -DPIC
    checking if cc PIC flag -fPIC -DPIC works... yes
    checking if cc static flag -static works... yes
    checking if cc supports -c -o file.o... yes
    checking if cc supports -c -o file.o... (cached) yes
    checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... freebsd12.1 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... no
    checking whether to build static libraries... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for a thread-safe mkdir -p... ./install-sh -c -d
    checking for ANSI C header files... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for unistd.h... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking size of int... 4
    checking size of long... 8
    checking whether cpp computation of bit length in ftconfig.in works... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for sys/param.h... yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking whether munmap is declared... yes
    checking for munmap's first parameter type... void *
    checking for memcpy... yes
    checking for memmove... yes
    checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
    configure: creating ./config.status
    config.status: creating unix-cc.mk
    config.status: creating unix-def.mk
    config.status: creating ftconfig.h
    config.status: executing libtool commands
    configure:
    
    Library configuration:
      external zlib: no
      bzip2:         no
      libpng:        no
      harfbuzz:      no
    
    gmake: Nothing to be done for 'unix'.
    make: "./builds/./builds/toplevel.mk" line 41: Need an operator
    make: "./builds/./builds/toplevel.mk" line 42: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 43: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 44: Need an operator
    make: "./builds/./builds/toplevel.mk" line 60: Need an operator
    make: "./builds/./builds/toplevel.mk" line 62: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 64: Need an operator
    make: "./builds/./builds/toplevel.mk" line 65: Need an operator
    make: "./builds/./builds/toplevel.mk" line 74: Could not find ./objs/modules.cfg
    make: "./builds/./builds/toplevel.mk" line 96: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 98: Need an operator
    make: "./builds/./builds/toplevel.mk" line 102: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 104: Need an operator
    make: "./builds/./builds/toplevel.mk" line 109: Need an operator
    make: "./builds/./builds/toplevel.mk" line 113: Need an operator
    make: "./builds/./builds/toplevel.mk" line 127: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 138: Need an operator
    make: "./builds/./builds/toplevel.mk" line 145: Need an operator
    make: "./builds/./builds/toplevel.mk" line 152: Need an operator
    make: "./builds/./builds/toplevel.mk" line 154: Need an operator
    make: "./builds/./builds/modules.mk" line 31: Missing dependency operator
    make: "./builds/./builds/modules.mk" line 35: Need an operator
    make: "./builds/./builds/modules.mk" line 39: Need an operator
    make: "./builds/./builds/modules.mk" line 42: Need an operator
    make: "./builds/./builds/modules.mk" line 43: Need an operator
    make: "./builds/./builds/modules.mk" line 44: Need an operator
    make: "./builds/./builds/modules.mk" line 45: Need an operator
    make: "./builds/./builds/modules.mk" line 46: Need an operator
    make: "./builds/./builds/modules.mk" line 52: Need an operator
    make: "./builds/./builds/modules.mk" line 53: Need an operator
    make: "./builds/./builds/modules.mk" line 54: Need an operator
    make: "./builds/./builds/modules.mk" line 55: Need an operator
    make: "./builds/./builds/modules.mk" line 57: Need an operator
    make: "./builds/./builds/modules.mk" line 58: Need an operator
    make: "./builds/./builds/modules.mk" line 59: Need an operator
    make: "./builds/./builds/modules.mk" line 60: Need an operator
    make: "./builds/./builds/" line 1: warning: Zero byte read from file, skipping rest of line.
    make: "./builds/./builds/" line 1: Need an operator
    make: "./builds/./builds/toplevel.mk" line 193: Missing dependency operator
    make: "./builds/./builds/toplevel.mk" line 196: Need an operator
    make: "./builds/./builds/toplevel.mk" line 199: Need an operator
    make: Fatal errors encountered -- cannot continue
    make: stopped in /tmp/pip-req-build-yrrzxvko/build/freetype-2.6.1
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-yrrzxvko/setup.py", line 289, in <module>
        cmdclass=cmdclass,
      File "/usr/home/test/test/venv/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup
        return distutils.core.setup(**attrs)
      File "/usr/local/lib/python3.7/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/usr/local/lib/python3.7/distutils/dist.py", line 966, in run_commands
        self.run_command(cmd)
      File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/usr/home/test/test/venv/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/usr/local/lib/python3.7/distutils/command/install.py", line 545, in run
        self.run_command('build')
      File "/usr/local/lib/python3.7/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/usr/local/lib/python3.7/distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/usr/local/lib/python3.7/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/usr/home/test/test/venv/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 87, in run
        _build_ext.run(self)
      File "/usr/local/lib/python3.7/distutils/command/build_ext.py", line 340, in run
        self.build_extensions()
      File "/tmp/pip-req-build-yrrzxvko/setup.py", line 175, in build_extensions
        package.do_custom_build(env)
      File "/tmp/pip-req-build-yrrzxvko/setupext.py", line 600, in do_custom_build
        subprocess.check_call(["make"], env=env, cwd=src_path)
      File "/usr/local/lib/python3.7/subprocess.py", line 363, in check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 1.
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/home/test/test/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-yrrzxvko/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-mv2zl6ka/install-record.txt --single-version-externally-managed --compile --install-headers /usr/home/test/test/venv/include/site/python3.7/matplotlib Check the logs for full command output.

@QuLogic
Copy link
Member Author

QuLogic commented Jul 28, 2020

pip install git+https://github.com/QuLogic/matplotlib

You're building master from my fork, not this branch: pip install git+https://github.com/QuLogic/matplotlib@gmake-bsd

@QuLogic
Copy link
Member Author

QuLogic commented Jul 28, 2020

At some point in the future, OpenBSD's matplotlib port will be updated to 3.3.0+. I am not the port maintainer. So I am not sure if they would have any issues. Are you okay if I ask in OpenBSD ports mailing lists so they can test it too?

I expect distro packages, like most others, will use existing FreeType from the distro, and thus disable this part of the build.

@karolyi
Copy link

karolyi commented Jul 28, 2020

pip install git+https://github.com/QuLogic/matplotlib

You're building master from my fork, not this branch: pip install git+https://github.com/QuLogic/matplotlib@gmake-bsd

With using @gmake-bsd it seems to compile now, without the environment variable. Does this mean a preinstalled freetype2 is not necessary anymore because this uses a built-in one?

Copy link

@asherpasha asherpasha left a comment

Choose a reason for hiding this comment

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

Thanks.

@karolyi
Copy link

karolyi commented Jul 29, 2020

@QuLogic ?

@QuLogic
Copy link
Member Author

QuLogic commented Jul 29, 2020

No, FreeType would not be necessary, only gmake, at least for building from source. I don't know which one is the better thing to require by default though (cf #18088); that's something *BSD people will have to tell us.

@karolyi
Copy link

karolyi commented Jul 30, 2020

As long as it picks up the installed freetype package to build with, LGTM.

Copy link
Member

@jklymak jklymak left a comment

Choose a reason for hiding this comment

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

Approving and merging on the basis of the author, and the two reviews from folks who say this now works for them....

@jklymak jklymak merged commit 5c4eeac into matplotlib:master Aug 5, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Aug 5, 2020
@QuLogic QuLogic deleted the gmake-bsd branch August 5, 2020 00:13
@tacaswell tacaswell mentioned this pull request Aug 5, 2020
6 tasks
dopplershift added a commit that referenced this pull request Aug 5, 2020
…092-on-v3.3.x

Backport PR #18092 on branch v3.3.x (Use same Make as FreeType's configure to build it.)
@dietofworms
Copy link

Hi guys, I'm having the same issue on OpenBSD. Tried the above solution but I'm running into this:

% MAKE=gmake pip install git+https://github.com/QuLogic/matplotlib@gmake-bsd
Collecting git+https://github.com/QuLogic/matplotlib@gmake-bsd
  Cloning https://github.com/QuLogic/matplotlib (to revision gmake-bsd) to /tmp/pip-req-build-stpltjd4
  WARNING: Did not find branch or tag 'gmake-bsd', assuming revision or ref.
ERROR: Command errored out with exit status 1: git checkout -q gmake-bsd Check the logs for full command output.

Is there something obvious I'm missing? I was able to install the py-matplotlib through pkg_add:

% pkg_info py-matplotlib
Information for inst:py-matplotlib-2.2.4p1
...

@karolyi
Copy link

karolyi commented Aug 9, 2020

the branch is nonexistent as it's been merged imo. try to install from https://github.com/matplotlib/matplotlib

@dietofworms
Copy link

the branch is nonexistent as it's been merged imo. try to install from https://github.com/matplotlib/matplotlib

You were right. I replaced the QuLogic for matplotlib and it installed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fails to install in FreeBSD
6 participants