Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 18, 2021 16:22
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/da69a876ecbbf226493327f2bb3a593a to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/da69a876ecbbf226493327f2bb3a593a to your computer and use it in GitHub Desktop.
system: aarch64-linux | build_time: 2 seconds | https://github.com/NixOS/nixpkgs/pull/116752
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/x8wfi4naqbw5pyrm52vh89lzld4sv5dm-django-raster-0.8.tar.gz
source root is django-raster-0.8
setting SOURCE_DATE_EPOCH to timestamp 1583079067 of file django-raster-0.8/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/raster
copying raster/admin.py -> build/lib/raster
copying raster/models.py -> build/lib/raster
copying raster/const.py -> build/lib/raster
copying raster/views.py -> build/lib/raster
copying raster/valuecount.py -> build/lib/raster
copying raster/utils.py -> build/lib/raster
copying raster/mixins.py -> build/lib/raster
copying raster/__init__.py -> build/lib/raster
copying raster/tasks.py -> build/lib/raster
copying raster/rasterize.py -> build/lib/raster
copying raster/shortcuts.py -> build/lib/raster
copying raster/exceptions.py -> build/lib/raster
copying raster/urls.py -> build/lib/raster
creating build/lib/raster/tiles
copying raster/tiles/const.py -> build/lib/raster/tiles
copying raster/tiles/parser.py -> build/lib/raster/tiles
copying raster/tiles/utils.py -> build/lib/raster/tiles
copying raster/tiles/__init__.py -> build/lib/raster/tiles
copying raster/tiles/lookup.py -> build/lib/raster/tiles
creating build/lib/raster/algebra
copying raster/algebra/const.py -> build/lib/raster/algebra
copying raster/algebra/parser.py -> build/lib/raster/algebra
copying raster/algebra/__init__.py -> build/lib/raster/algebra
creating build/lib/raster/migrations
copying raster/migrations/0020_auto_20150928_0408.py -> build/lib/raster/migrations
copying raster/migrations/0012_auto_20150616_0538.py -> build/lib/raster/migrations
copying raster/migrations/0028_auto_20160104_0533.py -> build/lib/raster/migrations
copying raster/migrations/0008_auto_20150219_0413.py -> build/lib/raster/migrations
copying raster/migrations/0030_auto_20160111_0813.py -> build/lib/raster/migrations
copying raster/migrations/0016_rasterlayermetadata_srid.py -> build/lib/raster/migrations
copying raster/migrations/0032_auto_20160426_0152.py -> build/lib/raster/migrations
copying raster/migrations/0023_remove_rasterlayer_parse_log.py -> build/lib/raster/migrations
copying raster/migrations/0029_auto_20160111_0646.py -> build/lib/raster/migrations
copying raster/migrations/0019_remove_rasterlayer_srid.py -> build/lib/raster/migrations
copying raster/migrations/0014_remove_rastertile_is_base.py -> build/lib/raster/migrations
copying raster/migrations/0011_auto_20150615_0800.py -> build/lib/raster/migrations
copying raster/migrations/0004_rasterlayermetadata.py -> build/lib/raster/migrations
copying raster/migrations/0027_rasterlayerreprojected.py -> build/lib/raster/migrations
copying raster/migrations/0010_auto_20150429_1207.py -> build/lib/raster/migrations
copying raster/migrations/0024_auto_20151111_0532.py -> build/lib/raster/migrations
copying raster/migrations/0002_auto_20140925_0723.py -> build/lib/raster/migrations
copying raster/migrations/0005_auto_20141014_0955.py -> build/lib/raster/migrations
copying raster/migrations/__init__.py -> build/lib/raster/migrations
copying raster/migrations/0025_auto_20151113_0259.py -> build/lib/raster/migrations
copying raster/migrations/0026_auto_20151120_1334.py -> build/lib/raster/migrations
copying raster/migrations/0039_auto_20190313_0728.py -> build/lib/raster/migrations
copying raster/migrations/0007_auto_20141017_0240.py -> build/lib/raster/migrations
copying raster/migrations/0021_rasterlayerparsestatus.py -> build/lib/raster/migrations
copying raster/migrations/0038_auto_20171116_1027.py -> build/lib/raster/migrations
copying raster/migrations/0015_auto_20150819_0320.py -> build/lib/raster/migrations
copying raster/migrations/0006_auto_20141016_0522.py -> build/lib/raster/migrations
copying raster/migrations/0035_auto_20170509_0545.py -> build/lib/raster/migrations
copying raster/migrations/0036_auto_20170509_0548.py -> build/lib/raster/migrations
copying raster/migrations/0009_rasterlayer_max_zoom.py -> build/lib/raster/migrations
copying raster/migrations/0017_copy_srids_20150922_0207.py -> build/lib/raster/migrations
copying raster/migrations/0037_auto_20170509_0559.py -> build/lib/raster/migrations
copying raster/migrations/0022_auto_20151110_0810.py -> build/lib/raster/migrations
copying raster/migrations/0034_legendentryorder.py -> build/lib/raster/migrations
copying raster/migrations/0013_remove_rasterlayer_max_zoom.py -> build/lib/raster/migrations
copying raster/migrations/0003_rastertile_level.py -> build/lib/raster/migrations
copying raster/migrations/0018_rasterlayermetadata_srs_wkt.py -> build/lib/raster/migrations
copying raster/migrations/0033_auto_20160510_1041.py -> build/lib/raster/migrations
copying raster/migrations/0001_initial.py -> build/lib/raster/migrations
copying raster/migrations/0031_auto_20160218_0832.py -> build/lib/raster/migrations
running egg_info
writing django_raster.egg-info/PKG-INFO
writing dependency_links to django_raster.egg-info/dependency_links.txt
writing requirements to django_raster.egg-info/requires.txt
writing top-level names to django_raster.egg-info/top_level.txt
reading manifest file 'django_raster.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'django_raster.egg-info/SOURCES.txt'
creating build/lib/raster/templates
creating build/lib/raster/templates/raster
copying raster/templates/raster/updatepath.html -> build/lib/raster/templates/raster
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/raster
copying build/lib/raster/admin.py -> build/bdist.linux-aarch64/wheel/raster
creating build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/tiles/const.py -> build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/tiles/parser.py -> build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/tiles/utils.py -> build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/tiles/__init__.py -> build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/tiles/lookup.py -> build/bdist.linux-aarch64/wheel/raster/tiles
copying build/lib/raster/models.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/const.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/views.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/valuecount.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/utils.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/mixins.py -> build/bdist.linux-aarch64/wheel/raster
creating build/bdist.linux-aarch64/wheel/raster/algebra
copying build/lib/raster/algebra/const.py -> build/bdist.linux-aarch64/wheel/raster/algebra
copying build/lib/raster/algebra/parser.py -> build/bdist.linux-aarch64/wheel/raster/algebra
copying build/lib/raster/algebra/__init__.py -> build/bdist.linux-aarch64/wheel/raster/algebra
copying build/lib/raster/__init__.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/tasks.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/rasterize.py -> build/bdist.linux-aarch64/wheel/raster
creating build/bdist.linux-aarch64/wheel/raster/templates
creating build/bdist.linux-aarch64/wheel/raster/templates/raster
copying build/lib/raster/templates/raster/updatepath.html -> build/bdist.linux-aarch64/wheel/raster/templates/raster
copying build/lib/raster/shortcuts.py -> build/bdist.linux-aarch64/wheel/raster
copying build/lib/raster/exceptions.py -> build/bdist.linux-aarch64/wheel/raster
creating build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0020_auto_20150928_0408.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0012_auto_20150616_0538.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0028_auto_20160104_0533.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0008_auto_20150219_0413.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0030_auto_20160111_0813.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0016_rasterlayermetadata_srid.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0032_auto_20160426_0152.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0023_remove_rasterlayer_parse_log.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0029_auto_20160111_0646.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0019_remove_rasterlayer_srid.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0014_remove_rastertile_is_base.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0011_auto_20150615_0800.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0004_rasterlayermetadata.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0027_rasterlayerreprojected.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0010_auto_20150429_1207.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0024_auto_20151111_0532.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0002_auto_20140925_0723.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0005_auto_20141014_0955.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/__init__.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0025_auto_20151113_0259.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0026_auto_20151120_1334.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0039_auto_20190313_0728.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0007_auto_20141017_0240.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0021_rasterlayerparsestatus.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0038_auto_20171116_1027.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0015_auto_20150819_0320.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0006_auto_20141016_0522.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0035_auto_20170509_0545.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0036_auto_20170509_0548.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0009_rasterlayer_max_zoom.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0017_copy_srids_20150922_0207.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0037_auto_20170509_0559.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0022_auto_20151110_0810.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0034_legendentryorder.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0013_remove_rasterlayer_max_zoom.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0003_rastertile_level.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0018_rasterlayermetadata_srs_wkt.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0033_auto_20160510_1041.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0001_initial.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/migrations/0031_auto_20160218_0832.py -> build/bdist.linux-aarch64/wheel/raster/migrations
copying build/lib/raster/urls.py -> build/bdist.linux-aarch64/wheel/raster
running install_egg_info
Copying django_raster.egg-info to build/bdist.linux-aarch64/wheel/django_raster-0.8-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-aarch64/wheel/django_raster-0.8.dist-info/WHEEL
creating 'dist/django_raster-0.8-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it
adding 'raster/__init__.py'
adding 'raster/admin.py'
adding 'raster/const.py'
adding 'raster/exceptions.py'
adding 'raster/mixins.py'
adding 'raster/models.py'
adding 'raster/rasterize.py'
adding 'raster/shortcuts.py'
adding 'raster/tasks.py'
adding 'raster/urls.py'
adding 'raster/utils.py'
adding 'raster/valuecount.py'
adding 'raster/views.py'
adding 'raster/algebra/__init__.py'
adding 'raster/algebra/const.py'
adding 'raster/algebra/parser.py'
adding 'raster/migrations/0001_initial.py'
adding 'raster/migrations/0002_auto_20140925_0723.py'
adding 'raster/migrations/0003_rastertile_level.py'
adding 'raster/migrations/0004_rasterlayermetadata.py'
adding 'raster/migrations/0005_auto_20141014_0955.py'
adding 'raster/migrations/0006_auto_20141016_0522.py'
adding 'raster/migrations/0007_auto_20141017_0240.py'
adding 'raster/migrations/0008_auto_20150219_0413.py'
adding 'raster/migrations/0009_rasterlayer_max_zoom.py'
adding 'raster/migrations/0010_auto_20150429_1207.py'
adding 'raster/migrations/0011_auto_20150615_0800.py'
adding 'raster/migrations/0012_auto_20150616_0538.py'
adding 'raster/migrations/0013_remove_rasterlayer_max_zoom.py'
adding 'raster/migrations/0014_remove_rastertile_is_base.py'
adding 'raster/migrations/0015_auto_20150819_0320.py'
adding 'raster/migrations/0016_rasterlayermetadata_srid.py'
adding 'raster/migrations/0017_copy_srids_20150922_0207.py'
adding 'raster/migrations/0018_rasterlayermetadata_srs_wkt.py'
adding 'raster/migrations/0019_remove_rasterlayer_srid.py'
adding 'raster/migrations/0020_auto_20150928_0408.py'
adding 'raster/migrations/0021_rasterlayerparsestatus.py'
adding 'raster/migrations/0022_auto_20151110_0810.py'
adding 'raster/migrations/0023_remove_rasterlayer_parse_log.py'
adding 'raster/migrations/0024_auto_20151111_0532.py'
adding 'raster/migrations/0025_auto_20151113_0259.py'
adding 'raster/migrations/0026_auto_20151120_1334.py'
adding 'raster/migrations/0027_rasterlayerreprojected.py'
adding 'raster/migrations/0028_auto_20160104_0533.py'
adding 'raster/migrations/0029_auto_20160111_0646.py'
adding 'raster/migrations/0030_auto_20160111_0813.py'
adding 'raster/migrations/0031_auto_20160218_0832.py'
adding 'raster/migrations/0032_auto_20160426_0152.py'
adding 'raster/migrations/0033_auto_20160510_1041.py'
adding 'raster/migrations/0034_legendentryorder.py'
adding 'raster/migrations/0035_auto_20170509_0545.py'
adding 'raster/migrations/0036_auto_20170509_0548.py'
adding 'raster/migrations/0037_auto_20170509_0559.py'
adding 'raster/migrations/0038_auto_20171116_1027.py'
adding 'raster/migrations/0039_auto_20190313_0728.py'
adding 'raster/migrations/__init__.py'
adding 'raster/templates/raster/updatepath.html'
adding 'raster/tiles/__init__.py'
adding 'raster/tiles/const.py'
adding 'raster/tiles/lookup.py'
adding 'raster/tiles/parser.py'
adding 'raster/tiles/utils.py'
adding 'django_raster-0.8.dist-info/LICENSE'
adding 'django_raster-0.8.dist-info/METADATA'
adding 'django_raster-0.8.dist-info/WHEEL'
adding 'django_raster-0.8.dist-info/top_level.txt'
adding 'django_raster-0.8.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/django-raster-0.8/dist /build/django-raster-0.8
Processing ./django_raster-0.8-py3-none-any.whl
Requirement already satisfied: pyparsing>=2.2.0 in /nix/store/x135z14rq4s5p0sxadvpz6gbqj8m04fv-python3.8-pyparsing-2.4.7/lib/python3.8/site-packages (from django-raster==0.8) (2.4.7)
Requirement already satisfied: Django>=2.0 in /nix/store/9730lnbsx34wnjaf28lynmjxgzq47zaa-python3.8-Django-2.2.18/lib/python3.8/site-packages (from django-raster==0.8) (2.2.18)
Requirement already satisfied: numpy>=1.14.2 in /nix/store/dnm5c6ams3jqgikybbz2vs44n61cd89v-python3.8-numpy-1.20.1/lib/python3.8/site-packages (from django-raster==0.8) (1.20.1)
Requirement already satisfied: celery>=4.1.0 in /nix/store/bar7bji8a1ivivy27j8p0fgvb4h9zj2k-python3.8-celery-5.0.5/lib/python3.8/site-packages (from django-raster==0.8) (5.0.5)
Requirement already satisfied: Pillow>=5.1.0 in /nix/store/ffjrabnins4a2ygi4c70w59clihf3f1i-python3.8-Pillow-8.1.1/lib/python3.8/site-packages (from django-raster==0.8) (8.1.1)
Requirement already satisfied: django-colorful>=1.2 in /nix/store/mw6gzhp972f8zfp1ifxwhw48d7g84vzn-python3.8-django-colorful-1.3/lib/python3.8/site-packages (from django-raster==0.8) (1.3)
Requirement already satisfied: boto3>=1.7.9 in /nix/store/h86cxjl0w00knh1xfj71hfixpahjn7ni-python3.8-boto3-1.17.30/lib/python3.8/site-packages (from django-raster==0.8) (1.17.30)
Requirement already satisfied: s3transfer<0.4.0,>=0.3.0 in /nix/store/bm2zgs5xjvqrk2k6jv832igvyqp71lg9-python3.8-s3transfer-0.3.4/lib/python3.8/site-packages (from boto3>=1.7.9->django-raster==0.8) (0.3.4)
Requirement already satisfied: botocore<1.21.0,>=1.20.30 in /nix/store/p5fbxfzf89xmvywlpaqssa43m5j59f6j-python3.8-botocore-1.20.30/lib/python3.8/site-packages (from boto3>=1.7.9->django-raster==0.8) (1.20.30)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /nix/store/h6mxxnl37zxld21y4pfdw3lyhnbb38w7-python3.8-jmespath-0.10.0/lib/python3.8/site-packages (from boto3>=1.7.9->django-raster==0.8) (0.10.0)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /nix/store/p952ss6amdjfm9zy51qx0fh5b0hc89wg-python3.8-urllib3-1.26.3/lib/python3.8/site-packages (from botocore<1.21.0,>=1.20.30->boto3>=1.7.9->django-raster==0.8) (1.26.3)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /nix/store/i2820g6iww87vyrc88pi8c465a8nwphy-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from botocore<1.21.0,>=1.20.30->boto3>=1.7.9->django-raster==0.8) (2.8.1)
Requirement already satisfied: pytz>dev in /nix/store/3mag1ipd8avldyf7171i67jd8xbj2fxg-python3.8-pytz-2021.1/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (2021.1)
Requirement already satisfied: kombu<6.0,>=5.0.0 in /nix/store/yx7rgyvvv55v2pamf5n2287ihfldpgif-python3.8-kombu-5.0.2/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (5.0.2)
Requirement already satisfied: billiard<4.0,>=3.6.3.0 in /nix/store/8hm8mr971i9vbjgkkqrbazyklch1wqhk-python3.8-billiard-3.6.3.0/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (3.6.3.0)
Requirement already satisfied: vine<6.0,>=5.0.0 in /nix/store/ynknqcyq303f26c12fc7i4inzc7rfn8a-python3.8-vine-5.0.0/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (5.0.0)
Requirement already satisfied: click<8.0,>=7.0 in /nix/store/v6106iwc1n5a6xjicqs53zy204yfaz70-python3.8-click-7.1.2/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (7.1.2)
Requirement already satisfied: click-repl>=0.1.6 in /nix/store/kb796brlhardzqv9jadcg1sgqrmg0ayw-python3.8-click-repl-0.1.6/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (0.1.6)
Requirement already satisfied: click-plugins>=1.1.1 in /nix/store/darkqplmx6wflnrw11c7g40y9fia1id6-python3.8-click-plugins-1.1.1/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (1.1.1)
Requirement already satisfied: click-didyoumean>=0.0.3 in /nix/store/k7d4ll2qw6by6i6vpyvw5fh26azfk2h8-python3.8-click-didyoumean-0.0.3/lib/python3.8/site-packages (from celery>=4.1.0->django-raster==0.8) (0.0.3)
Requirement already satisfied: six in /nix/store/297qnsllxb0jxny1qk9bk2wvhpivzcx0-python3.8-six-1.15.0/lib/python3.8/site-packages (from click-repl>=0.1.6->celery>=4.1.0->django-raster==0.8) (1.15.0)
Requirement already satisfied: prompt-toolkit in /nix/store/nzszw1bd4z2l0b4dni6h87445vxqw9m3-python3.8-prompt_toolkit-3.0.16/lib/python3.8/site-packages (from click-repl>=0.1.6->celery>=4.1.0->django-raster==0.8) (3.0.16)
Requirement already satisfied: sqlparse>=0.2.2 in /nix/store/qyfdvc1sndl46wwspk4k5z3s5snz13xc-python3.8-sqlparse-0.4.1/lib/python3.8/site-packages (from Django>=2.0->django-raster==0.8) (0.4.1)
Requirement already satisfied: amqp<6.0.0,>=5.0.0 in /nix/store/15k7cgrirv1ryhz0glwlxmhwyqq1s4c6-python3.8-amqp-5.0.5/lib/python3.8/site-packages (from kombu<6.0,>=5.0.0->celery>=4.1.0->django-raster==0.8) (5.0.5)
Requirement already satisfied: wcwidth in /nix/store/21xgfm3kd6l8ahydm4vf9bfr8cpgrsxb-python3.8-wcwidth-0.2.5/lib/python3.8/site-packages (from prompt-toolkit->click-repl>=0.1.6->celery>=4.1.0->django-raster==0.8) (0.2.5)
Installing collected packages: django-raster
Successfully installed django-raster-0.8
/build/django-raster-0.8
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/0g9zal7i9j6xpjk8k0c19iysnc2fv22h-python3.8-django-raster-0.8
strip is /nix/store/f73f3xbwv4zafyms2gi3djfgb9h3791b-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/0g9zal7i9j6xpjk8k0c19iysnc2fv22h-python3.8-django-raster-0.8/lib
patching script interpreter paths in /nix/store/0g9zal7i9j6xpjk8k0c19iysnc2fv22h-python3.8-django-raster-0.8
checking for references to /build/ in /nix/store/0g9zal7i9j6xpjk8k0c19iysnc2fv22h-python3.8-django-raster-0.8...
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