-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: further migrate packages from 2 to 3 #131719
Conversation
Did not test with python3.
Not tested whether it works with python3.
not tested whether python3 works
but use python for the bindings.
not tested with 3
not tested with python3.
calling pythonPackages.
Result of 14 packages marked as broken and skipped:
532 packages skipped due to time constraints:
30 packages built successfully:
3 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. Result of 554 packages skipped due to time constraints:
32 packages built successfully:
27 suggestions:
Note that build failures may predate this PR, and could be nondeterministic or hardware dependent. |
@@ -1,6 +1,6 @@ | |||
{ lib, stdenv, fetchzip | |||
, boost, cairo, freetype, gdal, harfbuzz, icu, libjpeg, libpng, libtiff | |||
, libwebp, libxml2, proj, python, sqlite, zlib | |||
, libwebp, libxml2, proj, python3, python ? python3, sqlite, zlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
, libwebp, libxml2, proj, python3, python ? python3, sqlite, zlib | |
, libwebp, libxml2, proj, python3, sqlite, zlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to separate the python used as build tool from that for which the binding is created.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, maybe we should add a comment for this. I am probably not the last one who stumbles upon this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In
Adding
|
Okay, I think #132269 fixes the above problem :) |
appleseed.studio still depends on python2 and there is an open issue for python3 support. |
Motivation for this change
Goal is to get rid of the
python
attribute.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)