Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 09:37
Show Gist options
  • Save r-rmcgibbo/4b93d2e7d8a34cd2c01301f13675a8d2 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/4b93d2e7d8a34cd2c01301f13675a8d2 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 3 seconds | https://github.com/NixOS/nixpkgs/pull/116710
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/vv8c18c9zw8f6rvhm90vjvs8mimq8asr-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/setup.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_py
creating build
creating build/lib
creating build/lib/jupyterlab_pygments
copying jupyterlab_pygments/style.py -> build/lib/jupyterlab_pygments
copying jupyterlab_pygments/_version.py -> build/lib/jupyterlab_pygments
copying jupyterlab_pygments/__init__.py -> build/lib/jupyterlab_pygments
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/jupyterlab_pygments
copying build/lib/jupyterlab_pygments/style.py -> build/bdist.linux-x86_64/wheel/jupyterlab_pygments
copying build/lib/jupyterlab_pygments/_version.py -> build/bdist.linux-x86_64/wheel/jupyterlab_pygments
copying build/lib/jupyterlab_pygments/__init__.py -> build/bdist.linux-x86_64/wheel/jupyterlab_pygments
running install_egg_info
running egg_info
creating jupyterlab_pygments.egg-info
writing jupyterlab_pygments.egg-info/PKG-INFO
writing dependency_links to jupyterlab_pygments.egg-info/dependency_links.txt
writing requirements to jupyterlab_pygments.egg-info/requires.txt
writing top-level names to jupyterlab_pygments.egg-info/top_level.txt
writing manifest file 'jupyterlab_pygments.egg-info/SOURCES.txt'
reading manifest file 'jupyterlab_pygments.egg-info/SOURCES.txt'
writing manifest file 'jupyterlab_pygments.egg-info/SOURCES.txt'
Copying jupyterlab_pygments.egg-info to build/bdist.linux-x86_64/wheel/jupyterlab_pygments-0.1.2-py3.8.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/jupyterlab_pygments-0.1.2.dist-info/WHEEL
creating 'dist/jupyterlab_pygments-0.1.2-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'jupyterlab_pygments/__init__.py'
adding 'jupyterlab_pygments/_version.py'
adding 'jupyterlab_pygments/style.py'
adding 'jupyterlab_pygments-0.1.2.dist-info/LICENSE'
adding 'jupyterlab_pygments-0.1.2.dist-info/METADATA'
adding 'jupyterlab_pygments-0.1.2.dist-info/WHEEL'
adding 'jupyterlab_pygments-0.1.2.dist-info/top_level.txt'
adding 'jupyterlab_pygments-0.1.2.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 ./jupyterlab_pygments-0.1.2-py2.py3-none-any.whl
Requirement already satisfied: pygments<3,>=2.4.1 in /nix/store/6pl7ra0q6sy4fpi3bc2q5af8xg54hafj-python3.8-Pygments-2.8.1/lib/python3.8/site-packages (from jupyterlab-pygments==0.1.2) (2.8.1)
Installing collected packages: jupyterlab-pygments
Successfully installed jupyterlab-pygments-0.1.2
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/2vbdmqygqlgc2s5l5wvhbmw8h2dfccl9-python3.8-jupyterlab_pygments-0.1.2
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/2vbdmqygqlgc2s5l5wvhbmw8h2dfccl9-python3.8-jupyterlab_pygments-0.1.2/lib
patching script interpreter paths in /nix/store/2vbdmqygqlgc2s5l5wvhbmw8h2dfccl9-python3.8-jupyterlab_pygments-0.1.2
checking for references to /build/ in /nix/store/2vbdmqygqlgc2s5l5wvhbmw8h2dfccl9-python3.8-jupyterlab_pygments-0.1.2...
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: jupyterlab_pygments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment