Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 21:56
Show Gist options
  • Save r-rmcgibbo/1c874caed95f3e7b65b4d6e045dd4ef6 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/1c874caed95f3e7b65b4d6e045dd4ef6 to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: a second | https://github.com/NixOS/nixpkgs/pull/117062
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/fl6x3kw2frhrn307yj5xkl74yg4yqajf-opensensemap-api-0.1.6.tar.gz
source root is opensensemap-api-0.1.6
setting SOURCE_DATE_EPOCH to timestamp 1616271450 of file opensensemap-api-0.1.6/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
updateAutotoolsGnuConfigScriptsPhase
@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/opensensemap_api
copying opensensemap_api/__init__.py -> build/lib/opensensemap_api
copying opensensemap_api/exceptions.py -> build/lib/opensensemap_api
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/wheel
creating build/bdist.linux-aarch64/wheel/opensensemap_api
copying build/lib/opensensemap_api/__init__.py -> build/bdist.linux-aarch64/wheel/opensensemap_api
copying build/lib/opensensemap_api/exceptions.py -> build/bdist.linux-aarch64/wheel/opensensemap_api
running install_egg_info
running egg_info
writing opensensemap_api.egg-info/PKG-INFO
writing dependency_links to opensensemap_api.egg-info/dependency_links.txt
writing requirements to opensensemap_api.egg-info/requires.txt
writing top-level names to opensensemap_api.egg-info/top_level.txt
reading manifest file 'opensensemap_api.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'opensensemap_api.egg-info/SOURCES.txt'
Copying opensensemap_api.egg-info to build/bdist.linux-aarch64/wheel/opensensemap_api-0.1.6-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/opensensemap_api-0.1.6.dist-info/WHEEL
creating 'dist/opensensemap_api-0.1.6-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'opensensemap_api/__init__.py'
adding 'opensensemap_api/exceptions.py'
adding 'opensensemap_api-0.1.6.dist-info/LICENSE'
adding 'opensensemap_api-0.1.6.dist-info/METADATA'
adding 'opensensemap_api-0.1.6.dist-info/WHEEL'
adding 'opensensemap_api-0.1.6.dist-info/top_level.txt'
adding 'opensensemap_api-0.1.6.dist-info/zip-safe'
adding 'opensensemap_api-0.1.6.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/opensensemap-api-0.1.6/dist /build/opensensemap-api-0.1.6
Processing ./opensensemap_api-0.1.6-py3-none-any.whl
Requirement already satisfied: async-timeout<4 in /nix/store/zydd9afdks5x73bhaddnfsb8g3a94a7d-python3.8-async-timeout-3.0.1/lib/python3.8/site-packages (from opensensemap-api==0.1.6) (3.0.1)
Requirement already satisfied: aiohttp<4,>=3.7.4 in /nix/store/a4a72lzy7fnp51szgxacdizy5w346hy1-python3.8-aiohttp-3.7.4.post0/lib/python3.8/site-packages (from opensensemap-api==0.1.6) (3.7.4.post0)
Requirement already satisfied: attrs>=17.3.0 in /nix/store/663m340i8nwc4x2lg6ikvpgkp13657ph-python3.8-attrs-20.3.0/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (20.3.0)
Requirement already satisfied: chardet<5.0,>=2.0 in /nix/store/9m4p624ywpl2j3m1cf1gq6kkx59131nn-python3.8-chardet-3.0.4/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (3.0.4)
Requirement already satisfied: multidict<7.0,>=4.5 in /nix/store/cziqxrdrwzb4sq9mcngyqz8p05bqmvv4-python3.8-multidict-5.1.0/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (5.1.0)
Requirement already satisfied: yarl<2.0,>=1.0 in /nix/store/8nlnxkig0zdz505y3bjq932568l5w5vj-python3.8-yarl-1.6.3/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (1.6.3)
Requirement already satisfied: typing-extensions>=3.6.5 in /nix/store/gwkb6a1wi5v2j4d54bgyfws53iv96m6m-python3.8-typing_extensions-3.7.4.3/lib/python3.8/site-packages (from aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (3.7.4.3)
Requirement already satisfied: idna>=2.0 in /nix/store/n5m51fwlbv677l2zibrhga61mplvbmbi-python3.8-idna-2.10/lib/python3.8/site-packages (from yarl<2.0,>=1.0->aiohttp<4,>=3.7.4->opensensemap-api==0.1.6) (2.10)
Installing collected packages: opensensemap-api
Successfully installed opensensemap-api-0.1.6
/build/opensensemap-api-0.1.6
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/dkrb18kc17r7hprabnwgs6fwvi62svm3-python3.8-opensensemap-api-0.1.6
strip is /nix/store/h5wgppbyv8vkla58v8zi535j5i9akly5-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/dkrb18kc17r7hprabnwgs6fwvi62svm3-python3.8-opensensemap-api-0.1.6/lib
patching script interpreter paths in /nix/store/dkrb18kc17r7hprabnwgs6fwvi62svm3-python3.8-opensensemap-api-0.1.6
checking for references to /build/ in /nix/store/dkrb18kc17r7hprabnwgs6fwvi62svm3-python3.8-opensensemap-api-0.1.6...
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: opensensemap_api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment