-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Trezor GPG agent #47891
Trezor GPG agent #47891
Conversation
Success on aarch64-linux (full log) Attempted: trezor-agent Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: trezor-agent Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: trezor-agent Partial log (click to expand)
|
@jb55 any update? |
trezor-agent now splits agents into different packages. We move trezor-agent out of python modules into the main package tree, simply because the "python module" part of trezor-agent is now libagent. trezor-agent is now simply a few command line binaries for libagent. ledger-agent, etc. should now be packaged separately. Signed-off-by: William Casarin <jb55@jb55.com>
@mmahut rebased. I use this daily, works great! |
Allows you to use your Trezor as a GnuPG agent Signed-off-by: William Casarin <jb55@jb55.com>
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.
The agent built from this pull request don't run for me:
# ./trezor-gpg
Traceback (most recent call last):
File "/nix/store/24nxjvrrga6py9l564j5i2z8hnl9qcms-python3.7-trezor_agent-0.12.0/bin/.trezor-gpg-wrapped", line 11, in <module>
sys.exit(gpg_tool())
File "/nix/store/24nxjvrrga6py9l564j5i2z8hnl9qcms-python3.7-trezor_agent-0.12.0/bin/trezor_agent.py", line 6, in <lambda>
gpg_tool = lambda: libagent.gpg.main(DeviceType)
File "/nix/store/xl421r94zlhp2skqk37rlnm7s9xwygks-python3.7-libagent-0.13.1/lib/python3.7/site-packages/libagent/gpg/__init__.py", line 286, in main
resources_map = {r.key: r for r in pkg_resources.require(agent_package)}
File "/nix/store/yf4i32dx953p2dv2agfdyxdwg6ba0l61-python3.7-setuptools-41.0.1/lib/python3.7/site-packages/setuptools-41.0.1-py3.7.egg/pkg_resources/__init__.py", line 900, in require
File "/nix/store/yf4i32dx953p2dv2agfdyxdwg6ba0l61-python3.7-setuptools-41.0.1/lib/python3.7/site-packages/setuptools-41.0.1-py3.7.egg/pkg_resources/__init__.py", line 786, in resolve
pkg_resources.DistributionNotFound: The 'wheel>=0.32.3' distribution was not found and is required by libagent
ah yeah I've been using it on unstable, something might have broke in master. Will check it out soon.
|
Any updates? |
For the author, reviewers, and committers: this PR was scanned and appears to add a use of the deprecated
|
@mmahut I can't seem to figure out how to fix the wheel issue. I think I forgot about this because I originally ran that command from repo itself. This is sufficiently old now so I think I'll close this PR until I get around to a fix. |
Motivation for this change
This is a continuation of #32773 /cc @fpletz @FRidh
See the commits for why I've moved it out of python modules.
This patchset adds a systemd user service that provides a Trezor GPG agent. This allows you to use your Trezor for signing and encrypting things.
range-diff: v1 -> v2
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)