Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Can't install using pip #251

Closed
a8bit opened this issue Oct 19, 2018 · 21 comments
Closed

Can't install using pip #251

a8bit opened this issue Oct 19, 2018 · 21 comments

Comments

@a8bit
Copy link

a8bit commented Oct 19, 2018

Doh!

» ChoccyBook:~ >pip install omnivore
Collecting omnivore
  Using cached https://files.pythonhosted.org/packages/56/14/1cb2555d89182ff353681f101da3116eabe03e27b6d89e8d8f09cbcb095a/Omnivore-0.15.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-nswp0_zx/omnivore/setup.py", line 210
        print curdir
                   ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(curdir)?
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-nswp0_zx/omnivore/
» ChoccyBook:~ >

@jbevren
Copy link

jbevren commented Feb 25, 2019

Can confirm.
~/src/python-3.6/Python-3.6.1$ /inst/bin/pip3.6 install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
Successfully uninstalled pip-9.0.1
Successfully installed pip-19.0.3
jbevren@epicfail:
/src/python-3.6/Python-3.6.1$ ~/inst/bin/pip3.6 install omnivore
Collecting omnivore
Using cached https://files.pythonhosted.org/packages/56/14/1cb2555d89182ff353681f101da3116eabe03e27b6d89e8d8f09cbcb095a/Omnivore-0.15.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-olui2oj9/omnivore/setup.py", line 210
print curdir
^
SyntaxError: Missing parentheses in call to 'print'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-olui2oj9/omnivore/

$ ~/inst/bin/pip3.6 --version
pip 19.0.3 from /home/jbevren/inst/lib/python3.6/site-packages/pip (python 3.6)

@robmcmullen
Copy link
Owner

Yes, sorry, Omnivore 0.15 is Python 2.7 only, and furthermore not easily installable via pip. Omnivore 2.0 is Python 3.6 and above (only), will be straightforward to installable via pip, and is currently in development hell. Hopefully I will have a (very very alpha) version in March.

@jbevren
Copy link

jbevren commented Feb 25, 2019

Thanks! However I can't run it under 2.7. I'll not bring that issue here as it's unrelated.

@robmcmullen
Copy link
Owner

Omnivore 2 is installable under pip now, but if you do, you'll get the super early pre-alpha version that has some incomplete features. It is for python 3.6 and above, only.

@a8bit
Copy link
Author

a8bit commented Jun 2, 2019

Sorry Rob, it still isn't working.
`» ChoccyBook:~ >pip --version
pip 19.0.3 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
» ChoccyBook:~ >pip install omnivore
Collecting omnivore
Using cached https://files.pythonhosted.org/packages/56/14/1cb2555d89182ff353681f101da3116eabe03e27b6d89e8d8f09cbcb095a/Omnivore-0.15.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-utkf2lb1/omnivore/setup.py", line 210
print curdir
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(curdir)?

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-utkf2lb1/omnivore/
» ChoccyBook:~ >`

@robmcmullen
Copy link
Owner

It's still trying to install the 0.15 version, which is python 2 only. I'm trying to get the python 3 version up on pypi but the C extensions are crashing for some reason. Stay tuned, hopefully I can figure this out today.

@robmcmullen
Copy link
Owner

robmcmullen commented Jun 3, 2019

If you're ready for some bleedin' on python 3, try:

pip install numpy pathlib2
pip install omnivore==2.0a3

@a8bit
Copy link
Author

a8bit commented Jun 3, 2019

Sorry for the length of this, the fail is probably down to patch settings on my end but it's good to see a forign attempt at an install now and then :)
`» ChoccyBook:~ >pip install numpy
pip install omnivore==2.0a3
Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (1.14.5)
Collecting omnivore==2.0a3
Downloading https://files.pythonhosted.org/packages/49/53/5da70dea51aee3e680a3e0201fadc6fded04112bbf15408d86ba0ba75bee/omnivore-2.0a3.tar.gz (1.8MB)
100% |████████████████████████████████| 1.8MB 9.4MB/s
Collecting python-slugify (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/c1/19/c3cf1dc65e89aa999f85a4a3a4924ccac765a6964b405d487b7b7c8bb39f/python-slugify-3.0.2.tar.gz
Collecting ply (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
100% |████████████████████████████████| 51kB 3.3MB/s
Collecting construct<2.9 (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/e5/c6/3e3aeef38bb0c27364af3d21493d9690c7c3925f298559bca3c48b7c9419/construct-2.8.22.tar.gz (63kB)
100% |████████████████████████████████| 71kB 4.9MB/s
Collecting pytz (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
100% |████████████████████████████████| 512kB 3.8MB/s
Collecting pyparsing (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/dd/d9/3ec19e966301a6e25769976999bd7bbe552016f0d32b577dc9d63d2e0c49/pyparsing-2.4.0-py2.py3-none-any.whl (62kB)
100% |████████████████████████████████| 71kB 4.0MB/s
Collecting configobj (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz
Collecting bson<1.0.0 (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/b9/42/e823b5f13515e3af308fb6efcacff456fc59078ec0e9ac426e842d66c9cb/bson-0.5.8.tar.gz
Collecting jsonpickle (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/07/07/c157520a3ebd166c8c24c6ae0ecae7c3968eb4653ff0e5af369bb82f004d/jsonpickle-1.2-py2.py3-none-any.whl
Collecting pyopengl-accelerate (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/d9/74/293aa8794f2f236186d19e61c5548160bfe159c996ba01ed9144c89ee8ee/PyOpenGL-accelerate-3.1.0.tar.gz (323kB)
100% |████████████████████████████████| 327kB 5.9MB/s
Collecting pyopengl (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/9c/1d/4544708aaa89f26c97cc09450bb333a23724a320923e74d73e028b3560f9/PyOpenGL-3.1.0.tar.gz (1.2MB)
100% |████████████████████████████████| 1.2MB 2.0MB/s
Collecting sawx (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/9b/2a/a74ef0a54c4ea67f7a1874f9571d2b95b1cbf55eefe33a094edf4832eed8/sawx-1.1.7.tar.gz (342kB)
100% |████████████████████████████████| 348kB 1.7MB/s
Collecting atrip (from omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/10/44/5cb0107a0bc32c770ee5e48e36647cbb4e05a2b0692fa384402b9a36567a/atrip-0.3.tar.gz (613kB)
100% |████████████████████████████████| 614kB 2.1MB/s
Requirement already satisfied: numpy in /usr/local/lib/python3.7/site-packages (from omnivore==2.0a3) (1.14.5)
Collecting text-unidecode==1.2 (from python-slugify->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/79/42/d717cc2b4520fb09e45b344b1b0b4e81aa672001dd128c180fabc655c341/text_unidecode-1.2-py2.py3-none-any.whl (77kB)
100% |████████████████████████████████| 81kB 4.4MB/s
Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from configobj->omnivore==2.0a3) (1.11.0)
Collecting python-dateutil>=2.4.0 (from bson<1.0.0->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
100% |████████████████████████████████| 235kB 5.9MB/s
Collecting fleep (from sawx->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/7e/dc/4ff28535d084c2cbb99a2298f8b653bdd3fec0076c1a273d3c7a3e9679a5/fleep-1.0.1.tar.gz
Collecting appdirs (from sawx->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
Requirement already satisfied: wxpython in /usr/local/lib/python3.7/site-packages (from sawx->omnivore==2.0a3) (4.0.3)
Requirement already satisfied: pillow in /usr/local/lib/python3.7/site-packages (from sawx->omnivore==2.0a3) (5.2.0)
Collecting pathlib2 (from sawx->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/2a/46/c696dcf1c7aad917b39b875acdc5451975e3a9b4890dca8329983201c97a/pathlib2-2.3.3-py2.py3-none-any.whl
Collecting lz4 (from atrip->omnivore==2.0a3)
Downloading https://files.pythonhosted.org/packages/bb/8c/157d207f6360cdb91edfadc195f44d58ad80a405f6fdbcda4c3ed15f6e08/lz4-2.1.9-cp37-cp37m-macosx_10_6_intel.whl (348kB)
100% |████████████████████████████████| 358kB 2.0MB/s
Requirement already satisfied: PyPubSub in /usr/local/lib/python3.7/site-packages (from wxpython->sawx->omnivore==2.0a3) (4.0.0)
Building wheels for collected packages: omnivore, python-slugify, construct, configobj, bson, pyopengl-accelerate, pyopengl, sawx, atrip, fleep
Building wheel for omnivore (setup.py) ... error
Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/omnivore/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 /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-wheel-d9rlyhsl --python-tag cp37:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.14-x86_64-3.7
creating build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/_metadata.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/viewer.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/_version.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/document.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/errors.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
copying omnivore/clipboard_commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/savers.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/playfield.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/parser.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/mouse_modes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
copying omnivore/jumpman/commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/screen.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/ui_wx.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/intscale.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/info_panels.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/tilewrap.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/segment_grid.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/dialogs.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/texture_canvas.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
copying omnivore/ui/unused-mouse_event_mixin.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/ui
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler
copying omnivore/assembler/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler
copying omnivore/assembler/assembler_base.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/plugins
copying omnivore/plugins/compression.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/plugins
copying omnivore/plugins/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/plugins
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/byte_editor_preferences.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/byte_editor.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/linked_base.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/tile_manager_base_editor.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
copying omnivore/editors/commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/persistence.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/segmentutil.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/drawutil.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/archutil.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/searchutil.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
copying omnivore/utils/apple2util.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/utils
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/disasm.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/flags.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/dtypes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/cputables.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/miniasm.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/valid_cpus.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
copying omnivore/disassembler/history.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/disassembler
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/tile.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/disasm.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/memory.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/emulator.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/pixelmap.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/skeleton.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/map_commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/segments.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/char.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/cpu.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/map.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/apple2.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/hex.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/jumpman.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/bitmap.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/mouse_modes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/info.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/commands.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/antic.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
copying omnivore/viewers/history.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/pixel_converters.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/disasm.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/font_renderers.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/machine.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/memory_map.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/bitmap_renderers.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/fonts.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/colors.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/debugger
copying omnivore/debugger/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/debugger
copying omnivore/debugger/dtypes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/debugger
copying omnivore/debugger/debugger.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/debugger
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/emulator_base.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/task.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/preferences.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/actions.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/document.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
copying omnivore/emulator/editor.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman/actions
copying omnivore/jumpman/actions/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/jumpman/actions
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler/pyatasm
copying omnivore/assembler/pyatasm/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler/pyatasm
copying omnivore/assembler/pyatasm/assemble.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/assembler/pyatasm
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
copying omnivore/editors/actions/actions.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
copying omnivore/editors/actions/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
copying omnivore/editors/actions/doc.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
copying omnivore/editors/actions/find.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
copying omnivore/editors/actions/segment.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/editors/actions
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/disasm.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/comment.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/view.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/compress.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
copying omnivore/viewers/actions/byte.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/viewers/actions
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/arch/ui
copying omnivore/arch/ui/antic_colors.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch/ui
copying omnivore/arch/ui/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch/ui
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/dtypes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/save_state_parser.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/atari800.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/akey.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
copying omnivore/emulator/atari8bit/colors.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/atari8bit
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/generic6502
copying omnivore/emulator/generic6502/generic6502.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/generic6502
copying omnivore/emulator/generic6502/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/generic6502
copying omnivore/emulator/generic6502/dtypes.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/generic6502
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/save_state
copying omnivore/emulator/save_state/frame_history.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/save_state
copying omnivore/emulator/save_state/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/save_state
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/apple2
copying omnivore/emulator/apple2/crabapple.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/apple2
copying omnivore/emulator/apple2/init.py -> build/lib.macosx-10.14-x86_64-3.7/omnivore/emulator/apple2
running egg_info
writing omnivore.egg-info/PKG-INFO
writing dependency_links to omnivore.egg-info/dependency_links.txt
writing entry points to omnivore.egg-info/entry_points.txt
writing requirements to omnivore.egg-info/requires.txt
writing top-level names to omnivore.egg-info/top_level.txt
reading manifest file 'omnivore.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'libatari800/atari800/src/android'
no previously-included directories found matching 'libatari800/atari800/src/dc'
no previously-included directories found matching 'libatari800/atari800/src/sdl'
no previously-included directories found matching 'libatari800/atari800/src/dos'
no previously-included directories found matching 'libatari800/atari800/src/javanvm'
no previously-included directories found matching 'libatari800/atari800/src/wince'
no previously-included directories found matching 'libatari800/atari800/src/win32'
no previously-included directories found matching 'libatari800/atari800/src/falcon'
no previously-included directories found matching 'libatari800/atari800/src/amiga'
writing manifest file 'omnivore.egg-info/SOURCES.txt'
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/apple2+.labels -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/apple2+.labels.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari5200.labels -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari5200.labels.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari800.labels -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari800.labels.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari_basic.labels -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/atari_basic.labels.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/getaway.xex -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/getaway.xex.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/jumpman_level_tester.atr -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/jumpman_level_tester.atr.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/kim1.labels -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/kim1.labels.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/omnivore.byte_edit.default_layout -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
copying omnivore/templates/omnivore.emulator.default_layout -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/application
copying omnivore/templates/application/vnd.atari8bit.atr.jumpman -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/application
copying omnivore/templates/application/vnd.atari8bit.atr.jumpman_level_tester -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/application
creating build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/00330736-a275-156a-1778-fe4937f0369b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/00330736-a275-156a-1778-fe4937f0369b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/018e68f5-c690-6a94-3d94-140404c0d432.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/018e68f5-c690-6a94-3d94-140404c0d432.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/01f2cc1c-8d43-6161-d917-bf22b6ee2df8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/01f2cc1c-8d43-6161-d917-bf22b6ee2df8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/02ce2c27-f05b-8da2-d027-4f0f1792ca4a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/02ce2c27-f05b-8da2-d027-4f0f1792ca4a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0389db7f-885a-5129-8f1d-114c171963cd.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0389db7f-885a-5129-8f1d-114c171963cd.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/04d88bf6-c8c2-a8b9-ace7-14b0e3676494.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/04d88bf6-c8c2-a8b9-ace7-14b0e3676494.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/05eba6d4-1260-2776-225f-f0864b878e90.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/05eba6d4-1260-2776-225f-f0864b878e90.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/066bcbe8-ac1d-23fe-8a8c-8666ee76aa3c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/066bcbe8-ac1d-23fe-8a8c-8666ee76aa3c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/07845d09-3922-6318-9fee-c119b26866a5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/07845d09-3922-6318-9fee-c119b26866a5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/08402178-02cc-c73e-e003-52e30fed2d3d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/08402178-02cc-c73e-e003-52e30fed2d3d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0ac6b807-1daa-9722-2c76-ce7803f792d9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0ac6b807-1daa-9722-2c76-ce7803f792d9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0bbf0851-5d5d-03f3-9075-bce3ae0a6901.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0bbf0851-5d5d-03f3-9075-bce3ae0a6901.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0bc261d7-8610-fb75-c693-05dd30ce5882.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0bc261d7-8610-fb75-c693-05dd30ce5882.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0c1083e3-3553-c78d-91fd-95a33df621a0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0c1083e3-3553-c78d-91fd-95a33df621a0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0c72d717-55e3-4785-9833-80a2d28c40e8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0c72d717-55e3-4785-9833-80a2d28c40e8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0cc2bc72-d489-df2b-233c-f0da03d41798.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0cc2bc72-d489-df2b-233c-f0da03d41798.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0d0954dc-7205-caf9-b4a2-6cf2072e7957.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0d0954dc-7205-caf9-b4a2-6cf2072e7957.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0d934629-5db3-527b-b2da-713214ae68b8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0d934629-5db3-527b-b2da-713214ae68b8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0db02674-26c4-2c12-c323-8b1bb74509b5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0db02674-26c4-2c12-c323-8b1bb74509b5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0f4beadd-db87-6f20-8896-7112ff2c8385.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/0f4beadd-db87-6f20-8896-7112ff2c8385.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10349263-b40b-a587-3bcd-b0b3c425e7d6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10349263-b40b-a587-3bcd-b0b3c425e7d6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1051af92-f408-7ac0-b2c7-66cf43be6c4e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1051af92-f408-7ac0-b2c7-66cf43be6c4e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10c08c0c-422a-9456-3010-d433e7671b7b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10c08c0c-422a-9456-3010-d433e7671b7b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10d415b4-3cc1-6710-2560-9063ba339a58.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/10d415b4-3cc1-6710-2560-9063ba339a58.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1169c0a8-da72-24e3-96fe-db40ccc4bf85.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1169c0a8-da72-24e3-96fe-db40ccc4bf85.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/11b5d767-c088-2aef-d0ab-9f2c65e32dc6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/11b5d767-c088-2aef-d0ab-9f2c65e32dc6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/11f97183-a3ba-2872-993b-0e7fe3774d06.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/11f97183-a3ba-2872-993b-0e7fe3774d06.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/13acef0b-b120-51fe-6c32-feea6abfa1e5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/13acef0b-b120-51fe-6c32-feea6abfa1e5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1414a4de-e45a-81b6-71ce-d41d44b9b653.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1414a4de-e45a-81b6-71ce-d41d44b9b653.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1436c008-54ac-7169-75d2-2cd902646d90.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1436c008-54ac-7169-75d2-2cd902646d90.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/144e1b9d-92ac-4b98-063a-d1539ca07dd9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/144e1b9d-92ac-4b98-063a-d1539ca07dd9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/14638f34-e0ec-b486-7c11-14d69024ad09.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/14638f34-e0ec-b486-7c11-14d69024ad09.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/158d123c-dcf3-9857-9f36-7abf25e27027.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/158d123c-dcf3-9857-9f36-7abf25e27027.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15ab3049-cd6a-cbe6-cac5-c9829a0f55a1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15ab3049-cd6a-cbe6-cac5-c9829a0f55a1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15b19c63-11d5-f9e4-2e35-f81c9098c779.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15b19c63-11d5-f9e4-2e35-f81c9098c779.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15e6c10d-b424-68b4-d797-bdac29a9b6de.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/15e6c10d-b424-68b4-d797-bdac29a9b6de.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1645749c-e06b-ed47-5f4f-52a353b31eb7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1645749c-e06b-ed47-5f4f-52a353b31eb7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/16bda6b5-b85e-6fb2-0a3b-802960238fdb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/16bda6b5-b85e-6fb2-0a3b-802960238fdb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/16f19506-7704-6c26-2765-9cf779c486b6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/16f19506-7704-6c26-2765-9cf779c486b6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/183dc56a-01a0-97bc-68b7-acfe355807a2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/183dc56a-01a0-97bc-68b7-acfe355807a2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/184ab365-1566-f4c4-995f-bbfa57a0942b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/184ab365-1566-f4c4-995f-bbfa57a0942b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/190479c2-e8da-40f5-e1a2-bdc5c99cdc03.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/190479c2-e8da-40f5-e1a2-bdc5c99cdc03.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1af784ef-e666-33da-62c0-5041083b9f0d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1af784ef-e666-33da-62c0-5041083b9f0d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1cc38065-dd72-2d80-2be2-1691bb5bbbdc.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1cc38065-dd72-2d80-2be2-1691bb5bbbdc.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1d02f9b0-2e42-8ca4-7d71-f0a0cd4621b1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1d02f9b0-2e42-8ca4-7d71-f0a0cd4621b1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1dc52765-cc31-2f65-487c-f5716697d8ab.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1dc52765-cc31-2f65-487c-f5716697d8ab.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1e023d65-5d54-fc9f-0a36-5acb8d4c7e77.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1e023d65-5d54-fc9f-0a36-5acb8d4c7e77.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1ead821e-88ea-aba5-49c3-93860fc23a4c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1ead821e-88ea-aba5-49c3-93860fc23a4c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1ec0bd5c-c865-95ff-cb49-72eb487234ae.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1ec0bd5c-c865-95ff-cb49-72eb487234ae.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1f5fb71d-49b6-ccfe-ae93-9db5b7cf9d36.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1f5fb71d-49b6-ccfe-ae93-9db5b7cf9d36.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1f6c8259-4b7a-cb9d-3498-a60d458708d4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/1f6c8259-4b7a-cb9d-3498-a60d458708d4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/20c1fcce-1087-469a-de85-f5824eb3137d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/20c1fcce-1087-469a-de85-f5824eb3137d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/212097bb-b4f4-a0ad-e5ac-fdd5d3cb5bdb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/212097bb-b4f4-a0ad-e5ac-fdd5d3cb5bdb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/212b044c-2f8b-59a5-7c7e-0fcfad4dd85a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/212b044c-2f8b-59a5-7c7e-0fcfad4dd85a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/221d35c9-9cda-a6c6-89e9-d0e3d8bfe0cb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/221d35c9-9cda-a6c6-89e9-d0e3d8bfe0cb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/222db653-3c65-918a-4d34-c81f9a8cc3c2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/222db653-3c65-918a-4d34-c81f9a8cc3c2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/241069d8-3af4-5297-e37e-369203bf9025.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/241069d8-3af4-5297-e37e-369203bf9025.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/24315813-c6df-8521-46d3-4e0ec4eea090.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/24315813-c6df-8521-46d3-4e0ec4eea090.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/24ba5502-7143-9492-009a-992a97b0c32c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/24ba5502-7143-9492-009a-992a97b0c32c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/27127f72-b1d8-39a9-3b2f-d7d1f32756fb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/27127f72-b1d8-39a9-3b2f-d7d1f32756fb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2811056e-fedf-47d0-1916-00d9c7a21c31.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2811056e-fedf-47d0-1916-00d9c7a21c31.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/28c8b7bf-b4bf-4607-b7fb-16fa9d9d0c17.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/28c8b7bf-b4bf-4607-b7fb-16fa9d9d0c17.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/29cbda5d-00a8-5964-b2a7-dde35b8c87c6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/29cbda5d-00a8-5964-b2a7-dde35b8c87c6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2a20fede-8d04-f812-8161-6ff363980cc3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2a20fede-8d04-f812-8161-6ff363980cc3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2b1bac35-0317-fa7e-3edb-04ad4b51950e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2b1bac35-0317-fa7e-3edb-04ad4b51950e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2b393e62-3394-e288-926e-c2e04a9fac15.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2b393e62-3394-e288-926e-c2e04a9fac15.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2bbad610-ed1c-17ab-ba67-0f95eac95dc4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2bbad610-ed1c-17ab-ba67-0f95eac95dc4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2bbda649-f85c-326f-2076-c853e1c1e0e1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2bbda649-f85c-326f-2076-c853e1c1e0e1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2c95d808-2ab0-38b6-bd46-dc6d0870dd80.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2c95d808-2ab0-38b6-bd46-dc6d0870dd80.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2cfe8a61-05fa-4a5c-a54c-a1846add2068.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2cfe8a61-05fa-4a5c-a54c-a1846add2068.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2d656c6b-6855-48d4-d2f2-56632cb1e92a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/2d656c6b-6855-48d4-d2f2-56632cb1e92a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3024a20c-0e75-74a5-571d-7aced0e10718.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3024a20c-0e75-74a5-571d-7aced0e10718.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/30b3b43c-da9b-97cf-31a2-ee54a87d4ed6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/30b3b43c-da9b-97cf-31a2-ee54a87d4ed6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/31472f4a-36e0-0f32-23df-dd79ab67689e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/31472f4a-36e0-0f32-23df-dd79ab67689e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/320db8aa-ed49-d143-f2a0-05169c07f4fb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/320db8aa-ed49-d143-f2a0-05169c07f4fb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/321cb72e-2697-7d47-a96e-5e99e7a95335.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/321cb72e-2697-7d47-a96e-5e99e7a95335.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/33ffa917-9c6f-0cc0-d95f-c9a40990ce27.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/33ffa917-9c6f-0cc0-d95f-c9a40990ce27.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/34376500-eb55-73ce-c65a-51c63a93b97c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/34376500-eb55-73ce-c65a-51c63a93b97c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/345aac5e-1a93-08e1-46ed-a59ea32ce275.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/345aac5e-1a93-08e1-46ed-a59ea32ce275.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/367c5b80-0da7-3331-63f2-cca805fe6e50.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/367c5b80-0da7-3331-63f2-cca805fe6e50.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/36c2ba06-9376-b59a-ef0d-c2c48c453c1d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/36c2ba06-9376-b59a-ef0d-c2c48c453c1d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3866816a-0596-cd66-543a-b6173422a3f7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3866816a-0596-cd66-543a-b6173422a3f7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39326bfe-2347-8859-6534-99959d18264c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39326bfe-2347-8859-6534-99959d18264c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39636589-ca26-ee92-d94b-e5051af2fa10.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39636589-ca26-ee92-d94b-e5051af2fa10.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/396cbcef-8d81-7bec-1ed0-60fcb2819357.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/396cbcef-8d81-7bec-1ed0-60fcb2819357.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39a9ef05-8251-d271-439a-509fee5231d9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/39a9ef05-8251-d271-439a-509fee5231d9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3bcebe62-e377-c160-89d4-ac840c00fab6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3bcebe62-e377-c160-89d4-ac840c00fab6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3c57b445-3be7-523d-d266-fd8402e7f249.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3c57b445-3be7-523d-d266-fd8402e7f249.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3dcd3f8c-f2bc-4083-9d9e-722508fc104a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3dcd3f8c-f2bc-4083-9d9e-722508fc104a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3e092aa6-1cee-6695-289d-8bb6e7a81bc9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3e092aa6-1cee-6695-289d-8bb6e7a81bc9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3ff53ada-0c51-ed58-653a-610b62236169.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3ff53ada-0c51-ed58-653a-610b62236169.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3ff9d316-4dcb-d0f1-669d-bf55358485b9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/3ff9d316-4dcb-d0f1-669d-bf55358485b9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4034657e-364d-61f8-2c10-e2e3b3c06a93.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4034657e-364d-61f8-2c10-e2e3b3c06a93.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/40eabd72-8127-351d-0baa-8976a033559a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/40eabd72-8127-351d-0baa-8976a033559a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4129bfce-43ca-20d7-b4c5-9497bda43d29.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4129bfce-43ca-20d7-b4c5-9497bda43d29.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4291cc43-69d8-8d91-604c-66b7ebf3de0c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4291cc43-69d8-8d91-604c-66b7ebf3de0c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/42af3052-50c1-79b6-7bcf-a54e69cda73e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/42af3052-50c1-79b6-7bcf-a54e69cda73e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43491086-4ea5-f26c-bd37-19e030dead50.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43491086-4ea5-f26c-bd37-19e030dead50.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4398d990-f3be-622e-ba68-3789ef56c595.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4398d990-f3be-622e-ba68-3789ef56c595.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43d17c5d-450c-03f3-f1fa-8760758bdd13.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43d17c5d-450c-03f3-f1fa-8760758bdd13.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43f79dbe-7650-06d2-cc31-ad39a9d56578.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/43f79dbe-7650-06d2-cc31-ad39a9d56578.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/449250b4-0a0e-9246-be21-4d3ed83c486a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/449250b4-0a0e-9246-be21-4d3ed83c486a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/45b63ed7-7316-442b-00fb-9e9fbc0eaa0c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/45b63ed7-7316-442b-00fb-9e9fbc0eaa0c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/460a35a2-0c4e-f6bc-0aa9-0de0149ae1b8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/460a35a2-0c4e-f6bc-0aa9-0de0149ae1b8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/47fae73b-9666-6bc5-04a9-e090dcb9c351.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/47fae73b-9666-6bc5-04a9-e090dcb9c351.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4969389c-e1a6-d120-8845-a214e8971214.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4969389c-e1a6-d120-8845-a214e8971214.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/49fd9096-3c8c-f5d1-dba5-73dd8991bab4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/49fd9096-3c8c-f5d1-dba5-73dd8991bab4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4b8d57e6-aee6-2cfd-ff39-ae2f74e934b0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4b8d57e6-aee6-2cfd-ff39-ae2f74e934b0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c1c557e-f644-be71-a313-e2b6e6e3684a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c1c557e-f644-be71-a313-e2b6e6e3684a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c33bd2d-fcb5-ce45-ad7e-d75619a17bf2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c33bd2d-fcb5-ce45-ad7e-d75619a17bf2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c864f56-bc54-f6de-fc71-be0aac015b08.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c864f56-bc54-f6de-fc71-be0aac015b08.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c8cbd35-bd26-35bd-cd61-9cbd9527b3b0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4c8cbd35-bd26-35bd-cd61-9cbd9527b3b0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4db1b4d8-6bdc-cd02-7b6a-fff09740dbab.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4db1b4d8-6bdc-cd02-7b6a-fff09740dbab.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4fa9cf45-2283-9a6e-bc1f-cab5993b2884.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/4fa9cf45-2283-9a6e-bc1f-cab5993b2884.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/501f053f-f9fe-fdc5-68eb-48b478106726.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/501f053f-f9fe-fdc5-68eb-48b478106726.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/50cd9b4e-6940-5eac-30de-8fb97317b787.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/50cd9b4e-6940-5eac-30de-8fb97317b787.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/50f62e6c-1bfe-0068-7670-e8ec1793f70b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/50f62e6c-1bfe-0068-7670-e8ec1793f70b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/524ba14f-0a1d-de76-d300-711bbb6ff93c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/524ba14f-0a1d-de76-d300-711bbb6ff93c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/525c11fa-a77c-d10f-bb3e-e80615a4da08.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/525c11fa-a77c-d10f-bb3e-e80615a4da08.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/52cca2ad-9292-6f4d-37e6-c2e5eddc7c38.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/52cca2ad-9292-6f4d-37e6-c2e5eddc7c38.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/53eef550-fe57-0ece-7e91-9cea1aa2a830.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/53eef550-fe57-0ece-7e91-9cea1aa2a830.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/547279f6-acb7-5b8f-e88f-33d261900cc3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/547279f6-acb7-5b8f-e88f-33d261900cc3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/54f3b272-28f1-9373-55ec-a635912e5afa.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/54f3b272-28f1-9373-55ec-a635912e5afa.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/558e474a-6c35-eff4-9914-59bf6bd86b34.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/558e474a-6c35-eff4-9914-59bf6bd86b34.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/55d56c98-6bb3-a36f-fa7a-048d3a21478a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/55d56c98-6bb3-a36f-fa7a-048d3a21478a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/55f15dde-7ab3-247b-ebfb-4c7bf8985828.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/55f15dde-7ab3-247b-ebfb-4c7bf8985828.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/56a1a85c-78aa-5797-89f4-e3c86520050f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/56a1a85c-78aa-5797-89f4-e3c86520050f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/576509ff-ea88-df94-d690-20ea93bf93f2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/576509ff-ea88-df94-d690-20ea93bf93f2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/583b2c4d-fb29-4ea2-35bb-8083f486fa78.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/583b2c4d-fb29-4ea2-35bb-8083f486fa78.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58c0d4dd-35d8-ec1b-e3b4-5e482653efed.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58c0d4dd-35d8-ec1b-e3b4-5e482653efed.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58e9b0ce-8e5b-72c5-ffec-99fe56578e23.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58e9b0ce-8e5b-72c5-ffec-99fe56578e23.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58eb0fa2-fa26-19db-8709-1284ac483e3f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/58eb0fa2-fa26-19db-8709-1284ac483e3f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/59957798-352b-82e8-8fbc-85fd9dfcb404.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/59957798-352b-82e8-8fbc-85fd9dfcb404.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5a181fce-c7d0-c40c-58bf-371bec7fcc40.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5a181fce-c7d0-c40c-58bf-371bec7fcc40.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5a41baac-1b54-dc25-bf5b-a5520058e3c5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5a41baac-1b54-dc25-bf5b-a5520058e3c5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ae3b285-78b0-8973-0062-0ddc5f5977d1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ae3b285-78b0-8973-0062-0ddc5f5977d1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ae5fee9-728e-692a-e4f7-c0d8070b787a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ae5fee9-728e-692a-e4f7-c0d8070b787a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5b1b15d8-8f16-bc0c-b781-610113edb18c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5b1b15d8-8f16-bc0c-b781-610113edb18c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5bd48eac-f886-e258-bfe3-ded4b94b1b25.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5bd48eac-f886-e258-bfe3-ded4b94b1b25.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5be35ca9-c055-955c-ae35-76a36ebc5da3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5be35ca9-c055-955c-ae35-76a36ebc5da3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5c2e22fa-e553-ea6c-9c12-b9fbd15e89e2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5c2e22fa-e553-ea6c-9c12-b9fbd15e89e2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5d28593e-1b14-2357-f951-c84124f16fb8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5d28593e-1b14-2357-f951-c84124f16fb8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5d849c51-7e22-7032-504c-e335d8f88cc8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5d849c51-7e22-7032-504c-e335d8f88cc8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5e605b00-56cd-1e63-92ac-7dcee6c2418e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5e605b00-56cd-1e63-92ac-7dcee6c2418e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5e8ef8e5-9707-e325-c5e5-c3c442ad980b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5e8ef8e5-9707-e325-c5e5-c3c442ad980b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f4951ad-fc14-44c8-415c-846a017ab04f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f4951ad-fc14-44c8-415c-846a017ab04f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f501971-8e7a-48db-b186-74a9258d5daf.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f501971-8e7a-48db-b186-74a9258d5daf.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f59d822-24dc-0b14-1d75-7f8aef3a1755.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5f59d822-24dc-0b14-1d75-7f8aef3a1755.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ffd37e9-58f6-44bf-78d0-18296067263f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/5ffd37e9-58f6-44bf-78d0-18296067263f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/61a439de-00c1-d98f-8e3a-f67ec35681ff.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/61a439de-00c1-d98f-8e3a-f67ec35681ff.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/627e0ba3-e21e-78cf-5d32-995618461010.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/627e0ba3-e21e-78cf-5d32-995618461010.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/63651558-533b-a44b-d907-673627e4b256.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/63651558-533b-a44b-d907-673627e4b256.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/640fd515-6060-1dd7-aa2f-9fce6cda8d5a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/640fd515-6060-1dd7-aa2f-9fce6cda8d5a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6492af05-7c39-da6c-e922-88f96939cc05.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6492af05-7c39-da6c-e922-88f96939cc05.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/64dfb962-6a3e-4b3b-72b3-c2ebdeef1a80.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/64dfb962-6a3e-4b3b-72b3-c2ebdeef1a80.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/654b9431-9f50-1f1d-3740-7393df68c6b0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/654b9431-9f50-1f1d-3740-7393df68c6b0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/66dac07f-c729-6a47-0572-be44d0c58568.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/66dac07f-c729-6a47-0572-be44d0c58568.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/673fa196-be6e-d6e7-a799-af252257c0c9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/673fa196-be6e-d6e7-a799-af252257c0c9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/689e4bcb-2af3-616c-2cad-7e49c494e5a8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/689e4bcb-2af3-616c-2cad-7e49c494e5a8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/68f57c06-80c5-ce81-738f-9d452474b232.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/68f57c06-80c5-ce81-738f-9d452474b232.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6945c9f9-3b0a-142b-f045-bda58b5e74d0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6945c9f9-3b0a-142b-f045-bda58b5e74d0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6dbfaa61-cdf2-0e52-baab-3370d63857c2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6dbfaa61-cdf2-0e52-baab-3370d63857c2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6e2b64cd-efc7-82b9-5153-ae8e4038802c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6e2b64cd-efc7-82b9-5153-ae8e4038802c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6fb29fde-666a-2f11-8a64-3b0da553b59a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/6fb29fde-666a-2f11-8a64-3b0da553b59a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/70f8289e-16d7-7c79-3894-88956a19a432.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/70f8289e-16d7-7c79-3894-88956a19a432.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/71af51da-c181-8931-05ca-aa118ed8ffc5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/71af51da-c181-8931-05ca-aa118ed8ffc5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7248512c-c800-9a91-aba6-a9a4a62d6eca.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7248512c-c800-9a91-aba6-a9a4a62d6eca.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/72812459-bc74-baf3-fc60-f69e0437c26e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/72812459-bc74-baf3-fc60-f69e0437c26e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73424c2e-e056-0b4c-90b4-f4e583ab5be5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73424c2e-e056-0b4c-90b4-f4e583ab5be5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73da6577-bf55-1044-8629-64fb55ff1fde.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73da6577-bf55-1044-8629-64fb55ff1fde.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73e8cb6a-518a-1597-4d2a-3dd569b80308.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/73e8cb6a-518a-1597-4d2a-3dd569b80308.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7409b347-d0a2-db4b-ec90-d6048817743f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7409b347-d0a2-db4b-ec90-d6048817743f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/74242c20-b0e9-4852-6997-f4bb95c76ddd.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/74242c20-b0e9-4852-6997-f4bb95c76ddd.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/74e371df-59cd-8740-eb9f-5cd40540d219.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/74e371df-59cd-8740-eb9f-5cd40540d219.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/75c22cd0-745b-3cac-ce1a-3a383cfba94a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/75c22cd0-745b-3cac-ce1a-3a383cfba94a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/76b1667a-af26-252b-290e-654e001f3e32.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/76b1667a-af26-252b-290e-654e001f3e32.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/76fde4ac-4df8-5461-a4b2-06f8dac41fda.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/76fde4ac-4df8-5461-a4b2-06f8dac41fda.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7a2410ff-7bbb-6c91-ac3c-9a7a3d95679b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7a2410ff-7bbb-6c91-ac3c-9a7a3d95679b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7a8d7ec1-16a7-dc04-c897-7c138b255339.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7a8d7ec1-16a7-dc04-c897-7c138b255339.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7aad0bf1-6859-d7c0-afd7-62b99efd1622.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7aad0bf1-6859-d7c0-afd7-62b99efd1622.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7ab10356-4ecf-c9a5-d35f-750f1449bd5f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7ab10356-4ecf-c9a5-d35f-750f1449bd5f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7b7582be-305f-1fff-c5cc-439d7f230acc.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7b7582be-305f-1fff-c5cc-439d7f230acc.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7b7bc639-8f3b-e98e-8099-63a68f65750f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7b7bc639-8f3b-e98e-8099-63a68f65750f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c0df0b9-d244-277b-403a-b41a76160622.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c0df0b9-d244-277b-403a-b41a76160622.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c325ddb-f5ed-3b73-5524-145c3acdd024.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c325ddb-f5ed-3b73-5524-145c3acdd024.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c3ce1ce-2424-dddb-f715-53587379bd90.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7c3ce1ce-2424-dddb-f715-53587379bd90.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7d251458-98d3-2f04-28a4-5e9819d4e975.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7d251458-98d3-2f04-28a4-5e9819d4e975.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7dd24f0e-a179-94a8-0c34-92449ef8ff4e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7dd24f0e-a179-94a8-0c34-92449ef8ff4e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7de5afd6-6216-5849-f3e0-f756eb9d301f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7de5afd6-6216-5849-f3e0-f756eb9d301f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7e63152e-dba3-ccf6-2676-3650e920665f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7e63152e-dba3-ccf6-2676-3650e920665f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7f91ee91-4bf2-0f64-76f5-9a782baba336.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/7f91ee91-4bf2-0f64-76f5-9a782baba336.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80212127-8225-36f9-8e05-caac2dd751f0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80212127-8225-36f9-8e05-caac2dd751f0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80cc9741-74f5-a9a0-f6fe-08e51c6049aa.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80cc9741-74f5-a9a0-f6fe-08e51c6049aa.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80f1e804-318f-b8ae-0920-edf49f178413.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/80f1e804-318f-b8ae-0920-edf49f178413.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/81b3e6b9-c30c-b782-2f63-30da01959d21.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/81b3e6b9-c30c-b782-2f63-30da01959d21.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/821bdbb3-46f2-e2d0-b353-dccf2e63c423.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/821bdbb3-46f2-e2d0-b353-dccf2e63c423.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/82e541c7-3e26-b18f-0a04-5497513e53c6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/82e541c7-3e26-b18f-0a04-5497513e53c6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/847c429b-c0cf-b4c2-5f84-f34e6424f489.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/847c429b-c0cf-b4c2-5f84-f34e6424f489.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/848938fd-ac6b-1a56-a391-26b5c7e10e2b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/848938fd-ac6b-1a56-a391-26b5c7e10e2b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/849b1c6a-92d9-0490-a5cb-8678e1f69795.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/849b1c6a-92d9-0490-a5cb-8678e1f69795.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/854c3171-add1-4be5-9dd7-5f0e49eb1aca.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/854c3171-add1-4be5-9dd7-5f0e49eb1aca.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/85ee6409-7674-461b-474b-12761c9f519d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/85ee6409-7674-461b-474b-12761c9f519d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/87044b05-8de6-f1f4-5df5-4b5c7109c065.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/87044b05-8de6-f1f4-5df5-4b5c7109c065.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/873e4cc6-3fe7-b3e5-43cf-cb59ce8390d3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/873e4cc6-3fe7-b3e5-43cf-cb59ce8390d3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/87eb194f-7b43-1977-2f00-3e429016ca8e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/87eb194f-7b43-1977-2f00-3e429016ca8e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/88188798-fc20-9fda-ae9d-61982d2fcaf2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/88188798-fc20-9fda-ae9d-61982d2fcaf2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/885b1634-385a-c7dc-0f37-ff2236c9ed30.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/885b1634-385a-c7dc-0f37-ff2236c9ed30.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/89a8096d-7a97-61cf-8a6a-e88bd4ad1cc3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/89a8096d-7a97-61cf-8a6a-e88bd4ad1cc3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/89d5ed90-9814-5aec-655b-dc53ea5c31b4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/89d5ed90-9814-5aec-655b-dc53ea5c31b4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8a337519-a831-284b-fcc7-de2ae7fcb748.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8a337519-a831-284b-fcc7-de2ae7fcb748.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8ab11c8c-79ee-8ce4-39f8-921313168ef4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8ab11c8c-79ee-8ce4-39f8-921313168ef4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8b77bd16-424c-d7f3-71dc-3eed566aca43.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8b77bd16-424c-d7f3-71dc-3eed566aca43.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8bf764c3-af3d-a81e-5fb8-29f1f4e8da92.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8bf764c3-af3d-a81e-5fb8-29f1f4e8da92.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8c2ac4d4-3950-4a34-a4c7-f59535d56ece.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8c2ac4d4-3950-4a34-a4c7-f59535d56ece.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8d907768-93c3-49fe-4fe4-c60b6fd4f0a9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8d907768-93c3-49fe-4fe4-c60b6fd4f0a9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8dcbb09c-1a9b-fb48-ee49-9491f1357abb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8dcbb09c-1a9b-fb48-ee49-9491f1357abb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8f857027-0fe8-f253-99af-d6d0b2904512.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8f857027-0fe8-f253-99af-d6d0b2904512.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8fbe433a-be6f-4a46-61db-59d2ba63a21e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8fbe433a-be6f-4a46-61db-59d2ba63a21e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8fc206b9-7ce7-eb0c-c3c1-8aa08c66adc3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/8fc206b9-7ce7-eb0c-c3c1-8aa08c66adc3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/912aade9-e1eb-c3b8-0e73-6b669f53b0f6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/912aade9-e1eb-c3b8-0e73-6b669f53b0f6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91484f68-e770-e724-3631-6f52ca418c43.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91484f68-e770-e724-3631-6f52ca418c43.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91d9055c-658b-cf8f-844e-d1c87f847f68.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91d9055c-658b-cf8f-844e-d1c87f847f68.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91dc6ab7-99a4-d538-2894-e0413bc54ce4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/91dc6ab7-99a4-d538-2894-e0413bc54ce4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/921db38b-f80a-c055-d1e5-bcff2477aa14.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/921db38b-f80a-c055-d1e5-bcff2477aa14.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/923163f7-8961-d6e2-21f3-dde7ffb315cf.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/923163f7-8961-d6e2-21f3-dde7ffb315cf.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9273eb21-4656-545d-bf8a-c6974b6232b9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9273eb21-4656-545d-bf8a-c6974b6232b9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/93099778-12a5-8daf-6b35-be8e82af6fff.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/93099778-12a5-8daf-6b35-be8e82af6fff.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/93222995-5a1a-a1c5-66f6-d595f1e22501.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/93222995-5a1a-a1c5-66f6-d595f1e22501.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/94465fba-a3c2-ea60-063b-59a3dcaec487.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/94465fba-a3c2-ea60-063b-59a3dcaec487.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9572c852-b497-3e97-dff1-67630af4c169.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9572c852-b497-3e97-dff1-67630af4c169.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9690cc5a-d932-be0a-ea98-202b32bf84fd.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9690cc5a-d932-be0a-ea98-202b32bf84fd.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/969d91c6-e3ca-a124-4718-93fcb9c5e5db.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/969d91c6-e3ca-a124-4718-93fcb9c5e5db.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/96d7c654-2d47-f582-7f26-04fb31ccaa8a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/96d7c654-2d47-f582-7f26-04fb31ccaa8a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/97cb3a5e-f5a9-17f8-f9c4-bca67cdb5817.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/97cb3a5e-f5a9-17f8-f9c4-bca67cdb5817.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/99d7d4bd-5c82-d446-92e7-cc920c2d1b4a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/99d7d4bd-5c82-d446-92e7-cc920c2d1b4a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/99efcd5a-9da5-a9f6-148f-32435e7a884d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/99efcd5a-9da5-a9f6-148f-32435e7a884d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9b1e942c-6524-85ec-bed1-c03b810b9a7d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9b1e942c-6524-85ec-bed1-c03b810b9a7d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9b8f8385-9926-3d48-63b8-08d15005dfdf.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9b8f8385-9926-3d48-63b8-08d15005dfdf.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9cf0888d-f7b2-000d-cea5-c31806ea3729.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9cf0888d-f7b2-000d-cea5-c31806ea3729.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9e446e4a-7a34-6575-417a-73e246f5cab3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9e446e4a-7a34-6575-417a-73e246f5cab3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9e712d87-721a-3e4b-80a6-c10f0e7dba29.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9e712d87-721a-3e4b-80a6-c10f0e7dba29.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9ec29cc9-6f23-119b-b0f2-8d1c2d31f3f7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/9ec29cc9-6f23-119b-b0f2-8d1c2d31f3f7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a0655f62-380c-a200-695e-5b2d60566324.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a0655f62-380c-a200-695e-5b2d60566324.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a1d7737d-b18c-1510-e34d-1c834bf4cd12.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a1d7737d-b18c-1510-e34d-1c834bf4cd12.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a25b96e6-e5d4-42e6-0962-d98889bc9fab.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a25b96e6-e5d4-42e6-0962-d98889bc9fab.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a29a10c0-6d96-dea5-80e6-42dfd531b56d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a29a10c0-6d96-dea5-80e6-42dfd531b56d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a2d37853-52d8-2db4-44f4-ba1d0b9920be.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a2d37853-52d8-2db4-44f4-ba1d0b9920be.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a36ada84-b36f-8c04-535e-c1c83414b616.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a36ada84-b36f-8c04-535e-c1c83414b616.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a3ce8bb9-9e6b-0a46-eeb3-1c1d6855adf7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a3ce8bb9-9e6b-0a46-eeb3-1c1d6855adf7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a40b66ff-4d2c-559a-e72a-323fa14c38f9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a40b66ff-4d2c-559a-e72a-323fa14c38f9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a4acbcf1-de46-077b-c2d4-00542f603016.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a4acbcf1-de46-077b-c2d4-00542f603016.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a4cc49bb-6c5b-b942-aa4d-838a5cd27725.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a4cc49bb-6c5b-b942-aa4d-838a5cd27725.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a6535993-751d-1503-1978-b0d6acc40b30.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a6535993-751d-1503-1978-b0d6acc40b30.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a73dd5fa-bbfb-9508-cb33-116c50f2e840.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a73dd5fa-bbfb-9508-cb33-116c50f2e840.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a75eda05-e2ab-418d-7da1-0f090fe56c5c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a75eda05-e2ab-418d-7da1-0f090fe56c5c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a842d8b4-f7ac-2141-e657-305d4a22fe71.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a842d8b4-f7ac-2141-e657-305d4a22fe71.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a9378845-a6ee-5718-2653-5370f8500c54.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a9378845-a6ee-5718-2653-5370f8500c54.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a978131d-01ec-25f4-ab7b-9f1ecbe20083.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a978131d-01ec-25f4-ab7b-9f1ecbe20083.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a9af70e7-7c64-8980-514a-ce04c6e2d9b4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/a9af70e7-7c64-8980-514a-ce04c6e2d9b4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/aa2133da-cd2e-78b8-5fdf-5ae8cab3d087.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/aa2133da-cd2e-78b8-5fdf-5ae8cab3d087.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/aad89236-3183-9f8e-440a-0e210f2fbf87.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/aad89236-3183-9f8e-440a-0e210f2fbf87.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab00c92f-ec02-9cf1-aed9-dc30589babd3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab00c92f-ec02-9cf1-aed9-dc30589babd3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab172fb9-87ef-3f29-c23a-cc531123f803.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab172fb9-87ef-3f29-c23a-cc531123f803.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab95e598-92db-001d-7423-3c2a5bc1d87e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ab95e598-92db-001d-7423-3c2a5bc1d87e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ac316f4a-28cb-039c-56c3-8cf0c2de07da.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ac316f4a-28cb-039c-56c3-8cf0c2de07da.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad123826-11c9-de10-91f6-335bb1262ed7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad123826-11c9-de10-91f6-335bb1262ed7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad3150b8-ac21-f161-3354-1dd3314a87a3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad3150b8-ac21-f161-3354-1dd3314a87a3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad9ba056-ff93-241b-1372-5385d55a0b67.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ad9ba056-ff93-241b-1372-5385d55a0b67.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/adb3200b-a5db-ced6-70b1-56f6d06eb523.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/adb3200b-a5db-ced6-70b1-56f6d06eb523.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ae8aa577-c60c-e517-f775-ebac7e94dd1c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ae8aa577-c60c-e517-f775-ebac7e94dd1c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af111828-88b5-a915-cc1b-394691897602.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af111828-88b5-a915-cc1b-394691897602.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af3ad956-1a97-73c2-6517-9960e0b86eae.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af3ad956-1a97-73c2-6517-9960e0b86eae.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af6a5252-8f9e-2d17-12f8-acc0528cd8a2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/af6a5252-8f9e-2d17-12f8-acc0528cd8a2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b00835f0-46a8-9813-1b1b-af482ed4eb48.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b00835f0-46a8-9813-1b1b-af482ed4eb48.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b0494074-3b55-a682-431d-a51b8031a3b5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b0494074-3b55-a682-431d-a51b8031a3b5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b0de1fe9-7d2d-f4e6-9966-6c1c8be8648b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b0de1fe9-7d2d-f4e6-9966-6c1c8be8648b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b15f7eae-87bb-b34a-8a1f-92f2e8ef49d2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b15f7eae-87bb-b34a-8a1f-92f2e8ef49d2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b20bee7a-390d-7605-fead-92c7e9736e02.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b20bee7a-390d-7605-fead-92c7e9736e02.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b259bf06-3971-b88f-48c5-af8e6ad271e7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b259bf06-3971-b88f-48c5-af8e6ad271e7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b2a3b745-986e-6043-e2c5-742b549a8cca.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b2a3b745-986e-6043-e2c5-742b549a8cca.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b497fe76-5ecb-f732-c34a-9b23e560cec2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b497fe76-5ecb-f732-c34a-9b23e560cec2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b55d949f-8c22-efee-e1f1-4d04813fa8d8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b55d949f-8c22-efee-e1f1-4d04813fa8d8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b6976a34-406e-3ea1-2908-74ad31ef6330.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b6976a34-406e-3ea1-2908-74ad31ef6330.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b765ef68-b085-109f-36af-b656af0ed709.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b765ef68-b085-109f-36af-b656af0ed709.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b89ad4d9-1a31-2697-6e00-5b0121dc9dd8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b89ad4d9-1a31-2697-6e00-5b0121dc9dd8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b8ee6591-9bb8-6619-861f-911bf6cc466a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b8ee6591-9bb8-6619-861f-911bf6cc466a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b8f331e0-ea50-6d82-d26e-632d537e331b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b8f331e0-ea50-6d82-d26e-632d537e331b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b97716e9-1a65-57b6-6b0b-4516c6bb1878.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b97716e9-1a65-57b6-6b0b-4516c6bb1878.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b9d47317-3f7a-21f9-cba2-161b1261e616.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b9d47317-3f7a-21f9-cba2-161b1261e616.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b9eb1b55-876b-10fa-9c28-40c6d938149e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/b9eb1b55-876b-10fa-9c28-40c6d938149e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ba20c0a9-c7f6-22c4-7e68-a029dd648606.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ba20c0a9-c7f6-22c4-7e68-a029dd648606.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bb76650e-79ce-9f7e-042b-4bcd82ba1b18.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bb76650e-79ce-9f7e-042b-4bcd82ba1b18.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bc7aa09c-60c6-5fee-ecaa-c4ce4be7b0ec.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bc7aa09c-60c6-5fee-ecaa-c4ce4be7b0ec.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bce3f9c1-f883-0a89-e7b4-ffe694cf3173.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bce3f9c1-f883-0a89-e7b4-ffe694cf3173.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bd302e76-d334-fef5-0414-37db2425ba79.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bd302e76-d334-fef5-0414-37db2425ba79.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bdc46b73-9f18-1f8e-f3ac-34060d701dcb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bdc46b73-9f18-1f8e-f3ac-34060d701dcb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/be05403e-230d-a321-cec5-446ed3d27afe.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/be05403e-230d-a321-cec5-446ed3d27afe.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/be3924c5-cd74-2f91-1bdb-3fde88c6ea73.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/be3924c5-cd74-2f91-1bdb-3fde88c6ea73.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/beeefd5f-d9e7-d7da-5faa-93c12f9bfa2f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/beeefd5f-d9e7-d7da-5faa-93c12f9bfa2f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bfee0385-a80f-072d-ee1c-ac3fc034ba22.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/bfee0385-a80f-072d-ee1c-ac3fc034ba22.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c0a08f6a-6add-033f-b914-04ae5cf03c8a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c0a08f6a-6add-033f-b914-04ae5cf03c8a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c13f1c5e-defc-2c5e-c0f4-253a730e7f74.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c13f1c5e-defc-2c5e-c0f4-253a730e7f74.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c217ef09-5fb0-b6ef-2e49-5ac457275a6a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c217ef09-5fb0-b6ef-2e49-5ac457275a6a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c2e4a8b5-8e71-4d1e-645e-cd18365caf73.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c2e4a8b5-8e71-4d1e-645e-cd18365caf73.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c2e9b54b-1e20-c9c4-23c0-9717711b8f8d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c2e9b54b-1e20-c9c4-23c0-9717711b8f8d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c3167e43-672b-b51a-dc5b-02524ba6440f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c3167e43-672b-b51a-dc5b-02524ba6440f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c42fb120-44c9-0b58-ae07-94cd83c21eda.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c42fb120-44c9-0b58-ae07-94cd83c21eda.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c439d1a6-2526-113b-65fd-4ad2d4e27f75.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c439d1a6-2526-113b-65fd-4ad2d4e27f75.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c460fd84-8b97-076b-1019-8a5ed558000c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c460fd84-8b97-076b-1019-8a5ed558000c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c580d3d3-7cbe-9f66-4454-636ecfa24863.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c580d3d3-7cbe-9f66-4454-636ecfa24863.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c79501ee-d0a8-7f03-8c33-e0fffa1cb52e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c79501ee-d0a8-7f03-8c33-e0fffa1cb52e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c8ae305b-6b8d-ea96-e70e-ffb1edf15f97.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c8ae305b-6b8d-ea96-e70e-ffb1edf15f97.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c96192f3-fabd-ee88-0322-2e9e2a29e3c8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/c96192f3-fabd-ee88-0322-2e9e2a29e3c8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cbfda6ca-a139-c661-4a77-81be3fabaf70.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cbfda6ca-a139-c661-4a77-81be3fabaf70.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cda4920d-0eeb-cc73-a8b8-2f0a8ffdbb81.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cda4920d-0eeb-cc73-a8b8-2f0a8ffdbb81.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cf249f12-f920-9014-ecbe-8a3987e72ad4.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cf249f12-f920-9014-ecbe-8a3987e72ad4.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cfd31d05-3d7e-fa73-5126-8ba0dbb20538.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cfd31d05-3d7e-fa73-5126-8ba0dbb20538.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cfe1659d-f4fd-1226-e143-d39eba03246e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/cfe1659d-f4fd-1226-e143-d39eba03246e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d0977cfc-15bc-f202-b4f4-5d2643f59990.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d0977cfc-15bc-f202-b4f4-5d2643f59990.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d2351190-cf7c-53f6-9349-584dd6871c2b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d2351190-cf7c-53f6-9349-584dd6871c2b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d339d569-79a3-259c-0a4b-f07e91f26dcb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d339d569-79a3-259c-0a4b-f07e91f26dcb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d436b93b-d3ab-8444-a2a8-23d7f9064da8.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d436b93b-d3ab-8444-a2a8-23d7f9064da8.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d49631a8-a97c-8ccc-13f0-79814d71e549.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d49631a8-a97c-8ccc-13f0-79814d71e549.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d5b4c5f8-3b42-c959-f978-ba09deb20b4b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d5b4c5f8-3b42-c959-f978-ba09deb20b4b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d626e4a6-d6ad-f676-5a22-58ebcb292f9a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d626e4a6-d6ad-f676-5a22-58ebcb292f9a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d6352fc4-8933-ecfc-8e50-e0db2af2ae8b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d6352fc4-8933-ecfc-8e50-e0db2af2ae8b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d689b21d-05a3-ea86-99b5-de0a9fb0d839.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d689b21d-05a3-ea86-99b5-de0a9fb0d839.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d709af38-18f5-1138-1c2b-02d44357d5a0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d709af38-18f5-1138-1c2b-02d44357d5a0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d77c3369-4db6-be54-2b9a-9b974b2baa1e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d77c3369-4db6-be54-2b9a-9b974b2baa1e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d82ad580-c265-3f5f-a97f-6ca4fdb971bc.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d82ad580-c265-3f5f-a97f-6ca4fdb971bc.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d875779c-8a4c-56a1-9957-bf6000feb7ce.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d875779c-8a4c-56a1-9957-bf6000feb7ce.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d8dc36e6-13bc-1431-aded-40f3eb8a33b1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d8dc36e6-13bc-1431-aded-40f3eb8a33b1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d8f25f03-5263-1f05-b10e-269f86d646cc.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d8f25f03-5263-1f05-b10e-269f86d646cc.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d9440241-fbe0-1b3d-3c4e-0ffc9f049620.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d9440241-fbe0-1b3d-3c4e-0ffc9f049620.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d96e448e-b933-e1b1-9f8d-2fbdf7704110.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d96e448e-b933-e1b1-9f8d-2fbdf7704110.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d9db1f94-e3b8-9faf-9f76-357a9b860e7d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/d9db1f94-e3b8-9faf-9f76-357a9b860e7d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/da8569b3-429f-fbdb-7fad-bb76f36ad3f3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/da8569b3-429f-fbdb-7fad-bb76f36ad3f3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/dabf4da3-1730-eb1c-17ba-8c538da542a7.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/dabf4da3-1730-eb1c-17ba-8c538da542a7.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/db83fad3-e6a5-cc6c-bc5d-c3f326e7f29e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/db83fad3-e6a5-cc6c-bc5d-c3f326e7f29e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/dd2f2b52-15e4-95fe-d720-058ef3054009.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/dd2f2b52-15e4-95fe-d720-058ef3054009.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/df2156cf-fba3-93bb-eefd-9c79aee37273.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/df2156cf-fba3-93bb-eefd-9c79aee37273.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e0db4753-03d5-d513-731b-063bb06039bf.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e0db4753-03d5-d513-731b-063bb06039bf.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e24b4540-01e1-80a0-221c-9899f5df14b3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e24b4540-01e1-80a0-221c-9899f5df14b3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e24ffbea-24dc-8460-10a8-c2f0a1e2932e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e24ffbea-24dc-8460-10a8-c2f0a1e2932e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e2893152-e9c4-4e6a-0c8b-ffe7d53c5021.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e2893152-e9c4-4e6a-0c8b-ffe7d53c5021.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e2a3713e-c1d1-14a7-f761-4ac91e3c9026.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e2a3713e-c1d1-14a7-f761-4ac91e3c9026.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e3d8e2dd-c8f1-34ea-98c6-fe6adbaabb52.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e3d8e2dd-c8f1-34ea-98c6-fe6adbaabb52.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e428c848-6169-c8cc-b39d-9d825c61e0c6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e428c848-6169-c8cc-b39d-9d825c61e0c6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e46c1a08-b718-de27-3303-6e2701f0b0b3.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e46c1a08-b718-de27-3303-6e2701f0b0b3.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e47c8d8c-1335-96bc-cdca-edea851463ee.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e47c8d8c-1335-96bc-cdca-edea851463ee.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e61fdca4-266b-a571-6b27-dc2d546ab31f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e61fdca4-266b-a571-6b27-dc2d546ab31f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e632f42c-801e-c749-0c17-e08f3057005f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e632f42c-801e-c749-0c17-e08f3057005f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e7d3db7e-da47-d647-9d19-4569e0c7bf42.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e7d3db7e-da47-d647-9d19-4569e0c7bf42.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e864e0e8-e3aa-b3e1-ef9d-eba4bcda75db.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e864e0e8-e3aa-b3e1-ef9d-eba4bcda75db.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e87f6d98-bf5d-1a1d-e929-57cb83eb362f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e87f6d98-bf5d-1a1d-e929-57cb83eb362f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e8bc7d30-4c72-740c-f03c-540aafe4a8db.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e8bc7d30-4c72-740c-f03c-540aafe4a8db.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e9a94983-c76a-3353-a4d5-b6abb9a9542e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/e9a94983-c76a-3353-a4d5-b6abb9a9542e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea2262f3-4bab-94a6-6955-9fe12737ff4d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea2262f3-4bab-94a6-6955-9fe12737ff4d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea2e375d-85f9-226c-0bf2-a6476acd4f04.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea2e375d-85f9-226c-0bf2-a6476acd4f04.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea57b614-1c7a-cf17-45c2-76d2e6383800.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea57b614-1c7a-cf17-45c2-76d2e6383800.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea9095da-2574-f6c4-1622-1425428c115c.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ea9095da-2574-f6c4-1622-1425428c115c.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/eaea66cd-6651-0937-9762-b43831a485c2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/eaea66cd-6651-0937-9762-b43831a485c2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ed905254-ecd7-02e7-8969-34eb9dd94c67.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ed905254-ecd7-02e7-8969-34eb9dd94c67.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/edf1fc1c-c9f7-337a-d9df-439fab750fa9.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/edf1fc1c-c9f7-337a-d9df-439fab750fa9.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ee315caf-cef6-99c2-8e4f-bea62e9021a6.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ee315caf-cef6-99c2-8e4f-bea62e9021a6.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ee754c5b-f1de-2469-62f0-30ac1ca62e8f.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/ee754c5b-f1de-2469-62f0-30ac1ca62e8f.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f00c2688-56d4-5b94-837f-dc60909037eb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f00c2688-56d4-5b94-837f-dc60909037eb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f0664a3a-0774-480b-153a-f779aa71f5fb.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f0664a3a-0774-480b-153a-f779aa71f5fb.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f06e723c-6034-86cd-ac33-5886c69dc47e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f06e723c-6034-86cd-ac33-5886c69dc47e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f1d50e4c-2c65-ec00-8046-581aa7d1654d.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f1d50e4c-2c65-ec00-8046-581aa7d1654d.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2396e0f-0fba-3030-4ed7-d24627244c82.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2396e0f-0fba-3030-4ed7-d24627244c82.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2681c1e-26b9-9841-4eae-25e309934cd2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2681c1e-26b9-9841-4eae-25e309934cd2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2844746-63fe-6270-11b5-ded4f154e322.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f2844746-63fe-6270-11b5-ded4f154e322.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f4188cbf-c438-7acf-7656-3efe66aca78e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f4188cbf-c438-7acf-7656-3efe66aca78e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f44234aa-06a6-d834-9105-fd61cc87e494.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f44234aa-06a6-d834-9105-fd61cc87e494.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f497045d-2882-d234-0589-c055c937eea0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f497045d-2882-d234-0589-c055c937eea0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f4a6885e-32dd-2a50-9861-5d63df254b9a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f4a6885e-32dd-2a50-9861-5d63df254b9a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f89e0de5-2c46-71e2-3337-b568f52bd0bc.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f89e0de5-2c46-71e2-3337-b568f52bd0bc.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f909c172-8626-0694-78bb-804f51c7b21a.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f909c172-8626-0694-78bb-804f51c7b21a.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f94ea82b-0d8a-8c70-7b0b-b10582d49d8e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/f94ea82b-0d8a-8c70-7b0b-b10582d49d8e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fa182ac8-c05f-85a9-37f0-e88fb1a4ac2b.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fa182ac8-c05f-85a9-37f0-e88fb1a4ac2b.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fa3fd197-0132-b89e-3255-26d00ef9d74e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fa3fd197-0132-b89e-3255-26d00ef9d74e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fb2819d0-3f4b-74e5-0007-6b29aaf1c1b0.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fb2819d0-3f4b-74e5-0007-6b29aaf1c1b0.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fca780db-91ab-4944-b4a4-eae9a984e1f5.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fca780db-91ab-4944-b4a4-eae9a984e1f5.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fd1a01c2-3695-3510-4392-170ad5bb5cb2.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fd1a01c2-3695-3510-4392-170ad5bb5cb2.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fd86258d-da4f-903c-6d98-fc0ff09c9bc1.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fd86258d-da4f-903c-6d98-fc0ff09c9bc1.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fdd39a3c-0f0f-ddaa-2582-c6a8e0c5fa51.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fdd39a3c-0f0f-ddaa-2582-c6a8e0c5fa51.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fe40b228-95a3-8c70-a6e7-314fa1348564.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fe40b228-95a3-8c70-a6e7-314fa1348564.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fe70b27f-8ad6-387f-cf17-258ae22f4d0e.font -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/templates/fonts/fe70b27f-8ad6-387f-cf17-258ae22f4d0e.font.inf -> build/lib.macosx-10.14-x86_64-3.7/omnivore/templates/fonts
copying omnivore/arch/antic_speedups.c -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/antic_speedups.pyx -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/pixel_speedups.c -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
copying omnivore/arch/pixel_speedups.pyx -> build/lib.macosx-10.14-x86_64-3.7/omnivore/arch
running build_ext
building 'omnivore.arch.antic_speedups' extension
creating build/temp.macosx-10.14-x86_64-3.7
creating build/temp.macosx-10.14-x86_64-3.7/omnivore
creating build/temp.macosx-10.14-x86_64-3.7/omnivore/arch
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/libpq/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openldap/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/curl/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c omnivore/arch/antic_speedups.c -o build/temp.macosx-10.14-x86_64-3.7/omnivore/arch/antic_speedups.o -g
omnivore/arch/antic_speedups.c:609:10: fatal error: 'numpy/arrayobject.h' file not found
#include "numpy/arrayobject.h"
^~~~~~~~~~~~~~~~~~~~~
1 error generated.
error: command 'clang' failed with exit status 1


Failed building wheel for omnivore
Running setup.py clean for omnivore
Building wheel for python-slugify (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/16/7f/c3/6b0582283ad589d68a306da924a78c74546e010d8106b9b3a9
Building wheel for construct (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/27/56/f3/331bceddd155321b15e088973757858cdc14060d901c968ab4
Building wheel for configobj (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/f1/e4/16/4981ca97c2d65106b49861e0b35e2660695be7219a2d351ee0
Building wheel for bson (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/78/c8/73/5d5234df5208c21532b0a536776d7cbce9c9216b5776213dd4
Building wheel for pyopengl-accelerate (setup.py) ... error
Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/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 /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-wheel-it89a3xo --python-tag cp37:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.14-x86_64-3.7
creating build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
copying ./init.py -> build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
copying ./setup.py -> build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
running build_ext
building 'OpenGL_accelerate.wrapper' extension
creating build/temp.macosx-10.14-x86_64-3.7
creating build/temp.macosx-10.14-x86_64-3.7/src
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/libpq/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openldap/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/curl/include -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/.. -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/src -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/wrapper.c -o build/temp.macosx-10.14-x86_64-3.7/src/wrapper.o
src/wrapper.c:2724:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:2717:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:2970:133: warning: code will never be executed [-Wunreachable-code]
__pyx_t_4 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_4); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 89; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3887:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_3); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 145; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3880:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_3 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_3); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 145; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3793:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 143; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3786:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 143; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:4227:133: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_7, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 162; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:11474:21: error: no member named 'exc_type' in 'struct _ts'
*type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11475:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
*value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11476:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
*tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11488:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11489:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11490:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11491:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = type;
~~~~~~ ^
src/wrapper.c:11492:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11493:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11536:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11537:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11538:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11539:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = local_type;
~~~~~~ ^
src/wrapper.c:11540:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11541:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = local_tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
8 warnings and 15 errors generated.
error: command 'clang' failed with exit status 1


Failed building wheel for pyopengl-accelerate
Running setup.py clean for pyopengl-accelerate
Building wheel for pyopengl (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/6c/00/7f/1dd736f380848720ad79a1a1de5272e0d3f79c15a42968fb58
Building wheel for sawx (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/e7/dd/ab/d866c75cff76ec8efc4aa6b7e8b461b573620607876e70a1e3
Building wheel for atrip (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/02/89/cd/05df721006570f5f44da70289bc275facf1455f9d43c92447c
Building wheel for fleep (setup.py) ... done
Stored in directory: /Users/steve/Library/Caches/pip/wheels/5b/35/8c/49e6c44f34b3279ee3f7836384c29fd0ebe4d058e0e7cbf3b2
Successfully built python-slugify construct configobj bson pyopengl sawx atrip fleep
Failed to build omnivore pyopengl-accelerate
Installing collected packages: text-unidecode, python-slugify, ply, construct, pytz, pyparsing, configobj, python-dateutil, bson, jsonpickle, pyopengl-accelerate, pyopengl, fleep, appdirs, pathlib2, sawx, lz4, atrip, omnivore
Running setup.py install for pyopengl-accelerate ... error
Complete output from command /usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-record-ghchouqw/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.14-x86_64-3.7
creating build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
copying ./init.py -> build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
copying ./setup.py -> build/lib.macosx-10.14-x86_64-3.7/OpenGL_accelerate
running build_ext
building 'OpenGL_accelerate.wrapper' extension
creating build/temp.macosx-10.14-x86_64-3.7
creating build/temp.macosx-10.14-x86_64-3.7/src
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/libpq/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openldap/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/curl/include -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/.. -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/src -I/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c src/wrapper.c -o build/temp.macosx-10.14-x86_64-3.7/src/wrapper.o
src/wrapper.c:2724:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:2717:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:2970:133: warning: code will never be executed [-Wunreachable-code]
__pyx_t_4 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_3); __Pyx_INCREF(__pyx_t_4); __pyx_t_3++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 89; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3887:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_3); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 145; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3880:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_3 = PyList_GET_ITEM(__pyx_t_2, __pyx_t_4); __Pyx_INCREF(__pyx_t_3); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 145; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3793:136: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 143; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:3786:135: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_4); __Pyx_INCREF(__pyx_t_6); __pyx_t_4++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 143; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:4227:133: warning: code will never be executed [-Wunreachable-code]
__pyx_t_6 = PyList_GET_ITEM(__pyx_t_7, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 162; __pyx_clineno = LINE; goto __pyx_L1_error;}
^~~~~~~
src/wrapper.c:11474:21: error: no member named 'exc_type' in 'struct _ts'
*type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11475:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
*value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11476:19: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
*tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11488:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11489:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11490:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11491:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = type;
~~~~~~ ^
src/wrapper.c:11492:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11493:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11536:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
src/wrapper.c:11537:25: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tmp_value = tstate->exc_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11538:22: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tmp_tb = tstate->exc_traceback;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
src/wrapper.c:11539:13: error: no member named 'exc_type' in 'struct _ts'
tstate->exc_type = local_type;
~~~~~~ ^
src/wrapper.c:11540:13: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
tstate->exc_value = local_value;
^~~~~~~~~
curexc_value
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:240:15: note: 'curexc_value' declared here
PyObject *curexc_value;
^
src/wrapper.c:11541:13: error: no member named 'exc_traceback' in 'struct _ts'; did you mean 'curexc_traceback'?
tstate->exc_traceback = local_tb;
^~~~~~~~~~~~~
curexc_traceback
/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m/pystate.h:241:15: note: 'curexc_traceback' declared here
PyObject *curexc_traceback;
^
8 warnings and 15 errors generated.
error: command 'clang' failed with exit status 1

----------------------------------------

Command "/usr/local/opt/python/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-record-ghchouqw/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/ch/hnn9fp4s7f7gtnls1_jb_k2m0000gn/T/pip-install-0e98p54n/pyopengl-accelerate/
» ChoccyBook:~ >`

@robmcmullen robmcmullen reopened this Jun 13, 2019
@robmcmullen
Copy link
Owner

I haven't tried Python 3.7 on macOS, let me see if I can figure out what's going on.

@robmcmullen
Copy link
Owner

Actually, reading over the traceback more closely, it looks like it's a problem compiling pyopengl-accelerate. That's strictly speaking not a required package so I'll remove it from the setup.py. Can your python compile other extensions?

@a8bit
Copy link
Author

a8bit commented Jun 13, 2019

It seems to be fine with anything I throw at it except a very disobedient FontForge recently.

I just installed PyHash which uses C extensions and it seems to be fine.

@robmcmullen
Copy link
Owner

I took out the pyopengl-accelerate (and did some other stuff) if you want to try pip install omnivore==2.0a4

@a8bit
Copy link
Author

a8bit commented Jun 14, 2019

It all goes swimmingly until it gets to here…

  building 'omnivore.arch.antic_speedups' extension
  creating build/temp.macosx-10.14-x86_64-3.7
  creating build/temp.macosx-10.14-x86_64-3.7/omnivore
  creating build/temp.macosx-10.14-x86_64-3.7/omnivore/arch
  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/libpq/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/openldap/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/curl/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c omnivore/arch/antic_speedups.c -o build/temp.macosx-10.14-x86_64-3.7/omnivore/arch/antic_speedups.o -g
  omnivore/arch/antic_speedups.c:609:10: fatal error: 'numpy/arrayobject.h' file not found
  #include "numpy/arrayobject.h"
           ^~~~~~~~~~~~~~~~~~~~~
  1 error generated.
  error: command 'clang' failed with exit status 1

@robmcmullen
Copy link
Owner

It's not adding the numpy include directories to the command line for compilation. Hmmm. (I can't install brew on my system because I don't own this mac.) If you do this, what does it say?

$ python
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 26 2018, 19:50:54) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.get_include()
'/Users/rob.mcmullen/venv/omnivore2/lib/python3.6/site-packages/numpy/core/include'

@robmcmullen
Copy link
Owner

Ah, perhaps this: pypa/setuptools#1777

I am using the include_dirs in setup() for a few of the extensions, including antic_speedups. Some other extensions have it in the Extension().

If you feel like cloning the repo and trying python setup.py build_ext --inplace, I've got a possible fix. You'd have to have cython installed.

@robmcmullen
Copy link
Owner

Or just cross fingers and try pip install omnivore==2.0a5

@a8bit
Copy link
Author

a8bit commented Jun 14, 2019

I get this...

» ChoccyBook:~ >python
Python 3.7.3 (default, Mar 27 2019, 09:23:15)
[Clang 10.0.1 (clang-1001.0.46.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.get_include()
'/usr/local/lib/python3.7/site-packages/numpy/core/include'
>>> '/Users/rob.mcmullen/venv/omnivore2/lib/python3.6/site-packages/numpy/core/include'
'/Users/rob.mcmullen/venv/omnivore2/lib/python3.6/site-packages/numpy/core/include'
>>>

@a8bit
Copy link
Author

a8bit commented Jun 14, 2019

Well that's promising!

Building wheels for collected packages: omnivore
  Building wheel for omnivore (setup.py) ... done
  Stored in directory: /Users/steve/Library/Caches/pip/wheels/c7/0b/1c/62835b8a26156ebd4d3884f8e2b4dd22ed4e2e659cc6aee991
Successfully built omnivore
Installing collected packages: omnivore
Successfully installed omnivore-2.0a5

@a8bit
Copy link
Author

a8bit commented Jun 14, 2019

Now we're getting somewhere.
Screenshot 2019-06-14 at 15 55 33

@robmcmullen
Copy link
Owner

Excellent! Be prepared for alphaness! The emulator should work, at least, and you can pause/step and look at various different machine level things. Load a disk image and use Machine -> Boot Disk Image. Probably cart and cassette images will fail, so try an .atr.

@robmcmullen
Copy link
Owner

I'll close this again. Feel free to open tickets as you find bugs, but you're going to burn lots of calories typing so have a meal first.

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

No branches or pull requests

3 participants