Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created April 12, 2021 15:59
Show Gist options
  • Save r-rmcgibbo/d3e738b67ba2052e9aa338183c0e7d6e to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/d3e738b67ba2052e9aa338183c0e7d6e to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/119232
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/glzawamn2kv4j8ghvbzwp58zis9fm4yd-GeoAlchemy2-0.8.4.tar.gz
source root is GeoAlchemy2-0.8.4
setting SOURCE_DATE_EPOCH to timestamp 1591904192 of file GeoAlchemy2-0.8.4/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/geoalchemy2
copying geoalchemy2/elements.py -> build/lib/geoalchemy2
copying geoalchemy2/shape.py -> build/lib/geoalchemy2
copying geoalchemy2/__init__.py -> build/lib/geoalchemy2
copying geoalchemy2/functions.py -> build/lib/geoalchemy2
copying geoalchemy2/comparator.py -> build/lib/geoalchemy2
copying geoalchemy2/types.py -> build/lib/geoalchemy2
copying geoalchemy2/compat.py -> build/lib/geoalchemy2
copying geoalchemy2/exc.py -> build/lib/geoalchemy2
running egg_info
writing GeoAlchemy2.egg-info/PKG-INFO
writing dependency_links to GeoAlchemy2.egg-info/dependency_links.txt
writing entry points to GeoAlchemy2.egg-info/entry_points.txt
writing requirements to GeoAlchemy2.egg-info/requires.txt
writing top-level names to GeoAlchemy2.egg-info/top_level.txt
reading manifest file 'GeoAlchemy2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'GeoAlchemy2.egg-info/SOURCES.txt'
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/geoalchemy2
copying build/lib/geoalchemy2/elements.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/shape.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/__init__.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/functions.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/comparator.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/types.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/compat.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
copying build/lib/geoalchemy2/exc.py -> build/bdist.linux-aarch64/wheel/geoalchemy2
running install_egg_info
Copying GeoAlchemy2.egg-info to build/bdist.linux-aarch64/wheel/GeoAlchemy2-0.8.4-py3.9.egg-info
running install_scripts
adding license file "COPYING.rst" (matched pattern "COPYING*")
creating build/bdist.linux-aarch64/wheel/GeoAlchemy2-0.8.4.dist-info/WHEEL
creating 'dist/GeoAlchemy2-0.8.4-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'geoalchemy2/__init__.py'
adding 'geoalchemy2/comparator.py'
adding 'geoalchemy2/compat.py'
adding 'geoalchemy2/elements.py'
adding 'geoalchemy2/exc.py'
adding 'geoalchemy2/functions.py'
adding 'geoalchemy2/shape.py'
adding 'geoalchemy2/types.py'
adding 'GeoAlchemy2-0.8.4.dist-info/COPYING.rst'
adding 'GeoAlchemy2-0.8.4.dist-info/METADATA'
adding 'GeoAlchemy2-0.8.4.dist-info/WHEEL'
adding 'GeoAlchemy2-0.8.4.dist-info/entry_points.txt'
adding 'GeoAlchemy2-0.8.4.dist-info/top_level.txt'
adding 'GeoAlchemy2-0.8.4.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/GeoAlchemy2-0.8.4/dist /build/GeoAlchemy2-0.8.4
Processing ./GeoAlchemy2-0.8.4-py2.py3-none-any.whl
Requirement already satisfied: SQLAlchemy>=0.8 in /nix/store/qvpdyn0z66bbzh74nj56gvi1azd83an7-python3.9-SQLAlchemy-1.4.7/lib/python3.9/site-packages (from GeoAlchemy2==0.8.4) (1.4.7)
INFO: pip is looking at multiple versions of geoalchemy2 to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement greenlet!=0.4.17; python_version >= "3" (from sqlalchemy)
ERROR: No matching distribution found for greenlet!=0.4.17; python_version >= "3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment