Created
February 26, 2021 00:47
-
-
Save rmcgibbo/f539ac28ac3433313f06abcd24a16f62 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/114371
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/ii3cylflfk5l3n0pp9a78bvrxvhk5r6d-casttube-0.2.1.tar.gz | |
| source root is casttube-0.2.1 | |
| setting SOURCE_DATE_EPOCH to timestamp 1586349963 of file casttube-0.2.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 | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib | |
| creating build/lib/casttube | |
| copying casttube/__init__.py -> build/lib/casttube | |
| copying casttube/YouTubeSession.py -> build/lib/casttube | |
| 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/casttube | |
| copying build/lib/casttube/__init__.py -> build/bdist.linux-x86_64/wheel/casttube | |
| copying build/lib/casttube/YouTubeSession.py -> build/bdist.linux-x86_64/wheel/casttube | |
| running install_data | |
| creating build/bdist.linux-x86_64/wheel/casttube-0.2.1.data | |
| creating build/bdist.linux-x86_64/wheel/casttube-0.2.1.data/data | |
| copying LICENSE -> build/bdist.linux-x86_64/wheel/casttube-0.2.1.data/data/ | |
| running install_egg_info | |
| running egg_info | |
| writing casttube.egg-info/PKG-INFO | |
| writing dependency_links to casttube.egg-info/dependency_links.txt | |
| writing requirements to casttube.egg-info/requires.txt | |
| writing top-level names to casttube.egg-info/top_level.txt | |
| reading manifest file 'casttube.egg-info/SOURCES.txt' | |
| writing manifest file 'casttube.egg-info/SOURCES.txt' | |
| Copying casttube.egg-info to build/bdist.linux-x86_64/wheel/casttube-0.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/casttube-0.2.1.dist-info/WHEEL | |
| creating 'dist/casttube-0.2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it | |
| adding 'casttube/YouTubeSession.py' | |
| adding 'casttube/__init__.py' | |
| adding 'casttube-0.2.1.data/data/LICENSE' | |
| adding 'casttube-0.2.1.dist-info/LICENSE' | |
| adding 'casttube-0.2.1.dist-info/METADATA' | |
| adding 'casttube-0.2.1.dist-info/WHEEL' | |
| adding 'casttube-0.2.1.dist-info/top_level.txt' | |
| adding 'casttube-0.2.1.dist-info/RECORD' | |
| removing build/bdist.linux-x86_64/wheel | |
| Finished executing setuptoolsBuildPhase | |
| @nix { "action": "setPhase", "phase": "installPhase" } | |
| installing | |
| Executing pipInstallPhase | |
| /build/casttube-0.2.1/dist /build/casttube-0.2.1 | |
| Processing ./casttube-0.2.1-py3-none-any.whl | |
| Requirement already satisfied: requests in /nix/store/48ya4in9zrjh706bbg3j4hp03dw9h9zq-python3.8-requests-2.25.0/lib/python3.8/site-packages (from casttube==0.2.1) (2.25.0) | |
| Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/q1f9wwipg1k0fy7fq2z1qn3qr8cy0q61-python3.8-urllib3-1.26.2/lib/python3.8/site-packages (from requests->casttube==0.2.1) (1.26.2) | |
| Requirement already satisfied: chardet<4,>=3.0.2 in /nix/store/4351hgqnl6d73b2bjdkdqjclnhdlsx13-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from requests->casttube==0.2.1) (3.0.4) | |
| Requirement already satisfied: certifi>=2017.4.17 in /nix/store/4nfh9d70q5qz4jd94p4mgczi1bm5z2vr-python3.8-certifi-2020.12.5/lib/python3.8/site-packages (from requests->casttube==0.2.1) (2020.12.5) | |
| Requirement already satisfied: idna<3,>=2.5 in /nix/store/5z0rsy2x321bnn1wp6kphm7lq4pyv8jz-python3.8-idna-2.10/lib/python3.8/site-packages (from requests->casttube==0.2.1) (2.10) | |
| Installing collected packages: casttube | |
| Successfully installed casttube-0.2.1 | |
| /build/casttube-0.2.1 | |
| Finished executing pipInstallPhase | |
| @nix { "action": "setPhase", "phase": "fixupPhase" } | |
| post-installation fixup | |
| shrinking RPATHs of ELF executables and libraries in /nix/store/fhjhihq3i99wj1hgp4fhb4540qhq678h-python3.8-casttube-0.2.1 | |
| strip is /nix/store/9f8y44vmjnwdjvzlff0gm3f3g6ycyyqy-binutils-2.35.1/bin/strip | |
| stripping (with command strip and flags -S) in /nix/store/fhjhihq3i99wj1hgp4fhb4540qhq678h-python3.8-casttube-0.2.1/lib | |
| patching script interpreter paths in /nix/store/fhjhihq3i99wj1hgp4fhb4540qhq678h-python3.8-casttube-0.2.1 | |
| checking for references to /build/ in /nix/store/fhjhihq3i99wj1hgp4fhb4540qhq678h-python3.8-casttube-0.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