unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Pāladhammika via Guix-patches via" <guix-patches@gnu.org>
To: 53931@debbugs.gnu.org
Subject: [bug#53931] [PATCH] gnu: Add python-onlykey-solo-python
Date: Thu, 10 Feb 2022 21:31:25 +0000	[thread overview]
Message-ID: <VQmGX4F_4o0kD3dogfq7v8fF8sU0u-5hhHJCIFxRahzXXZv9Xx6V2jR9iGP0DAK13uf25ZuoEZVS15TseBMFmLiUynwckTFZWrPeqtiXr6I=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 28 bytes --]

All the best,
Pāladhammika

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-python-onlykey-solo-python.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-python-onlykey-solo-python.patch, Size: 1602 bytes --]

From 372deb2998cf3c67ae59e89c629f7f5ab92d7015 Mon Sep 17 00:00:00 2001
From: paladhammika <paladhammika@protonmail.com>
Date: Thu, 10 Feb 2022 16:23:55 -0500
Subject: [PATCH] gnu: Add python-onlykey-solo-python

---
 gnu/packages/python-crypto.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index e49ccdf1f2..23b52f1bce 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1757,3 +1757,29 @@ (define-public python-sop
 scaffolding for the command line, which should make it relatively easy to
 supply a handful of python functions as methods to a class.")
     (license license:expat))) ; MIT license
+
+(define-public python-onlykey-solo-python
+  (package
+   (name "python-onlykey-solo-python")
+   (version "0.0.28")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "onlykey-solo-python" version))
+     (sha256
+      (base32 "1xj1rzz6pqdsy0p2cr1vas3nw0l0ysxq6ww1hgiyb0cfim5bkf1i"))))
+   (build-system python-build-system)
+   (arguments '(#:tests? #f))          ;no tests
+   (propagated-inputs
+    (list python-click
+          python-cryptography
+          python-ecdsa
+          python-fido2
+          python-intelhex
+          python-pyserial
+          python-pyusb
+          python-requests))
+   (home-page "https://github.com/trustcrypto/onlykey-solo-python")
+   (synopsis "Python library for OnlyKey with Solo FIDO2")
+   (description "Python library for OnlyKey with Solo FIDO2")
+   (license license:asl2.0)))
-- 
2.34.0


             reply	other threads:[~2022-02-10 22:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 21:31 Pāladhammika via Guix-patches via [this message]
2022-02-12 15:43 ` [bug#53931] [PATCH] gnu: Add python-onlykey-solo-python Maxime Devos
2022-02-12 16:21   ` Pāladhammika via Guix-patches via
2022-02-12 17:45     ` Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='VQmGX4F_4o0kD3dogfq7v8fF8sU0u-5hhHJCIFxRahzXXZv9Xx6V2jR9iGP0DAK13uf25ZuoEZVS15TseBMFmLiUynwckTFZWrPeqtiXr6I=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=53931@debbugs.gnu.org \
    --cc=paladhammika@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).