Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 19, 2021 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/2472ae6793e134db8d9b8043e2ccd118 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/2472ae6793e134db8d9b8043e2ccd118 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 5 seconds | https://github.com/NixOS/nixpkgs/pull/116796
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
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/lcvc5gxdm9qxrmgbz66699xkm64nsb2m-inflect-5.3.0.tar.gz
source root is inflect-5.3.0
setting SOURCE_DATE_EPOCH to timestamp 1614735340 of file inflect-5.3.0/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
copying inflect.py -> build/lib
running egg_info
writing inflect.egg-info/PKG-INFO
writing dependency_links to inflect.egg-info/dependency_links.txt
writing requirements to inflect.egg-info/requires.txt
writing top-level names to inflect.egg-info/top_level.txt
reading manifest file 'inflect.egg-info/SOURCES.txt'
writing manifest file 'inflect.egg-info/SOURCES.txt'
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
copying build/lib/inflect.py -> build/bdist.linux-x86_64/wheel
running install_egg_info
Copying inflect.egg-info to build/bdist.linux-x86_64/wheel/inflect-5.3.0-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICENSE")
creating build/bdist.linux-x86_64/wheel/inflect-5.3.0.dist-info/WHEEL
creating 'dist/inflect-5.3.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'inflect.py'
adding 'inflect-5.3.0.dist-info/LICENSE'
adding 'inflect-5.3.0.dist-info/METADATA'
adding 'inflect-5.3.0.dist-info/WHEEL'
adding 'inflect-5.3.0.dist-info/top_level.txt'
adding 'inflect-5.3.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/inflect-5.3.0/dist /build/inflect-5.3.0
Processing ./inflect-5.3.0-py3-none-any.whl
Installing collected packages: inflect
Successfully installed inflect-5.3.0
/build/inflect-5.3.0
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/fma78a1lqk7k12ss23ki19h9zqvc4xxq-python3.8-inflect-5.3.0
strip is /nix/store/ja1dn9gcs7nlkn120j7a6hvabx6mpb1y-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/fma78a1lqk7k12ss23ki19h9zqvc4xxq-python3.8-inflect-5.3.0/lib
patching script interpreter paths in /nix/store/fma78a1lqk7k12ss23ki19h9zqvc4xxq-python3.8-inflect-5.3.0
checking for references to /build/ in /nix/store/fma78a1lqk7k12ss23ki19h9zqvc4xxq-python3.8-inflect-5.3.0...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@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: inflect
@nix { "action": "setPhase", "phase": "pytestCheckPhase" }
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.8.8, pytest-6.2.2, py-1.9.0, pluggy-0.13.1
rootdir: /build/inflect-5.3.0, configfile: pytest.ini
collecting ...
collecting 25 items
collected 68 items
inflect.py . [ 1%]
tests/test_an.py . [ 2%]
tests/test_classical_all.py . [ 4%]
tests/test_classical_ancient.py . [ 5%]
tests/test_classical_herd.py . [ 7%]
tests/test_classical_names.py . [ 8%]
tests/test_classical_person.py . [ 10%]
tests/test_classical_zero.py . [ 11%]
tests/test_compounds.py ......... [ 25%]
tests/test_inflections.py ........ [ 36%]
tests/test_join.py . [ 38%]
tests/test_numwords.py ... [ 42%]
tests/test_pl_si.py . [ 44%]
tests/test_pwd.py ..................................... [ 98%]
tests/test_unicode.py . [100%]
============================== 68 passed in 1.33s ==============================
Finished executing pytestCheckPhase
@nix { "action": "setPhase", "phase": "pytestcachePhase" }
pytestcachePhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment