-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
Add bitbox02 #89119
Add bitbox02 #89119
Conversation
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.
each package change should be it's own commit, I see 2 package additions, 1 bump, 1 modification, and one maintainer addition. so there should roughly be 5 commits
To comply with CONTRIBUTING.md please have the commit message name be of the format
<pkg-name>: <subject-line>
for more examples, please look at https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#submitting-changes
@ofborg build python3Packages.block-io python3Packages.py-multihash zeronet streamlit |
@nyanloutre I'm quite new to contributing to nixpkgs, is there a proper procedure for dropping python2 support from Thanks! |
It looks like py-multihash depends on base58 < 2.0 because it wants to support python3.4, but base58 2.0 supports python >= 3.5 only. This doesn't effect nixpkgs because we don't have python3.4.
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.
@reardencode Can you please rebase the PR, there are conflicts. While you are at it, please check whether some of the packages cannot be updated to even more recent versions. Finally, please prefix your commit messages with python3Packages.
so it reads python3Packages.base58
instead of base58
. Thanks!
I marked this as stale due to inactivity. → More info |
Motivation for this change
Preparatory work for supporting BitBox02 in electrum whenever electrum 4.0 comes out.
Removes python2 support from
block-io
,streamlit
, andzeronet
, hopefully we're not caring about losing python2 support these days?Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)