Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created February 26, 2021 00:51
Show Gist options
  • Save rmcgibbo/c244f526bbd643ddaee1d6b30899e476 to your computer and use it in GitHub Desktop.
Save rmcgibbo/c244f526bbd643ddaee1d6b30899e476 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/dzc8p5jksj7pvilfvjcbliis8g5pix7b-inotify_simple-1.2.1.tar.gz
source root is inotify_simple-1.2.1
setting SOURCE_DATE_EPOCH to timestamp 1574444620 of file inotify_simple-1.2.1/PKG-INFO
@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/inotify_simple
copying inotify_simple/__init__.py -> build/lib/inotify_simple
copying inotify_simple/__version__.py -> build/lib/inotify_simple
copying inotify_simple/inotify_simple.py -> build/lib/inotify_simple
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/inotify_simple
copying build/lib/inotify_simple/__init__.py -> build/bdist.linux-x86_64/wheel/inotify_simple
copying build/lib/inotify_simple/__version__.py -> build/bdist.linux-x86_64/wheel/inotify_simple
copying build/lib/inotify_simple/inotify_simple.py -> build/bdist.linux-x86_64/wheel/inotify_simple
running install_egg_info
running egg_info
creating inotify_simple.egg-info
writing inotify_simple.egg-info/PKG-INFO
writing dependency_links to inotify_simple.egg-info/dependency_links.txt
writing top-level names to inotify_simple.egg-info/top_level.txt
writing manifest file 'inotify_simple.egg-info/SOURCES.txt'
reading manifest file 'inotify_simple.egg-info/SOURCES.txt'
writing manifest file 'inotify_simple.egg-info/SOURCES.txt'
Copying inotify_simple.egg-info to build/bdist.linux-x86_64/wheel/inotify_simple-1.2.1-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/inotify_simple-1.2.1.dist-info/WHEEL
creating 'dist/inotify_simple-1.2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'inotify_simple/__init__.py'
adding 'inotify_simple/__version__.py'
adding 'inotify_simple/inotify_simple.py'
adding 'inotify_simple-1.2.1.dist-info/LICENSE'
adding 'inotify_simple-1.2.1.dist-info/METADATA'
adding 'inotify_simple-1.2.1.dist-info/WHEEL'
adding 'inotify_simple-1.2.1.dist-info/top_level.txt'
adding 'inotify_simple-1.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/inotify_simple-1.2.1/dist /build/inotify_simple-1.2.1
Processing ./inotify_simple-1.2.1-py3-none-any.whl
Installing collected packages: inotify-simple
Successfully installed inotify-simple-1.2.1
/build/inotify_simple-1.2.1
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/414avrnnvh5f01hyxx4mxrwpzzp3lm31-python3.8-inotify-simple-1.2.1
strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/414avrnnvh5f01hyxx4mxrwpzzp3lm31-python3.8-inotify-simple-1.2.1/lib
patching script interpreter paths in /nix/store/414avrnnvh5f01hyxx4mxrwpzzp3lm31-python3.8-inotify-simple-1.2.1
checking for references to /build/ in /nix/store/414avrnnvh5f01hyxx4mxrwpzzp3lm31-python3.8-inotify-simple-1.2.1...
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