From unknown Sat Jun 21 03:29:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42717] [PATCH 1/3] gnu: Add python-hyperframe. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Aug 2020 15:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42717 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42717@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15966404121514 (code B ref -1); Wed, 05 Aug 2020 15:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Aug 2020 15:13:32 +0000 Received: from localhost ([127.0.0.1]:51960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3L6i-0000OL-8B for submit@debbugs.gnu.org; Wed, 05 Aug 2020 11:13:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:40104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3L6g-0000OE-O4 for submit@debbugs.gnu.org; Wed, 05 Aug 2020 11:13:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3L6g-0002Zt-II for guix-patches@gnu.org; Wed, 05 Aug 2020 11:13:30 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36207) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3L6e-00085X-7C for guix-patches@gnu.org; Wed, 05 Aug 2020 11:13:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5726D160062 for ; Wed, 5 Aug 2020 17:13:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596640403; bh=pkRYJWQbvNyZNMo5zllxxtaZsSqFc/vnXZv211lMhb8=; h=From:To:Cc:Subject:Date:From; b=h17A68Wrz90b0LV38a7dOrtzVYcKhWtHf0b7zRu9vxFAld/7VYjjKJUMQMkImEeVA yn3GUbYNcB/8qQo4P5ZOM/75EQp+rmLJ4aMYDHaoTmjqBYXoIyC6E2fD48L/DMFmnz QhbDs8OuTr77vO9IvxX1eR7zWxckCUZCPFIupeaXjISEXwd1KFRjomeFr69P+uMFaw 2FTshntOLDOF1OXIyZBN7jFD1S+uevsE3ff46S8qejgGU614zvik2ty1bzqgx/oigG ZYZ2hUzkbycik3I4ENnZFb30kDhcMqwqVBMMv4ruXlOzSbCxPiM+38DA0SaZSH6QNM YPELQBEW+z/2w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BMFW54gNKz9rxM; Wed, 5 Aug 2020 17:13:21 +0200 (CEST) From: Vinicius Monego Date: Wed, 5 Aug 2020 12:12:54 -0300 Message-Id: <20200805151256.7769-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/04 23:29:57 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-web.scm (python-hyperframe): New variable. --- gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0bdea1b86d..a9f63bcf28 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2020 Holger Peters ;;; Copyright © 2020 Noisytoot ;;; Copyright © 2020 Edouard Klein +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -464,6 +465,34 @@ follow links and submit forms. It doesn’t do JavaScript.") (define-public python2-mechanicalsoup (package-with-python2 python-mechanicalsoup)) +(define-public python-hyperframe + (package + (name "python-hyperframe") + (version "5.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hyperframe" version)) + (sha256 + (base32 "07xlf44l1cw0ghxx46sbmkgzil8vqv8kxwy42ywikiy35izw3xd9")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv" "test")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/python-hyper/hyperframe") + (synopsis "HTTP/2 framing layer for Python") + (description + "This library contains the HTTP/2 framing code used in the hyper project. +It provides a pure-Python codebase that is capable of decoding a binary stream +into HTTP/2 frames.") + (license license:expat))) + (define-public python-sockjs-tornado (package (name "python-sockjs-tornado") -- 2.20.1 From unknown Sat Jun 21 03:29:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#42717: closed (Re: [bug#42717] [PATCH 1/3] gnu: Add python-hyperframe.) Message-ID: References: <87v9hvub32.fsf@gnu.org> <20200805151256.7769-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 42717 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42717@debbugs.gnu.org Date: Thu, 06 Aug 2020 14:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1596722582-6697-1" This is a multi-part message in MIME format... ------------=_1596722582-6697-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42717: [PATCH 1/3] gnu: Add python-hyperframe. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42717@debbugs.gnu.org. --=20 42717: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42717 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596722582-6697-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42717-done) by debbugs.gnu.org; 6 Aug 2020 14:02:22 +0000 Received: from localhost ([127.0.0.1]:54614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3gTN-0001QD-UK for submit@debbugs.gnu.org; Thu, 06 Aug 2020 10:02:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3gTM-0001L4-4v for 42717-done@debbugs.gnu.org; Thu, 06 Aug 2020 10:02:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51429) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3gTG-000627-SW; Thu, 06 Aug 2020 10:02:14 -0400 Received: from lfbn-ann-1-356-169.w86-200.abo.wanadoo.fr ([86.200.73.169]:51270 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3gTF-0002dx-5I; Thu, 06 Aug 2020 10:02:14 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#42717] [PATCH 1/3] gnu: Add python-hyperframe. References: <20200805151256.7769-1-monego@posteo.net> Date: Thu, 06 Aug 2020 16:02:09 +0200 In-Reply-To: <20200805151256.7769-1-monego@posteo.net> (Vinicius Monego's message of "Wed, 5 Aug 2020 12:12:54 -0300") Message-ID: <87v9hvub32.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42717-done Cc: 42717-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * gnu/packages/python-web.scm (python-hyperframe): New variable. Pushed, thanks! Mathieu ------------=_1596722582-6697-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Aug 2020 15:13:32 +0000 Received: from localhost ([127.0.0.1]:51960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3L6i-0000OL-8B for submit@debbugs.gnu.org; Wed, 05 Aug 2020 11:13:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:40104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3L6g-0000OE-O4 for submit@debbugs.gnu.org; Wed, 05 Aug 2020 11:13:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3L6g-0002Zt-II for guix-patches@gnu.org; Wed, 05 Aug 2020 11:13:30 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36207) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3L6e-00085X-7C for guix-patches@gnu.org; Wed, 05 Aug 2020 11:13:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 5726D160062 for ; Wed, 5 Aug 2020 17:13:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596640403; bh=pkRYJWQbvNyZNMo5zllxxtaZsSqFc/vnXZv211lMhb8=; h=From:To:Cc:Subject:Date:From; b=h17A68Wrz90b0LV38a7dOrtzVYcKhWtHf0b7zRu9vxFAld/7VYjjKJUMQMkImEeVA yn3GUbYNcB/8qQo4P5ZOM/75EQp+rmLJ4aMYDHaoTmjqBYXoIyC6E2fD48L/DMFmnz QhbDs8OuTr77vO9IvxX1eR7zWxckCUZCPFIupeaXjISEXwd1KFRjomeFr69P+uMFaw 2FTshntOLDOF1OXIyZBN7jFD1S+uevsE3ff46S8qejgGU614zvik2ty1bzqgx/oigG ZYZ2hUzkbycik3I4ENnZFb30kDhcMqwqVBMMv4ruXlOzSbCxPiM+38DA0SaZSH6QNM YPELQBEW+z/2w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BMFW54gNKz9rxM; Wed, 5 Aug 2020 17:13:21 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add python-hyperframe. Date: Wed, 5 Aug 2020 12:12:54 -0300 Message-Id: <20200805151256.7769-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/04 23:29:57 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-web.scm (python-hyperframe): New variable. --- gnu/packages/python-web.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0bdea1b86d..a9f63bcf28 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -37,6 +37,7 @@ ;;; Copyright © 2020 Holger Peters ;;; Copyright © 2020 Noisytoot ;;; Copyright © 2020 Edouard Klein +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -464,6 +465,34 @@ follow links and submit forms. It doesn’t do JavaScript.") (define-public python2-mechanicalsoup (package-with-python2 python-mechanicalsoup)) +(define-public python-hyperframe + (package + (name "python-hyperframe") + (version "5.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hyperframe" version)) + (sha256 + (base32 "07xlf44l1cw0ghxx46sbmkgzil8vqv8kxwy42ywikiy35izw3xd9")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-vv" "test")))))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/python-hyper/hyperframe") + (synopsis "HTTP/2 framing layer for Python") + (description + "This library contains the HTTP/2 framing code used in the hyper project. +It provides a pure-Python codebase that is capable of decoding a binary stream +into HTTP/2 frames.") + (license license:expat))) + (define-public python-sockjs-tornado (package (name "python-sockjs-tornado") -- 2.20.1 ------------=_1596722582-6697-1--