all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53931] [PATCH] gnu: Add python-onlykey-solo-python
@ 2022-02-10 21:31 Pāladhammika via Guix-patches via
  2022-02-12 15:43 ` Maxime Devos
  0 siblings, 1 reply; 4+ messages in thread
From: Pāladhammika via Guix-patches via @ 2022-02-10 21:31 UTC (permalink / raw)
  To: 53931

[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-12 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 21:31 [bug#53931] [PATCH] gnu: Add python-onlykey-solo-python Pāladhammika via Guix-patches via
2022-02-12 15:43 ` Maxime Devos
2022-02-12 16:21   ` Pāladhammika via Guix-patches via
2022-02-12 17:45     ` Maxime Devos

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.