Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:50
Show Gist options
  • Save rmcgibbo/48481cc4ec58a2e4da2605788f16b01c to your computer and use it in GitHub Desktop.
Save rmcgibbo/48481cc4ec58a2e4da2605788f16b01c to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/114371
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/kzw6yhflrw2pvc71sf7ww3w9v092xwj2-EasyProcess-0.3.tar.gz
source root is EasyProcess-0.3
setting SOURCE_DATE_EPOCH to timestamp 1588500546 of file EasyProcess-0.3/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/easyprocess
copying easyprocess/__init__.py -> build/lib/easyprocess
copying easyprocess/unicodeutil.py -> build/lib/easyprocess
copying easyprocess/about.py -> build/lib/easyprocess
creating build/lib/easyprocess/examples
copying easyprocess/examples/__init__.py -> build/lib/easyprocess/examples
copying easyprocess/examples/timeout.py -> build/lib/easyprocess/examples
copying easyprocess/examples/cmd.py -> build/lib/easyprocess/examples
copying easyprocess/examples/log.py -> build/lib/easyprocess/examples
copying easyprocess/examples/hello.py -> build/lib/easyprocess/examples
copying easyprocess/examples/ver.py -> build/lib/easyprocess/examples
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/easyprocess
copying build/lib/easyprocess/__init__.py -> build/bdist.linux-x86_64/wheel/easyprocess
copying build/lib/easyprocess/unicodeutil.py -> build/bdist.linux-x86_64/wheel/easyprocess
copying build/lib/easyprocess/about.py -> build/bdist.linux-x86_64/wheel/easyprocess
creating build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/__init__.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/timeout.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/cmd.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/log.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/hello.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
copying build/lib/easyprocess/examples/ver.py -> build/bdist.linux-x86_64/wheel/easyprocess/examples
running install_egg_info
running egg_info
writing EasyProcess.egg-info/PKG-INFO
writing dependency_links to EasyProcess.egg-info/dependency_links.txt
writing top-level names to EasyProcess.egg-info/top_level.txt
reading manifest file 'EasyProcess.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'EasyProcess.egg-info/SOURCES.txt'
Copying EasyProcess.egg-info to build/bdist.linux-x86_64/wheel/EasyProcess-0.3-py3.7.egg-info
running install_scripts
adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/EasyProcess-0.3.dist-info/WHEEL
creating 'dist/EasyProcess-0.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'easyprocess/__init__.py'
adding 'easyprocess/about.py'
adding 'easyprocess/unicodeutil.py'
adding 'easyprocess/examples/__init__.py'
adding 'easyprocess/examples/cmd.py'
adding 'easyprocess/examples/hello.py'
adding 'easyprocess/examples/log.py'
adding 'easyprocess/examples/timeout.py'
adding 'easyprocess/examples/ver.py'
adding 'EasyProcess-0.3.dist-info/LICENSE.txt'
adding 'EasyProcess-0.3.dist-info/METADATA'
adding 'EasyProcess-0.3.dist-info/WHEEL'
adding 'EasyProcess-0.3.dist-info/top_level.txt'
adding 'EasyProcess-0.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/EasyProcess-0.3/dist /build/EasyProcess-0.3
Processing ./EasyProcess-0.3-py3-none-any.whl
Installing collected packages: EasyProcess
Successfully installed EasyProcess-0.3
/build/EasyProcess-0.3
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/75n9aqgahmhab9i7y5qjm8ni83b370f1-python3.7-EasyProcess-0.3
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/75n9aqgahmhab9i7y5qjm8ni83b370f1-python3.7-EasyProcess-0.3/lib
patching script interpreter paths in /nix/store/75n9aqgahmhab9i7y5qjm8ni83b370f1-python3.7-EasyProcess-0.3
checking for references to /build/ in /nix/store/75n9aqgahmhab9i7y5qjm8ni83b370f1-python3.7-EasyProcess-0.3...
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment