Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:52
Show Gist options
  • Save rmcgibbo/6dadba96083ec87b1d12581e454eb3e1 to your computer and use it in GitHub Desktop.
Save rmcgibbo/6dadba96083ec87b1d12581e454eb3e1 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/n48fgrjhn7r7bvmzrgmfapk53hybacjm-pep8-1.7.1.tar.gz
source root is pep8-1.7.1
setting SOURCE_DATE_EPOCH to timestamp 1508855896 of file pep8-1.7.1/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
The [wheel] section is deprecated. Use [bdist_wheel] instead.
running build
running build_py
creating build
creating build/lib
copying pep8.py -> build/lib
running egg_info
writing pep8.egg-info/PKG-INFO
writing dependency_links to pep8.egg-info/dependency_links.txt
writing entry points to pep8.egg-info/entry_points.txt
writing namespace_packages to pep8.egg-info/namespace_packages.txt
writing top-level names to pep8.egg-info/top_level.txt
reading manifest file 'pep8.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
warning: no previously-included files matching '*.pyc' found under directory 'testsuite'
warning: no previously-included files matching '*.pyo' found under directory 'testsuite'
no previously-included directories found matching 'docs/_build'
writing manifest file 'pep8.egg-info/SOURCES.txt'
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
copying build/lib/pep8.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
Copying pep8.egg-info to build/bdist.linux-x86_64/wheel/pep8-1.7.1-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pep8-1.7.1.dist-info/WHEEL
creating 'dist/pep8-1.7.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pep8.py'
adding 'pep8-1.7.1.dist-info/METADATA'
adding 'pep8-1.7.1.dist-info/WHEEL'
adding 'pep8-1.7.1.dist-info/entry_points.txt'
adding 'pep8-1.7.1.dist-info/namespace_packages.txt'
adding 'pep8-1.7.1.dist-info/top_level.txt'
adding 'pep8-1.7.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pep8-1.7.1/dist /build/pep8-1.7.1
Processing ./pep8-1.7.1-py2.py3-none-any.whl
Installing collected packages: pep8
Successfully installed pep8-1.7.1
/build/pep8-1.7.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1/lib /nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1/bin
patching script interpreter paths in /nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1
checking for references to /build/ in /nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1...
Rewriting #!/nix/store/qyv5ffskmq8fv9yf5mb6fr5yracavid4-python3-3.8.7/bin/python3.8 to #!/nix/store/qyv5ffskmq8fv9yf5mb6fr5yracavid4-python3-3.8.7
wrapping `/nix/store/x0x93hv9f4g8p1wm3v04lg0v7wjf1rhb-python3.8-pep8-1.7.1/bin/pep8'...
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