Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/57475ad385af3dd3e907f40122c68a07 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/57475ad385af3dd3e907f40122c68a07 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/116831
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/b9r5xfbc04gqh2p7n7swwk39g1dm4qng-fontPens-0.2.4.zip
source root is fontPens-0.2.4
setting SOURCE_DATE_EPOCH to timestamp 1544879288 of file fontPens-0.2.4/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
creating build/lib/fontPens
copying Lib/fontPens/marginPen.py -> build/lib/fontPens
copying Lib/fontPens/penTools.py -> build/lib/fontPens
copying Lib/fontPens/thresholdPen.py -> build/lib/fontPens
copying Lib/fontPens/transformPointPen.py -> build/lib/fontPens
copying Lib/fontPens/digestPointPen.py -> build/lib/fontPens
copying Lib/fontPens/guessSmoothPointPen.py -> build/lib/fontPens
copying Lib/fontPens/__init__.py -> build/lib/fontPens
copying Lib/fontPens/thresholdPointPen.py -> build/lib/fontPens
copying Lib/fontPens/angledMarginPen.py -> build/lib/fontPens
copying Lib/fontPens/printPen.py -> build/lib/fontPens
copying Lib/fontPens/printPointPen.py -> build/lib/fontPens
copying Lib/fontPens/flattenPen.py -> build/lib/fontPens
copying Lib/fontPens/recordingPointPen.py -> build/lib/fontPens
running egg_info
writing Lib/fontPens.egg-info/PKG-INFO
writing dependency_links to Lib/fontPens.egg-info/dependency_links.txt
writing requirements to Lib/fontPens.egg-info/requires.txt
writing top-level names to Lib/fontPens.egg-info/top_level.txt
reading manifest file 'Lib/fontPens.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Lib/fontPens.egg-info/SOURCES.txt'
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/marginPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/penTools.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/thresholdPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/transformPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/digestPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/guessSmoothPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/__init__.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/thresholdPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/angledMarginPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/printPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/printPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/flattenPen.py -> build/bdist.linux-aarch64/wheel/fontPens
copying build/lib/fontPens/recordingPointPen.py -> build/bdist.linux-aarch64/wheel/fontPens
running install_egg_info
Copying Lib/fontPens.egg-info to build/bdist.linux-aarch64/wheel/fontPens-0.2.4-py3.8.egg-info
running install_scripts
creating build/bdist.linux-aarch64/wheel/fontPens-0.2.4.dist-info/WHEEL
creating 'dist/fontPens-0.2.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'fontPens/__init__.py'
adding 'fontPens/angledMarginPen.py'
adding 'fontPens/digestPointPen.py'
adding 'fontPens/flattenPen.py'
adding 'fontPens/guessSmoothPointPen.py'
adding 'fontPens/marginPen.py'
adding 'fontPens/penTools.py'
adding 'fontPens/printPen.py'
adding 'fontPens/printPointPen.py'
adding 'fontPens/recordingPointPen.py'
adding 'fontPens/thresholdPen.py'
adding 'fontPens/thresholdPointPen.py'
adding 'fontPens/transformPointPen.py'
adding 'fontPens-0.2.4.dist-info/LICENSE.txt'
adding 'fontPens-0.2.4.dist-info/METADATA'
adding 'fontPens-0.2.4.dist-info/WHEEL'
adding 'fontPens-0.2.4.dist-info/top_level.txt'
adding 'fontPens-0.2.4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/fontPens-0.2.4/dist /build/fontPens-0.2.4
Processing ./fontPens-0.2.4-py2.py3-none-any.whl
Requirement already satisfied: FontTools>=3.32.0 in /nix/store/wlplq814fj9r6xlkwpbyzklw2x20jwyz-python3.8-fonttools-4.21.1/lib/python3.8/site-packages (from fontPens==0.2.4) (4.21.1)
Installing collected packages: fontPens
Successfully installed fontPens-0.2.4
/build/fontPens-0.2.4
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/6p70f72x6dc62zz31s57bzxqhphbhjqy-python3.8-fontPens-0.2.4
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/6p70f72x6dc62zz31s57bzxqhphbhjqy-python3.8-fontPens-0.2.4/lib
patching script interpreter paths in /nix/store/6p70f72x6dc62zz31s57bzxqhphbhjqy-python3.8-fontPens-0.2.4
checking for references to /build/ in /nix/store/6p70f72x6dc62zz31s57bzxqhphbhjqy-python3.8-fontPens-0.2.4...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: fontPens fontPens.angledMarginPen fontPens.digestPointPen fontPens.flattenPen fontPens.guessSmoothPointPen fontPens.marginPen fontPens.penTools fontPens.printPen fontPens.printPointPen fontPens.recordingPointPen fontPens.thresholdPen fontPens.thresholdPointPen fontPens.transformPointPen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment