Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 16:16
Show Gist options
  • Save r-rmcgibbo/6c6204a9aca931fea5b3dda8ffcaec8e to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/6c6204a9aca931fea5b3dda8ffcaec8e to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117040
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/70piphpi6609jg1lh4p640jznlamrcrs-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/termpdf.py
@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_scripts
creating build
creating build/scripts-3.8
copying and adjusting termpdf.py -> build/scripts-3.8
changing mode of build/scripts-3.8/termpdf.py from 644 to 755
installing to build/bdist.linux-x86_64/wheel
running install
running install_egg_info
running egg_info
creating termpdf.py.egg-info
writing termpdf.py.egg-info/PKG-INFO
writing dependency_links to termpdf.py.egg-info/dependency_links.txt
writing top-level names to termpdf.py.egg-info/top_level.txt
writing manifest file 'termpdf.py.egg-info/SOURCES.txt'
reading manifest file 'termpdf.py.egg-info/SOURCES.txt'
writing manifest file 'termpdf.py.egg-info/SOURCES.txt'
Copying termpdf.py.egg-info to build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0.data
creating build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0.data/scripts
copying build/scripts-3.8/termpdf.py -> build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0.data/scripts/termpdf.py to 755
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/termpdf.py-0.1.0.dist-info/WHEEL
creating 'dist/termpdf.py-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'termpdf.py-0.1.0.data/scripts/termpdf.py'
adding 'termpdf.py-0.1.0.dist-info/LICENSE'
adding 'termpdf.py-0.1.0.dist-info/METADATA'
adding 'termpdf.py-0.1.0.dist-info/WHEEL'
adding 'termpdf.py-0.1.0.dist-info/top_level.txt'
adding 'termpdf.py-0.1.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./termpdf.py-0.1.0-py3-none-any.whl
Installing collected packages: termpdf.py
Successfully installed termpdf.py-0.1.0
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03/lib /nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03/bin
patching script interpreter paths in /nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03
checking for references to /build/ in /nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03...
Rewriting #!/nix/store/v3bj7jrns4sk6yj2rp30p6v2l7p707az-python3-3.8.8/bin/python3.8 to #!/nix/store/v3bj7jrns4sk6yj2rp30p6v2l7p707az-python3-3.8.8
wrapping `/nix/store/8sdg2ra25xfqpbj1kxnlij7m2hl6kf3x-termpdf.py-2019-10-03/bin/termpdf.py'...
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