unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: normalmente <normally_js@posteo.net>
To: 69867@debbugs.gnu.org
Cc: mail@cbaines.net, normalmente <normally_js@posteo.net>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#69867] [PATCH 1/2] gnu: Add python-noiseprotocol.
Date: Wed, 20 Mar 2024 18:55:49 +0000	[thread overview]
Message-ID: <363ccec2b669280c76d8bbb9fb7749735b850a05.1710960666.git.normally_js@posteo.net> (raw)
In-Reply-To: <cover.1710960666.git.normally_js@posteo.net>

* gnu/packages/python-web.scm (python-noiseprotocol): New variable.

Change-Id: Id62f22f9fd3f019beded5ce5c0fe9123c34f8bb2
---
 gnu/packages/python-web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9ad081beb1..67bc193b4d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -63,6 +63,7 @@
 ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
 ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2024 normally_js <normally_js@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3422,6 +3423,24 @@ (define-public python-ndg-httpsclient
     (home-page "https://github.com/cedadev/ndg_httpsclient/")
     (license license:bsd-3)))
 
+(define-public python-noiseprotocol
+  (package
+    (name "python-noiseprotocol")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "noiseprotocol" version))
+       (sha256
+        (base32 "0ifnj0mpbqsfqba9n12vf5yzxj4qf2gxql3ry43qyshgnrqsi4mh"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-cryptography))
+    (home-page "https://github.com/plizonczyk/noiseprotocol")
+    (synopsis "Implementation of Noise Protocol Framework")
+    (description
+     "This package provides an implementation of Noise Protocol Framework.")
+    (license license:expat)))
+
 (define-public python-websocket-client
   (package
     (name "python-websocket-client")
-- 
2.41.0





  reply	other threads:[~2024-03-20 18:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 20:15 [bug#69867] [PATCH] gnu: magic-wormhole: Update to 0.13.0 normalmente
2024-03-20 14:49 ` Christopher Baines
2024-03-20 18:52 ` [bug#69867] [PATCH 0/2] " normalmente
2024-03-20 18:55   ` normalmente [this message]
2024-03-21  8:41     ` [bug#69867] [PATCH 1/2] gnu: Add python-noiseprotocol Tanguy LE CARROUR
2024-03-21 18:59       ` normally_js
2024-03-22  9:32         ` Tanguy LE CARROUR
2024-03-24 19:43     ` Munyoki Kilyungi
2024-03-20 18:55   ` [bug#69867] [PATCH 2/2] gnu: magic-wormhole: Update to 0.13.0 normalmente
2024-03-23 21:03 ` bug#69867: [PATCH] " Sharlatan Hellseher
2024-04-14 19:42 ` [bug#69867] Close: current Guix already has successor version (0.14.0) of this package Dale Mellor

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=363ccec2b669280c76d8bbb9fb7749735b850a05.1710960666.git.normally_js@posteo.net \
    --to=normally_js@posteo.net \
    --cc=69867@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=mail@cbaines.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /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).