From patchwork Thu Jun 11 15:13:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22651 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1902D27BBE3; Thu, 11 Jun 2020 16:23:43 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id D586127BBE1 for ; Thu, 11 Jun 2020 16:23:42 +0100 (BST) Received: from localhost ([::1]:41248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP3O-0007Uc-8E for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:23:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv1-00070t-6W for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54448) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv0-00047h-Nt for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv0-0005JA-Gt for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 01/26] gnu: Add python-outcome. References: In-Reply-To: Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188845620050 (code B ref 41807); Thu, 11 Jun 2020 15:15:02 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:16 +0000 Received: from localhost ([127.0.0.1]:37690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuG-0005D8-4h for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:16 -0400 Received: from latitanza.investici.org ([82.94.249.234]:36663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuE-0005Cb-QA for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:15 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4143812016A; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888453; bh=PIcgMlWbMjrcVJEOEdXHbxLSaeNViPsHE+xHvw8eK4I=; h=From:To:Cc:Subject:Date:From; b=gdAuJcNgZbinTpKxxyKax/BJ5o6Yi3GYyHBKaIsNBPMvnRsZh88ZpaZAWPZcVRVY5 Y/prrYkLk7Wxx6P7wJZyckL3vnHKRpWBDVk79n8xzgZ8viGS0dn7xSUeo5X1jsr6GM 9Do46lHaoP7xQKMiI1BZOHaA8ieQLjRWXaoKO7gE= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 0950912015C; Thu, 11 Jun 2020 15:14:12 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:32 +0200 Message-Id: <20200611151357.18843-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-outcome): New variable. --- gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index abf12ec4e0..11630d4818 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20070,3 +20070,31 @@ For the most part it's transliterated from C, the major differences are: @end itemize ") (license license:gpl3+))) + +(define-public python-outcome + (package + (name "python-outcome") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "outcome" version)) + (sha256 + (base32 + "0vxn04vspmlkkyijjkjnsc46f93ki8g62hr7ag10zpd7ic324y7w")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs))) + (native-inputs + `(("python-async-generator" + ,python-async-generator) + ("python-pytest" ,python-pytest))) + (home-page + "https://github.com/python-trio/outcome") + (synopsis + "Capture the outcome of Python function calls") + (description + "@code{python-outcome} provides a function for capturing the +outcome of a Python function call, so that it can be passed around.") + ;; Choice of either license. + (license (list license:expat license:asl2.0)))) From patchwork Thu Jun 11 15:13:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22649 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3B3BF27BBE3; Thu, 11 Jun 2020 16:22:46 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id B2A3927BBE1 for ; Thu, 11 Jun 2020 16:22:45 +0100 (BST) Received: from localhost ([::1]:38868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP2S-0006Sw-2H for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:22:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv1-00071T-GP for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54449) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv1-00048C-3V for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv0-0005JN-Uw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 02/26] gnu: Add python-immutables. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188845720065 (code B ref 41807); Thu, 11 Jun 2020 15:15:02 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:17 +0000 Received: from localhost ([127.0.0.1]:37694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuG-0005DF-If for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:17 -0400 Received: from latitanza.investici.org ([82.94.249.234]:21991) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuE-0005Cc-QB for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:15 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 92C3C120178; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888453; bh=2eFDLjd9Tr/2uqn613Bz+6hsZt3e5rCd0CBqjXdVqVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pyfPxQP37S0nir6W79ddgnWsLBxM24dsWDBx9h5AMF5sLpdym6HFmWNniiuEPDmWl k6aYSAlv4mO4ZBvQJn0c95OCK6vPKmXHLV6BjPeXEN/hf7hoASd/pzn7JAUIP++xbU LBmD1uyjYd2vmlttiTR0Ehr9MjmFIdU3XZJbroWo= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 610AA12015C; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:33 +0200 Message-Id: <20200611151357.18843-2-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-immutables): New variable. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 11630d4818..106a6802bd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20098,3 +20098,29 @@ For the most part it's transliterated from C, the major differences are: outcome of a Python function call, so that it can be passed around.") ;; Choice of either license. (license (list license:expat license:asl2.0)))) + +(define-public python-immutables + (package + (name "python-immutables") + (version "0.14") + (source + (origin + (method url-fetch) + (uri (pypi-uri "immutables" version)) + (sha256 + (base32 + "0y0aqw29g525frdnmv9paljzacpp4s21sadfbca5b137iciwr8d0")))) + (build-system python-build-system) + (home-page + "https://github.com/MagicStack/immutables") + (synopsis "High-performance immutable mapping type for Python") + (description "@code{python-immutables} provides an immutable mapping +type for Python. The underlying datastructure is a Hash Array Mapped Trie +(HAMT), and it's used in Clojure, Scala, Haskell, and other functional +languages. This implementation is used in CPython 3.7 in the contextvars module +(see PEP 550 and PEP 567 for more details). + +Immutable mappings based on HAMT have O(log N) performance for both @code{set()} +and @code{get()} operations, which is essentially O(1) for relatively +small mappings.") + (license license:asl2.0))) From patchwork Thu Jun 11 15:13:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22645 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B909927BBE3; Thu, 11 Jun 2020 16:19:38 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 86C3727BBE1 for ; Thu, 11 Jun 2020 16:19:38 +0100 (BST) Received: from localhost ([::1]:60714 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjOzR-0002sz-T9 for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:19:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv2-000729-3y for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv1-00048l-GU for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv1-0005JV-Bc for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 03/26] gnu: Add python-contextvars. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846120158 (code B ref 41807); Thu, 11 Jun 2020 15:15:03 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:21 +0000 Received: from localhost ([127.0.0.1]:37711 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuL-0005Ex-9v for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:21 -0400 Received: from latitanza.investici.org ([82.94.249.234]:61051) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuE-0005Ce-QP for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:15 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id E9FBB12018B; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888453; bh=rA+RnwnB+qH5MIN3RTPoY1L4+0PJRchOUrCbFSxLCJo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jrRhny4i5H5txmXUjNE+Z049QnulXIU5gdfGphEgKSWmFP/DpQNyWEg1EB1Wcbqih DCxOx2gz3Y3TtUmNkqkuTv0PPAHXLrHJTpL+LXcc6nfoPd5xJMYduC+wwoCO2hBuT+ FkH3q1HFRexk67tt8Wt3noTiUvWcDg8U4zNdeMpA= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id BA4A812015C; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:34 +0200 Message-Id: <20200611151357.18843-3-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-contextvars): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 106a6802bd..03d30b9d15 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20124,3 +20124,24 @@ Immutable mappings based on HAMT have O(log N) performance for both @code{set()} and @code{get()} operations, which is essentially O(1) for relatively small mappings.") (license license:asl2.0))) + +(define-public python-contextvars + (package + (name "python-contextvars") + (version "2.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "contextvars" version)) + (sha256 + (base32 + "17n3w8c20kgkgc6khaafdhhlcdj4bzman4paxqsl7harma59137k")))) + (build-system python-build-system) + (propagated-inputs + `(("python-immutables" ,python-immutables))) + (home-page + "https://github.com/MagicStack/contextvars") + (synopsis "PEP 567 Backport") + (description "This package implements a backport of Python 3.7 +@code{contextvars} module (see PEP 567) for Python 3.6.") + (license license:asl2.0))) From patchwork Thu Jun 11 15:13:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22653 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6F61327BBE3; Thu, 11 Jun 2020 16:24:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 3AAA827BBE1 for ; Thu, 11 Jun 2020 16:24:15 +0100 (BST) Received: from localhost ([::1]:42414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP3u-0007zZ-Jb for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:24:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv2-00072i-Bk for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54451) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv1-00048t-SV for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv1-0005Jc-Nw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 04/26] gnu: Add python-curio. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846220173 (code B ref 41807); Thu, 11 Jun 2020 15:15:03 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:22 +0000 Received: from localhost ([127.0.0.1]:37714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuL-0005F5-LF for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:22 -0400 Received: from latitanza.investici.org ([82.94.249.234]:24247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuE-0005Cf-RF for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:16 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 556C01201AD; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888454; bh=AyfpWGGtTSjWeMcv86SbHOKrqonouC+Ih9RjCMtA6T4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dEroKw6VFR2LxHJaPniB0gegaiuCLzHjf3JaLqJEe24xisUITNty+IprqILneK9BN GrNFcKLulN7ae4kya4HrvalGRncaCliE2XMl/xI0hZdxjdlHP66SIGOeP4csUoK/yQ RJ2wazFEZSKMDDn4cgG6Zs2Im3l/MUpuQ9JMYls8= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 1026C12015C; Thu, 11 Jun 2020 15:14:13 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:35 +0200 Message-Id: <20200611151357.18843-4-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-curio): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 03d30b9d15..ea6b68580f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20145,3 +20145,25 @@ small mappings.") (description "This package implements a backport of Python 3.7 @code{contextvars} module (see PEP 567) for Python 3.6.") (license license:asl2.0))) + +(define-public python-curio + (package + (name "python-curio") + (version "1.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "curio" version)) + (sha256 + (base32 + "16wkww6kh511b9bzsfhpvrv0766cc6ssgbzz4lgpjnrzzgx21wwh")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest) + ("python-sphinx" ,python-sphinx))) + (home-page "https://github.com/dabeaz/curio") + (synopsis "Coroutine-based library for Python") + (description "Curio is a coroutine-based library for concurrent Python +systems programming. It provides standard programming abstractions such +as tasks, sockets, files, locks, and queues.") + (license license:bsd-3))) From patchwork Thu Jun 11 15:13:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22650 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6F23D27BBE3; Thu, 11 Jun 2020 16:23:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 3D11927BBE1 for ; Thu, 11 Jun 2020 16:23:28 +0100 (BST) Received: from localhost ([::1]:40530 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP39-0007B0-J7 for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:23:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv2-000735-P2 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54452) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv2-00049B-Aa for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv2-0005Jj-5Z for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 05/26] gnu: Add python-sniffio. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846220189 (code B ref 41807); Thu, 11 Jun 2020 15:15:04 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:22 +0000 Received: from localhost ([127.0.0.1]:37718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuM-0005FI-61 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:22 -0400 Received: from latitanza.investici.org ([82.94.249.234]:38125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuF-0005Cg-53 for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:16 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 9FA7E1201AF; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888454; bh=O4W6tg+XmdlsU/l9tmQ8u6IUHJfUugEM02wnuZS69yI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kYYeHNg6n6OIR6/BrnvsieXizO4ZUnXRokReb6ngyDmiVxJuhgztMqVnPRZ+hl9Vw A2k8j4ZS2P0ATPjQiSCyzvBialsaDRc8+zZNNTZ095fqV4siaC3tJReiWbe2gZc8GQ vuhkpgSVUZt3dz6NalFD90wHYSbBAHUIC28w5G2s= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 6FB7012015C; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:36 +0200 Message-Id: <20200611151357.18843-5-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm: (python-sniffio): New variable. --- gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ea6b68580f..d671c66e9d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20167,3 +20167,30 @@ small mappings.") systems programming. It provides standard programming abstractions such as tasks, sockets, files, locks, and queues.") (license license:bsd-3))) + +(define-public python-sniffio + (package + (name "python-sniffio") + (version "1.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "sniffio" version)) + (sha256 + (base32 + "08bsp2pp2dxzn9yzcafwzw8jlm0jf50as0ix8vfhxzk91w810f4f")))) + (build-system python-build-system) + (propagated-inputs + `(("python-contextvars" ,python-contextvars) + ("python-curio" ,python-curio))) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page + "https://github.com/python-trio/sniffio") + (synopsis + "Detects which async library some code is running under") + (description + "@code{python-sniffio} enables detection of the async library any Python +async function is running under.") + ;; Choice of either license. + (license (list license:expat license:asl2.0)))) From patchwork Thu Jun 11 15:13:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22652 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A914027BBE3; Thu, 11 Jun 2020 16:23:54 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 71C3727BBE1 for ; Thu, 11 Jun 2020 16:23:54 +0100 (BST) Received: from localhost ([::1]:41794 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP3Z-0007iJ-QX for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:23:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv3-00073o-4Y for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54453) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv2-00049d-N8 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv2-0005Jt-Ii for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 06/26] gnu: Add python-trustme. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846320197 (code B ref 41807); Thu, 11 Jun 2020 15:15:04 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:23 +0000 Received: from localhost ([127.0.0.1]:37720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuM-0005Fa-Oj for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:23 -0400 Received: from latitanza.investici.org ([82.94.249.234]:23531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuG-0005Ct-06 for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:16 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id EB38B120963; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888454; bh=geReHfMYxqwi3WUv76wtbKLHFuOo5OpIxGLsOHkms/I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Cqu16LVqld8fPkaHWwZPowNhlgyHQLHsaEFg0nbgK47BGvaDHPhhdZkAH35lbUCGr kPOx+RYtFiqlHaLUlJKNDRZZ0rTk3MeG0PIz/FN+tgCd3IzX13AWDHE+45hBZEP3RB EJESPTAChOA3nIzZrkTr5ff1rCtAqy/nQyX28cr0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id BC5C012015C; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:37 +0200 Message-Id: <20200611151357.18843-6-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-trustme): New variable. --- gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d671c66e9d..f1feccd8c2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20194,3 +20194,29 @@ as tasks, sockets, files, locks, and queues.") async function is running under.") ;; Choice of either license. (license (list license:expat license:asl2.0)))) + +(define-public python-trustme + (package + (name "python-trustme") + (version "0.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trustme" version)) + (sha256 + (base32 + "0v3vr5z6apnfmklf07m45kv5kaqvm6hxrkaqywch57bjd2siiywx")))) + (build-system python-build-system) + (propagated-inputs + `(("python-cryptography" ,python-cryptography) + ("python-idna" ,python-idna) + ("python-ipaddress" ,python-ipaddress))) + (home-page + "https://github.com/python-trio/trustme") + (synopsis + "Generates self-signed TLS certificates for testing purposes") + (description + "@code{python-trustme} is a Python package that generates self-signed +TLS certificates for testing purposes.") + ;; Choice of either license. + (license (list license:expat license:asl2.0)))) From patchwork Thu Jun 11 15:13:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22661 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1C73627BBE3; Thu, 11 Jun 2020 16:27:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id C7F6527BBE1 for ; Thu, 11 Jun 2020 16:27:27 +0100 (BST) Received: from localhost ([::1]:46750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP71-0002JQ-5b for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:27:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv3-00074X-I8 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54454) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv3-00049i-4e for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv2-0005K2-WA for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 07/26] gnu: Add python-trio. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846320204 (code B ref 41807); Thu, 11 Jun 2020 15:15:04 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:23 +0000 Received: from localhost ([127.0.0.1]:37722 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuN-0005Fi-1s for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:23 -0400 Received: from latitanza.investici.org ([82.94.249.234]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuG-0005Cu-1I for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:17 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 3E904120969; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888455; bh=VTFn40MMZIDujCZObv9N9Bq+W56uI+pL3oet91reglI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ffwIsqS0iLpsk0AMK9tnHQtnRuyzuts6W3/VwqZJWY8BUqaTT9rBAq/WHFO7RyJBi L3TRiprFJHrpOlZuINUp7AfT4UgC+T8Txa/xzPzo9+9WQnl5OhGjnnQLaUJvrKbq6w RnSlWLSmZtbia8PW8lkt5iArewr/BU+z+0Ea5aqM= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 0D96E12015C; Thu, 11 Jun 2020 15:14:14 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:38 +0200 Message-Id: <20200611151357.18843-7-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-trio): New variable. --- gnu/packages/python-xyz.scm | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f1feccd8c2..b6dec540ab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20220,3 +20220,61 @@ async function is running under.") TLS certificates for testing purposes.") ;; Choice of either license. (license (list license:expat license:asl2.0)))) + +(define-public python-trio + (package + (name "python-trio") + (version "0.15.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trio" version)) + (sha256 + (base32 + "0cvzd0ls2c5971v7rw1jpxq533sdjblb15xwsd2axcnqp158c41h")) + (modules '((guix build utils))) + (snippet + '(begin + ;; This test fails with a timeout error. + (delete-file "trio/_core/tests/test_ki.py") + ;; This test depends on trio/_core/tests/test_ki.py. + (delete-file "trio/tests/test_threads.py") + ;; This test depends on network access. + (delete-file "trio/tests/test_socket.py") + ;; This test depends on writing to $HOME. + (delete-file "trio/tests/test_exports.py"))))) + (build-system python-build-system) + (native-inputs + `(("python-astor" ,python-astor) + ("python-jedi" ,python-jedi) + ("python-pylint" ,python-pylint) + ("python-pyopenssl" ,python-pyopenssl) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-trustme" ,python-trustme))) + (arguments + `(#:phases (modify-phases %standard-phases + (replace 'check + (lambda _ + (invoke "pytest") + #t))))) + (propagated-inputs + `(("python-async-generator" + ,python-async-generator) + ("python-attrs" ,python-attrs) + ("python-cffi" ,python-cffi) + ("python-contextvars" ,python-contextvars) + ("python-idna" ,python-idna) + ("python-outcome" ,python-outcome) + ("python-sniffio" ,python-sniffio) + ("python-sortedcontainers" + ,python-sortedcontainers))) + (home-page "https://github.com/python-trio/trio") + (synopsis + "Python library for async concurrency and I/O") + (description + "The Trio project's goal is to produce a production-quality, +permissively licensed, async/await-native I/O library for Python.") + ;; Choice of either license. + (license (list license:expat license:asl2.0)))) + From patchwork Thu Jun 11 15:13:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22655 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 22B8F27BBE3; Thu, 11 Jun 2020 16:24:55 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 94CF427BBE1 for ; Thu, 11 Jun 2020 16:24:54 +0100 (BST) Received: from localhost ([::1]:43516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP4X-0000Qn-Tz for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:24:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52320) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv4-00075P-0Y for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54455) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv3-0004Ao-KL for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv3-0005KA-Fo for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 08/26] gnu: Add python-httptools. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846420211 (code B ref 41807); Thu, 11 Jun 2020 15:15:05 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:24 +0000 Received: from localhost ([127.0.0.1]:37724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuN-0005Fp-Do for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:23 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuG-0005Cw-2o for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:17 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 9069512016A; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888455; bh=zb2wJ+926huW8xSxN1Iwwb5s5U/0FTh0fY24kyxOCQs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f10IbDf7+DnS+0K2QzToTxSvj+U4yLco44QpBzKtTtiKlmujh1W75RHxBTn5DLMwJ j4+vSSoGYRFDj11Ya17eJ1P07f4T+zJDEnPYXvJwpTOYSvwZ9Dm3adyu2Kj3eWPDeb PImTRVaZNajmGTjf02IJE9x7KoWTJ6A3zqRoDORg= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 5AF1F12015C; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:39 +0200 Message-Id: <20200611151357.18843-8-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-httptools): New variable. * gnu/packages/python-xyz.scm (python-cython-0.29.14): New variable. --- gnu/packages/python-web.scm | 67 +++++++++++++++++++++++++++++++++++++ gnu/packages/python-xyz.scm | 11 ++++++ 2 files changed, 78 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c01a86935c..83333d5f1c 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 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -4029,3 +4030,69 @@ request/response web apps to larger, grown applications.") than 326,000 known user-agents. Users can pick a random one, or select one based on filters.") (license license:expat))) + +(define-public python-httptools + (package + (name "python-httptools") + (version "0.1.1") + (source (origin + ;; The PyPI release does not contain tests. + (method git-fetch) + (uri (git-reference + (url "https://github.com/MagicStack/httptools.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0g08128x2ixsiwrzskxc6c8ymgzs39wbzr5mhy0mjk30q9pqqv77")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-hardcoded-paths + (lambda* (#:key inputs #:allow-other-keys) + (let ((http-parser (assoc-ref inputs "http-parser"))) + (substitute* "httptools/parser/cparser.pxd" + (("\\.\\./\\.\\./vendor/http-parser/http_parser\\.h") + (string-append http-parser "/include/http_parser.h")))) + #t)) + (add-after 'patch-hardcoded-paths 'disable-failing-test + (lambda _ + ;; TestResponseParser.test_parser_response_1 fails every time. + ;; We force it to pass to avoid patching it out. + (substitute* "tests/test_parser.py" + (("data received after completed connection") + "invalid constant string")) + #t)) + (replace 'build + (lambda _ + (invoke "python" "setup.py" "build_ext" + "--use-system-http-parser" "--inplace") + #t)) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (invoke "python" "setup.py" "install" + (string-append "--prefix=" out) + "--single-version-externally-managed" "--root=/" + "--skip-build") + #t))) + (replace 'check + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (invoke "pytest") + #t)))))) + (inputs + `(("http-parser" ,http-parser))) + (native-inputs + `(("python-cython" ,python-cython-0.29.14) + ("python-pytest" ,python-pytest))) + (home-page + "https://github.com/MagicStack/httptools") + (synopsis + "Python bindings for the NodeJS HTTP parser") + (description + "@code{python-httptools} creates Python bindings for the +NodeJS HTTP parser. It provides collection of framework independent HTTP +protocol utils.") + (license license:expat))) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b6dec540ab..78bc419845 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20278,3 +20278,14 @@ permissively licensed, async/await-native I/O library for Python.") ;; Choice of either license. (license (list license:expat license:asl2.0)))) +;; This is only needed for python-httptools. +(define-public python-cython-0.29.14 + (package (inherit python-cython) + (version "0.29.14") + (source + (origin + (method url-fetch) + (uri (pypi-uri "Cython" version)) + (sha256 + (base32 + "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4")))))) From patchwork Thu Jun 11 15:13:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22657 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 388EF27BBE3; Thu, 11 Jun 2020 16:25:34 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 029C027BBE1 for ; Thu, 11 Jun 2020 16:25:34 +0100 (BST) Received: from localhost ([::1]:44594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP5B-00013d-BA for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:25:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv4-00076d-SM for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54457) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv4-0004Bc-FM for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv4-0005KO-9r for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 09/26] gnu: Add python-aiofiles. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846420226 (code B ref 41807); Thu, 11 Jun 2020 15:15:06 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:24 +0000 Received: from localhost ([127.0.0.1]:37728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuO-0005G4-44 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:24 -0400 Received: from latitanza.investici.org ([82.94.249.234]:64491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuH-0005D4-CV for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:17 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id D8390120178; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888455; bh=3ncHbG8bagSlSCHd+ssyCvXvgQm082TlBjTR+9iZDx8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vi8IJC7ujXjbYd8BUjLNZ1LSkeVvnYPcF/0dN1mAtkGsYurEbOdCUYjw3UW6UIOFG mGP1ml2F4AETtOyGvJtwUaZX0cx1OiIWjg67Ccb87+PGCVovtUpgErftJvlYOCub4w Q3PTP1AZM4jDTypEgbjL/hyeDix6RV98WGAD4HpI= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id AA49B12015C; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:40 +0200 Message-Id: <20200611151357.18843-9-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-aiofiles): New variable. --- gnu/packages/python-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 78bc419845..46b60ee98b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20289,3 +20289,21 @@ permissively licensed, async/await-native I/O library for Python.") (sha256 (base32 "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4")))))) + +(define-public python-aiofiles + (package + (name "python-aiofiles") + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "aiofiles" version)) + (sha256 + (base32 + "1bqmv019x16qa3zah0z915cw6z4va3fjs60fk2s7vyah3gyvrrlq")))) + (build-system python-build-system) + (home-page "https://github.com/Tinche/aiofiles") + (synopsis "File support for @code{asyncio}") + (description "@code{python-aiofiles} is a library for handling local +disk files in asyncio applications.") + (license license:asl2.0))) From patchwork Thu Jun 11 15:13:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22656 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 27A0F27BBE3; Thu, 11 Jun 2020 16:25:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id E507827BBE1 for ; Thu, 11 Jun 2020 16:25:16 +0100 (BST) Received: from localhost ([::1]:43934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP4u-0000bw-8v for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:25:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52394) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv7-0007B3-TK for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54464) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv7-0004Ck-FY for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv7-0005LG-A0 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 10/26] gnu: Add python-h11. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846620277 (code B ref 41807); Thu, 11 Jun 2020 15:15:09 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:26 +0000 Received: from localhost ([127.0.0.1]:37742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuQ-0005Gs-3i for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:26 -0400 Received: from latitanza.investici.org ([82.94.249.234]:63641) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuJ-0005DA-MG for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:19 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 2B88F12018B; Thu, 11 Jun 2020 15:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888456; bh=f2gBnFgjDRAUOYwQzgCZhjMQenrm2yOmMpxg/57hZXE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ygk2iPnFJr5Jt8ZyneS5rA3xm4R4b8+QzU6QlDCiQYUTo7vwBz+7yRfXQaDMKxAup ivZLmkullkEuOR0D4C2QCuOKIf5H2ukbVmtDEKoT80EJbqtJXyuhmh5j5Zb9rSZbhh R+FgYj73QunjZt4z5IgngYC4+e87/VCSQ1Qpsom0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id EF71712015C; Thu, 11 Jun 2020 15:14:15 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:41 +0200 Message-Id: <20200611151357.18843-10-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-h11): New variable. --- gnu/packages/python-web.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 83333d5f1c..dcfe523912 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4096,3 +4096,30 @@ based on filters.") NodeJS HTTP parser. It provides collection of framework independent HTTP protocol utils.") (license license:expat))) + +(define-public python-h11 + (package + (name "python-h11") + (version "0.9.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "h11" version)) + (sha256 + (base32 + "1qfad70h59hya21vrzz8dqyyaiqhac0anl2dx3s3k80gpskvrm1k")))) + (build-system python-build-system) + (native-inputs + `(("python-pytest" ,python-pytest))) + (home-page "https://github.com/python-hyper/h11") + (synopsis + "Python implementation of HTTP/1.1") + (description + "@code{python-h11} is a little HTTP/1.1 library written from +scratch in Python, heavily inspired by code{hyper-h2}. + +It's a \"bring-your-own-I/O\" library; @code{python-h11} contains no +IO code whatsoever. This means you can hook @code{python-h11} up to +your favorite network API: synchronous, threaded, asynchronous, or your +own implementation of RFC 6214.") + (license license:expat))) From patchwork Thu Jun 11 15:13:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22647 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E8A1127BBE3; Thu, 11 Jun 2020 16:21:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id A9E5827BBE1 for ; Thu, 11 Jun 2020 16:21:12 +0100 (BST) Received: from localhost ([::1]:36114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP0x-0005BI-Tm for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:21:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv8-0007Bu-Oj for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54466) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv8-0004Cz-Aj for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv8-0005LV-6A for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 11/26] gnu: Add python-hpack. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188847120299 (code B ref 41807); Thu, 11 Jun 2020 15:15:10 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:31 +0000 Received: from localhost ([127.0.0.1]:37746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuQ-0005H7-PF for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:30 -0400 Received: from latitanza.investici.org ([82.94.249.234]:45269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuK-0005DR-0H for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:20 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 77A461201AD; Thu, 11 Jun 2020 15:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888456; bh=XDt69e9M+kIH5BwNs8nq6uUkK5SqUIM/e5QwRJ2PpSA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WS5BvDaXgwdu+CMmtgnlHdorvGLmSE9JDhD4jo29pHiQsbbZUH0s3WGxDA4eyWZoI pI4IRV3QuyjOLvxgd2h45YrR1vH6/p+U5E7FTXiKj5LMuJwo13N2UfbathbHQk75gi v16SPoJZQzJ4kHwzhNsNQ6mnVU55RiFdxPBSRD6Q= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 494D312015C; Thu, 11 Jun 2020 15:14:16 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:42 +0200 Message-Id: <20200611151357.18843-11-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-hpack): New variable. --- 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 dcfe523912..4810a10834 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4123,3 +4123,22 @@ IO code whatsoever. This means you can hook @code{python-h11} up to your favorite network API: synchronous, threaded, asynchronous, or your own implementation of RFC 6214.") (license license:expat))) + +(define-public python-hpack + (package + (name "python-hpack") + (version "3.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hpack" version)) + (sha256 + (base32 + "1lp9ja4dk6jg0pm2d18kvh95k9p6yxhh4l1h7y541qzs9cgrrv4f")))) + (build-system python-build-system) + (home-page "http://hyper.rtfd.org") + (synopsis "HTTP/2 Header Encoding for Python") + (description + "@code{python-hpack} contains a pure-Python HTTP/2 header encoding +(HPACK) logic for use in Python programs that implement HTTP/2.") + (license license:expat))) From patchwork Thu Jun 11 15:13:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22664 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5EB2727BBE3; Thu, 11 Jun 2020 16:28:08 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 2670527BBE1 for ; Thu, 11 Jun 2020 16:28:08 +0100 (BST) Received: from localhost ([::1]:47382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP7f-0002bF-J6 for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:28:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52326) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv4-00075x-CO for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54456) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv4-0004BW-0f for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv3-0005KH-Sa for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 12/26] gnu: Add python-hyperframe. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846420219 (code B ref 41807); Thu, 11 Jun 2020 15:15:05 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:24 +0000 Received: from localhost ([127.0.0.1]:37726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuN-0005Fw-RG for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:24 -0400 Received: from latitanza.investici.org ([82.94.249.234]:23531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuH-0005Ct-9e for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:17 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 040ED1201AF; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888457; bh=qq6otTk6NJhdFUh/IOz4sTQY4venqCnBxFEIx5N83js=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Zl56RvDvoIVq7O9aYaDVy5vZNYeJZiMcI7jjQ0GfWwM1IQJ1lxRAL/Ex2m/znF4P8 i6MeLkc90jJOrp7Ix/ckkP/FYKvUZ46zB8kXClHD4CrSLr3CiuwqYAnvCQ1eDovmbg Wr5ykTGd7Q0NCsCH/kjkrVpS/7oRW9h5mJQn/Rqo= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id A3DCE12015C; Thu, 11 Jun 2020 15:14:16 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:43 +0200 Message-Id: <20200611151357.18843-12-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-hyperframe): New variable. --- gnu/packages/python-web.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4810a10834..db53ec8471 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4142,3 +4142,23 @@ own implementation of RFC 6214.") "@code{python-hpack} contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.") (license license:expat))) + +(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) + (home-page + "https://python-hyper.org/hyperframe/en/latest/") + (synopsis "HTTP/2 framing layer for Python") + (description "@code{python-hyperframe} library contains the HTTP/2 +framing code used in the @code{hyper} project. It provides a pure-Python +codebase that is capable of decoding a binary stream into HTTP/2 frames.") + (license license:expat))) From patchwork Thu Jun 11 15:13:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22646 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 51A4B27BBE3; Thu, 11 Jun 2020 16:20:17 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 1B65627BBE1 for ; Thu, 11 Jun 2020 16:20:17 +0100 (BST) Received: from localhost ([::1]:34422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP04-0003nV-D3 for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:20:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52342) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv5-00077B-Bg for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv4-0004Bt-UC for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv4-0005KY-OL for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 13/26] gnu: Add python-h2. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846420233 (code B ref 41807); Thu, 11 Jun 2020 15:15:06 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:24 +0000 Received: from localhost ([127.0.0.1]:37730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuO-0005GB-D3 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:24 -0400 Received: from latitanza.investici.org ([82.94.249.234]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuH-0005Cu-LI for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:18 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 70C77120963; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888457; bh=mGfpcJzHFkchp+fAL+pqD0XLNzo3VOJc7SL8e/erIaA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fh5HGo79Y9sumTlwfVRqOjyheOMGkLLTWLCZrDJ9mFtTo7izbWnbWQqGn1MTdZ7M3 CUitE+S1eDARy5OZczmFYCyw34E5sWwjh8JTkWt9Egi2pDPO9CiULJyCJSQDYfDEgb mZzR8wFnCiGWH/i+HJrnYooQAQe1sVLXnDnuODpk= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 3EF8612015C; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:44 +0200 Message-Id: <20200611151357.18843-13-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-h2): New variable. --- gnu/packages/python-web.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index db53ec8471..d658de9aee 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4162,3 +4162,26 @@ own implementation of RFC 6214.") framing code used in the @code{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-h2 + (package + (name "python-h2") + (version "3.2.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "h2" version)) + (sha256 + (base32 + "051gg30aca26rdxsmr9svwqm06pdz9bv21ch4n0lgi7jsvml2pw7")))) + (build-system python-build-system) + (propagated-inputs + `(("python-hpack" ,python-hpack) + ("python-hyperframe" ,python-hyperframe))) + (home-page + "https://github.com/python-hyper/hyper-h2") + (synopsis + "HTTP/2 State-Machine based protocol implementation") + (description + "@code{python-h2} is a Python implementation of a HTTP/2 protocol stack.") + (license license:expat))) From patchwork Thu Jun 11 15:13:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22667 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 6654A27BBE3; Thu, 11 Jun 2020 16:28:48 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 2866327BBE1 for ; Thu, 11 Jun 2020 16:28:48 +0100 (BST) Received: from localhost ([::1]:48012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP8J-00032p-8X for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:28:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv5-000788-Pc for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54459) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv5-0004C3-BV for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv5-0005Kf-6i for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 14/26] gnu: Add python-hstspreload. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846520240 (code B ref 41807); Thu, 11 Jun 2020 15:15:07 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:25 +0000 Received: from localhost ([127.0.0.1]:37732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuO-0005GI-OA for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:24 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuH-0005Cw-UP for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:18 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id BC22812016A; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888457; bh=Qpdh1SVgB8AlDMYro7hcQ3nhapi2uD8uMlyCrG1bVnA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iVmXQhJwxERI0lE8Ph+6x6QvhY3UhvQVybvPy01qUunGrv6ExeZIea6TtxyWduEuO IaHyB4ldzM16Savi6JodQeNe2WAg6VFYueFNQCtIZ1ethGxv9xs9dO4B1DtLAB0ChY 0qx/TYrCOtCLarb0PfYk/Bexo421hgSZQUX52AZE= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 8F93F12015C; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:45 +0200 Message-Id: <20200611151357.18843-14-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-hstspreload): New variable. --- gnu/packages/python-web.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d658de9aee..d40dad2e00 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4185,3 +4185,24 @@ codebase that is capable of decoding a binary stream into HTTP/2 frames.") (description "@code{python-h2} is a Python implementation of a HTTP/2 protocol stack.") (license license:expat))) + +(define-public python-hstspreload + (package + (name "python-hstspreload") + (version "2020.5.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hstspreload" version)) + (sha256 + (base32 + "148zkdjqkhmdm3wwffpbgq8nvcnvpgrgrmgih63j14lb822374i6")))) + (build-system python-build-system) + (home-page + "https://github.com/sethmlarson/hstspreload") + (synopsis + "Chromium HSTS Preload list as a Python package") + (description + "@code{python-hstspreload} contains Chromium HSTS Preload list +as a Python package.") + (license license:bsd-3))) From patchwork Thu Jun 11 15:13:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22654 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BB75927BBE3; Thu, 11 Jun 2020 16:24:32 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8603127BBE1 for ; Thu, 11 Jun 2020 16:24:32 +0100 (BST) Received: from localhost ([::1]:42898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP4A-0008O4-SH for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:24:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52358) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv6-00079D-85 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54460) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv5-0004CD-PX for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv5-0005Kn-Kw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 15/26] gnu: Add python-mypy-extensions. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846520248 (code B ref 41807); Thu, 11 Jun 2020 15:15:07 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:25 +0000 Received: from localhost ([127.0.0.1]:37734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuP-0005GP-0r for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:25 -0400 Received: from latitanza.investici.org ([82.94.249.234]:23531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuI-0005Ct-7k for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:18 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 1208A120178; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888458; bh=GUovHXtl3hYJm8TjXyUP9hRb0sqej9mA7oncaUDsxm0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qxBPM2PGQoWehVg6C1G3kkXbm5jWNq8IsMY70teM9ojNFzl+HG+7dS+eHxPOG1Xnb UiFl+Htu2JG3bvpc2C0YpZyPTgF8UPS5tqy/eIdxVSpHXLxBMmI/6sn5fEQvR7Ljlb CC6cTcNgNEt1Y6ZhiQfGAm04k4mEUggQtJAabU5A= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id D2FBC12015C; Thu, 11 Jun 2020 15:14:17 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:46 +0200 Message-Id: <20200611151357.18843-15-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-mypy-extensions): New variable. --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 46b60ee98b..66fb284eec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20307,3 +20307,25 @@ permissively licensed, async/await-native I/O library for Python.") (description "@code{python-aiofiles} is a library for handling local disk files in asyncio applications.") (license license:asl2.0))) + +(define-public python-mypy-extensions + (package + (name "python-mypy-extensions") + (version "0.4.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mypy-extensions" version)) + (sha256 + (base32 + "1a04qsk8hd1lqns8w1j7cr0vmvbhg450di5k1i16kqxkbf7q30id")))) + (build-system python-build-system) + (home-page + "https://github.com/python/mypy_extensions") + (synopsis + "Experimental type system extensions for mypy") + (description + "@code{python-mypy-extensions} defines experimental extensions +to the standard @code{typing} module that are supported by the +@code{mypy} typechecker.") + (license license:expat))) From patchwork Thu Jun 11 15:13:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22669 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BF06427BBE3; Thu, 11 Jun 2020 16:29:48 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8469327BBE1 for ; Thu, 11 Jun 2020 16:29:48 +0100 (BST) Received: from localhost ([::1]:48878 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP9H-0003Qv-SX for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:29:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv6-00079e-KA for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54461) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv6-0004CN-6a for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv6-0005Ku-1a for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 16/26] gnu: Add python-flake8-pyi. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846520255 (code B ref 41807); Thu, 11 Jun 2020 15:15:08 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:25 +0000 Received: from localhost ([127.0.0.1]:37736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuP-0005GX-A4 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:25 -0400 Received: from latitanza.investici.org ([82.94.249.234]:64491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuI-0005D4-Ir for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:18 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 64509120969; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888458; bh=GX/buKK3K1BIdfR90jbs3Kkxhda7Nn63ugMCyq06Wp0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=u8OXgo1lDPlpmCwLsr41tYEsnDSxlubWSwWU1IvS2Bt6C9v/0Q2IA8AUZK3SzRdxM 8BUPsYK9NevAdE+DUkdz+lul4iLHI54dP37iAzPvAp3ZEZ+1d04/sfrUus6XPnekn9 b7hQIAWXpj55svg4c1inrasI+MxnhVghakAAEMN0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 2C21112015C; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:47 +0200 Message-Id: <20200611151357.18843-16-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-flake8-pyi): New variable. --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 66fb284eec..7c78a6e4be 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20329,3 +20329,27 @@ disk files in asyncio applications.") to the standard @code{typing} module that are supported by the @code{mypy} typechecker.") (license license:expat))) + +(define-public python-flake8-pyi + (package + (name "python-flake8-pyi") + (version "20.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "flake8-pyi" version)) + (sha256 + (base32 + "1zpq4s9kp8w95pccmhhyyx1ff2zhnidcf1zb3xs46lzcx9plvnzk")))) + (build-system python-build-system) + (propagated-inputs + `(("python-attrs" ,python-attrs) + ("python-flake8" ,python-flake8) + ("python-pyflakes" ,python-pyflakes))) + (home-page "https://github.com/ambv/flake8-pyi") + (synopsis + "Flake8 plugin to enable linting .pyi files") + (description + "@{python-flake8-pyi} is a plugin for Flake8 that provides specializations +for type hinting stub files, especially interesting for linting @code{typeshed}.") + (license license:expat))) From patchwork Thu Jun 11 15:13:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22659 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 57A8527BBE3; Thu, 11 Jun 2020 16:26:26 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 1116727BBE1 for ; Thu, 11 Jun 2020 16:26:26 +0100 (BST) Received: from localhost ([::1]:45720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP61-0001pR-Es for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:26:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv6-00079z-VY for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54462) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv6-0004CT-Iw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv6-0005L1-Dp for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 17/26] gnu: Add python-typing-inspect. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846520262 (code B ref 41807); Thu, 11 Jun 2020 15:15:08 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:25 +0000 Received: from localhost ([127.0.0.1]:37738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuP-0005Ge-JR for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:25 -0400 Received: from latitanza.investici.org ([82.94.249.234]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuJ-0005Cu-3J for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:19 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id CAF19120963; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888458; bh=25g2oY8JXLdHloK5ehIrxFZ3FuloiemyLo2c6H/NfRA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aiKArSokQAivlP//akrVZtmjpC56Z2WGoHbFgBlJEryFB8SrkbQX6HTtQHD7TEuct V+KpE4728vIxvDOmv7RKDwsmU0Fm1gWnica+rFO7fOmM7Ew9qF6gCurivw3A2uzNNZ t9cpRJk3YOhOoADMein4VNGv7jUFlY9i913jH4ho= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 8628712015C; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:48 +0200 Message-Id: <20200611151357.18843-17-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-typing-inspect): New variable. --- gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c78a6e4be..d6edc33579 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20353,3 +20353,32 @@ to the standard @code{typing} module that are supported by the "@{python-flake8-pyi} is a plugin for Flake8 that provides specializations for type hinting stub files, especially interesting for linting @code{typeshed}.") (license license:expat))) + +(define-public python-typing-inspect + (package + (name "python-typing-inspect") + (version "0.6.0") + (source + (origin + ;; There seems to be no source tarball on PyPI. + (method git-fetch) + (uri (git-reference + (url "https://github.com/ilevkivskyi/typing_inspect.git") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1f612wf0pfwknnrjvnsap08blh706zp0a1lc7gslqyh5vwg7rc5j")))) + (build-system python-build-system) + (propagated-inputs + `(("python-mypy-extensions" + ,python-mypy-extensions) + ("python-typing-extensions" + ,python-typing-extensions))) + (home-page + "https://github.com/ilevkivskyi/typing_inspect") + (synopsis + "Runtime inspection utilities for typing module") + (description + "The @code{typing_inspect} module defines experimental API for +runtime inspection of types defined in the Python standard typing module.") + (license license:expat))) From patchwork Thu Jun 11 15:13:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22670 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 25AF227BBE3; Thu, 11 Jun 2020 16:30:36 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id E3D9927BBE1 for ; Thu, 11 Jun 2020 16:30:35 +0100 (BST) Received: from localhost ([::1]:50398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjPA1-00045U-JM for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:30:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv7-0007AH-Ce for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54463) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv6-0004Cc-W5 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv6-0005L9-RB for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 18/26] gnu: python-typing-extensions: Update to 3.7.4.2. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846620269 (code B ref 41807); Thu, 11 Jun 2020 15:15:08 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:26 +0000 Received: from localhost ([127.0.0.1]:37740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuP-0005Gl-S5 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:26 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuJ-0005Cw-Dj for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:19 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 3E0DB12096D; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888459; bh=B07wYD6tPdAn5ekwOtWM7jyGGC4dpHKTQRvfQnbaOYQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ehQGSd8GmKFJ8oJgb6rPjUs9PrLMmcM7myXbwJGR2PbQJSakC1TnjmCke01d1GQ8m qcGSGmumFUfCAu8A5YXaRPYv0s8HQcEE5O+dtbZsM+CVIIlkpp5ZI9RCbsn+c6a3Hu rZHtlNr7S0n8XJCy887bCmgssTQkZrjIgfWnOFa0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 0F92712015C; Thu, 11 Jun 2020 15:14:18 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:49 +0200 Message-Id: <20200611151357.18843-18-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.7.4.2. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d6edc33579..e23d853809 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16248,14 +16248,14 @@ and other tools.") (define-public python-typing-extensions (package (name "python-typing-extensions") - (version "3.7.4.1") + (version "3.7.4.2") (source (origin (method url-fetch) (uri (pypi-uri "typing_extensions" version)) (sha256 (base32 - "1wj1vcgbnm20aiinmphyxfrbv3qi9xdhvw89ab3qm42y9n4wq7h9")))) + "1bk9b60s3rm1c8cwhv0bl3gh0x43153xxa6jpyllk9mc7jd5ivkr")))) (build-system python-build-system) (home-page "https://github.com/python/typing/blob/master/typing_extensions/README.rst") From patchwork Thu Jun 11 15:13:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22662 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id B5F5627BBE3; Thu, 11 Jun 2020 16:27:31 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8472327BBE1 for ; Thu, 11 Jun 2020 16:27:31 +0100 (BST) Received: from localhost ([::1]:46806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP74-0002Kg-U9 for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:27:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv8-0007BV-Aa for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54465) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv7-0004Cv-TZ for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv7-0005LO-PW for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:09 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 19/26] gnu: Add python-pyre-extensions. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188846620284 (code B ref 41807); Thu, 11 Jun 2020 15:15:09 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:26 +0000 Received: from localhost ([127.0.0.1]:37744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuQ-0005H0-Dd for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:26 -0400 Received: from latitanza.investici.org ([82.94.249.234]:23531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuJ-0005Ct-NS for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:20 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 85187120178; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888459; bh=trLlWjyOhNNtGQoCsqfAnXBjBgcxrNjOrzjadaB7dUk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BeWTnJcbjUL4C/uNAJDLI154rexOgfQjVq2al35APraLCIZAZTW3PbhLvruU0fZ0g qtNnY+p8mDIBmrJK0TEuiWbWpyMK0HwI2JpfH82MgRohXa3YghJ9Wtu+Egc+eHFBsk 7wdDolsA9/7Fu/zjeHV7du3/RojPs8CzgXj59aoU= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 54CBB12015C; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:50 +0200 Message-Id: <20200611151357.18843-19-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-pyre-extensions): New variable. --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e23d853809..d05e336ea7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20382,3 +20382,27 @@ for type hinting stub files, especially interesting for linting @code{typeshed}. "The @code{typing_inspect} module defines experimental API for runtime inspection of types defined in the Python standard typing module.") (license license:expat))) + +(define-public python-pyre-extensions + (package + (name "python-pyre-extensions") + (version "0.0.18") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyre-extensions" version)) + (sha256 + (base32 + "0c5cbbqrfyjwakdh3kbwxis6mbrbwky1z1fqslgszgpcj4g43q30")))) + (build-system python-build-system) + (propagated-inputs + `(("python-typing-extensions" + ,python-typing-extensions) + ("python-typing-inspect" ,python-typing-inspect))) + (home-page "https://pyre-check.org") + (synopsis + "Type system extensions for use with @code{python-pyre}") + (description + "@code{python-pyre-extensions} defines extensions to the standard +@code{typing} module that are supported by the Pyre typechecker.") + (license license:expat))) From patchwork Thu Jun 11 15:13:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22658 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3D4B827BBE3; Thu, 11 Jun 2020 16:25:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 0258827BBE1 for ; Thu, 11 Jun 2020 16:25:51 +0100 (BST) Received: from localhost ([::1]:45024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP5S-0001UF-Bg for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:25:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52416) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0007CN-3M for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv8-0004D5-Mx for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv8-0005Lc-J0 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 20/26] gnu: Add python-nbsphinx. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188847120306 (code B ref 41807); Thu, 11 Jun 2020 15:15:10 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:31 +0000 Received: from localhost ([127.0.0.1]:37748 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuV-0005HM-17 for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:31 -0400 Received: from latitanza.investici.org ([82.94.249.234]:64491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuK-0005D4-21 for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:20 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id DA17812016A; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888459; bh=6I6OKanRCwZhg1koaGEPEmoWfSrhKbef8ehOpXoijhU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EbU+tkJkDfBZ3YaTj3vdkcxITD7YubWTtua8xOSUc5fRq7wJWTXyC3OPCBdIdiPIP 5hLY75hdYLWWkkk8Ka7dcC1rJoCICSvIQPiLaXB/morSnLwcO4OYf9RzZSN6kP6bEM IkO39aCP2PTA9nGx+56Nav0njlJFIdciP4pzDi0g= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id A010212015C; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:51 +0200 Message-Id: <20200611151357.18843-20-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/sphinx.scm (python-nbsphinx): New variable. --- gnu/packages/sphinx.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index f27f9d0176..27d3cb45b2 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -643,3 +643,32 @@ translate and to apply translation to Sphinx generated document.") documentation when a change is detected. It also includes a livereload enabled web server.") (license license:expat))) + +(define-public python-nbsphinx + (package + (name "python-nbsphinx") + (version "0.7.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "nbsphinx" version)) + (sha256 + (base32 + "1ks6f4ni5gavmyq2jrycnwyzw4i7jfp9xggzgx1fsbzizw45am3p")))) + (build-system python-build-system) + (propagated-inputs + `(("python-docutils" ,python-docutils) + ("python-jinja2" ,python-jinja2) + ("python-nbconvert" ,python-nbconvert) + ("python-nbformat" ,python-nbformat) + ("python-sphinx" ,python-sphinx) + ("python-traitlets" ,python-traitlets))) + (home-page "https://nbsphinx.readthedocs.io/") + (synopsis "Jupyter Notebook Tools for Sphinx") + (description "@code{python-nbsphinx} is a Sphinx extension that +provides a source parser for @code{*.ipynb} files. Custom Sphinx +directives are used to show Jupyter Notebook code cells (and of course +their results) in both HTML and LaTeX output. Un-evaluated notebooks +- i.e. notebooks without stored output cells - will be automatically +executed during the Sphinx build process.") + (license license:expat))) From patchwork Thu Jun 11 15:13:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22665 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C1A7627BBE3; Thu, 11 Jun 2020 16:28:14 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8B62727BBE1 for ; Thu, 11 Jun 2020 16:28:14 +0100 (BST) Received: from localhost ([::1]:47440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP7l-0002ci-Ub for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:28:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0007Ci-Ey for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54468) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0004DB-2k for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv8-0005Lk-Uw for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:10 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 21/26] gnu: Add python-dataclasses. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188847120313 (code B ref 41807); Thu, 11 Jun 2020 15:15:10 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:31 +0000 Received: from localhost ([127.0.0.1]:37750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuV-0005HT-EZ for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:31 -0400 Received: from latitanza.investici.org ([82.94.249.234]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuK-0005Cu-Ck for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:20 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 31B8A12018B; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888460; bh=ng0UeZA72pQ6HPVmEeAUZtX48XaOhtYzO8F+9KZph/c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W9m2iqNpbaZPd2/OW64fNect+QpEuHkE4eNNKIZKGW6qTyRfNLwUMPXBKKVfIj9Ub SJtcEqe6EQHywmmxThMP3t21Ii1jViAMvDQTgncVndnh1t5zKS6/3XKrn//J5E/Wg4 GK93LBhaabnvK7GP9Ok8cajWf/3OqAhu/zstdBns= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id F17A412015C; Thu, 11 Jun 2020 15:14:19 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:52 +0200 Message-Id: <20200611151357.18843-21-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-dataclasses): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d05e336ea7..6cff8a0263 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20406,3 +20406,24 @@ runtime inspection of types defined in the Python standard typing module.") "@code{python-pyre-extensions} defines extensions to the standard @code{typing} module that are supported by the Pyre typechecker.") (license license:expat))) + +(define-public python-dataclasses + (package + (name "python-dataclasses") + (version "0.7") + (source + (origin + (method url-fetch) + (uri (pypi-uri "dataclasses" version)) + (sha256 + (base32 + "1rh8111fbws2vxyf2qy2zw3x6p6cq1jfz8pf904gig5qwg56sjj9")))) + (build-system python-build-system) + (home-page + "https://github.com/ericvsmith/dataclasses") + (synopsis + "Backport of the @code{dataclasses} module for Python 3.6") + (description + "This is an implementation of PEP 557, Data Classes. It is a +backport of the @code{dataclasses} module for Python 3.6.") + (license license:asl2.0))) From patchwork Thu Jun 11 15:13:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22660 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A282A27BBE3; Thu, 11 Jun 2020 16:26:49 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 6351627BBE1 for ; Thu, 11 Jun 2020 16:26:49 +0100 (BST) Received: from localhost ([::1]:46138 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP6O-00023r-La for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:26:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0007DE-VR for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54469) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0004DK-Fa for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv9-0005Lr-B4 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 22/26] gnu: Add python-libcst. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:11 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188847220320 (code B ref 41807); Thu, 11 Jun 2020 15:15:11 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:32 +0000 Received: from localhost ([127.0.0.1]:37752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuV-0005Ha-OU for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:32 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuK-0005Cw-My for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:21 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 7BF541201AD; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888460; bh=J65tOPAXNtTyoANe23H/TEjB4jtiCFyHrd5FJOd4kEQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lnh0iQXtFKwZnPx+UnCivtVDAy0KBgVhWQKcUcIfUqra9lH0le8pOGJBDJ0ljjWgs sbnBQEhA2IgYaP2sWC+Bo4GZ6LEpsOnXE/2Dp06EKBPrHOAYPXALP9jRw63Q1Ru1O2 4RBnUg48Fa4NZnXIH201MmXwRQmsPYiiWdBre1X8= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4CAC612015C; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:53 +0200 Message-Id: <20200611151357.18843-22-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-libcst): New variable. --- gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6cff8a0263..85b71763ae 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20427,3 +20427,34 @@ runtime inspection of types defined in the Python standard typing module.") "This is an implementation of PEP 557, Data Classes. It is a backport of the @code{dataclasses} module for Python 3.6.") (license license:asl2.0))) + +(define-public python-libcst + (package + (name "python-libcst") + (version "0.3.6") + (source + (origin + (method url-fetch) + (uri (pypi-uri "libcst" version)) + (sha256 + (base32 + "1lxwjw3a302i0ka3ykcsc1r4c94zskzlgn3rqs2h0kmchp0g74qz")))) + (build-system python-build-system) + (arguments + ;; FIXME: Tests depend on python-hypothesmith and python-pyre-check, + ;; introducing a circular dependency. + '(#:tests? #f)) + (propagated-inputs + `(("python-dataclasses" ,python-dataclasses) + ("python-pyyaml" ,python-pyyaml) + ("python-typing-extensions" + ,python-typing-extensions) + ("python-typing-inspect" ,python-typing-inspect))) + (home-page "https://github.com/Instagram/LibCST") + (synopsis + "Concrete Syntax Tree (CST) parser and serializer library for Python") + (description + "LibCST parses Python 3.0, 3.1, 3.3, 3.5, 3.6, 3.7 or 3.8 source code +as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, +etc.). It's useful for building automated refactoring applications and linters.") + (license license:expat))) From patchwork Thu Jun 11 15:13:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22668 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0CA0A27BBE3; Thu, 11 Jun 2020 16:28:55 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id C827327BBE1 for ; Thu, 11 Jun 2020 16:28:54 +0100 (BST) Received: from localhost ([::1]:48076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP8P-00034K-8Q for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:28:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52446) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOvA-0007De-Ef for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOv9-0004DU-SW for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOv9-0005Ly-NT for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:11 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 23/26] gnu: Add python-pywatchman. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:11 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188848120341 (code B ref 41807); Thu, 11 Jun 2020 15:15:11 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:41 +0000 Received: from localhost ([127.0.0.1]:37754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuf-0005I0-2X for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:41 -0400 Received: from latitanza.investici.org ([82.94.249.234]:63641) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuL-0005DA-1M for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:21 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id D1D3B1201AF; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888460; bh=t9aUcT7sRuqKcOENmi8Qb8mg7yWGj3zDzR5u2svnkjA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HDXEIewq1sQoMje/kOi6zyY52CVgp5yNMW2TfNP47LOa29K4n1WCLj2ZnNJhgbjDW xRalNxqbJfEQnyH2bVv/TNwhRqfRvJgIa/2ySKh0aa01MFs0AY7XqXVTKr+/RzNlTC 097CHrHDUCIO6AW5iJ3UtzQD0BYnpsZgaUQ10OAY= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id A003A12015C; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:54 +0200 Message-Id: <20200611151357.18843-23-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-pywatchman): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 85b71763ae..a8a32cb550 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20458,3 +20458,24 @@ backport of the @code{dataclasses} module for Python 3.6.") as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc.). It's useful for building automated refactoring applications and linters.") (license license:expat))) + +(define-public python-pywatchman + (package + (name "python-pywatchman") + (version "1.4.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pywatchman" version)) + (sha256 + (base32 + "1yf2gm20wc3djpb5larxii3l55xxby0il2ns3q0v1byyfnr7w16h")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ;there are none + (home-page + "https://facebook.github.io/watchman/") + (synopsis "Watchman client for python") + (description "@code{python-pywatchman} is a library to connect and +query Watchman to discover file changes.") + (license license:bsd-3))) From patchwork Thu Jun 11 15:13:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22663 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id CEEFA27BBE3; Thu, 11 Jun 2020 16:27:44 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 99FE127BBE1 for ; Thu, 11 Jun 2020 16:27:44 +0100 (BST) Received: from localhost ([::1]:47072 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP7H-0002Ss-UO for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:27:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOvA-0007EU-Nx for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54471) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOvA-0004Dj-8C for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOvA-0005M6-3Z for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 24/26] gnu: Add python-httpx. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188848120348 (code B ref 41807); Thu, 11 Jun 2020 15:15:12 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:41 +0000 Received: from localhost ([127.0.0.1]:37756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuf-0005I2-EP for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:41 -0400 Received: from latitanza.investici.org ([82.94.249.234]:23531) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuL-0005Ct-BK for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:21 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 23AAA120178; Thu, 11 Jun 2020 15:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888461; bh=PwnzNxbVVKahTqsqM2VYRCzJjUvAQEoLf4LWyQHxqZY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RrX1N6Ms6QEeL+rq7TMPMwy3KNr94x6kr53oS6ZlJWbGP4rQ+Ran33b2NYK/gJ2Wz HDtTP+TWbC90/omm4fEGVy9IcfAf9X5VxdSRy4dh9XNI+t1vdvFzr/bZo54KzTScs6 ag9hboO6h+X+EGm0gW24ZQsi/ZCy/5Wa71Gj8wjM= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id EB5C112015C; Thu, 11 Jun 2020 15:14:20 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:55 +0200 Message-Id: <20200611151357.18843-24-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-httpx): New variable. --- gnu/packages/python-web.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index d40dad2e00..daaf4a8934 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4206,3 +4206,31 @@ codebase that is capable of decoding a binary stream into HTTP/2 frames.") "@code{python-hstspreload} contains Chromium HSTS Preload list as a Python package.") (license license:bsd-3))) + +(define-public python-httpx + (package + (name "python-httpx") + (version "0.13.3") + (source + (origin + (method url-fetch) + (uri (pypi-uri "httpx" version)) + (sha256 + (base32 + "1bpg46mx8n74hxmw2pvgr5pc590hxdsh4wrs4j5bm00bx49vshin")))) + (build-system python-build-system) + (propagated-inputs + `(("python-certifi" ,python-certifi) + ("python-chardet" ,python-chardet) + ("python-h11" ,python-h11) + ("python-h2" ,python-h2) + ("python-hstspreload" ,python-hstspreload) + ("python-idna" ,python-idna) + ("python-rfc3986" ,python-rfc3986) + ("python-sniffio" ,python-sniffio) + ("python-urllib3" ,python-urllib3))) + (home-page "https://github.com/encode/httpx") + (synopsis "HTTP client for Python") + (description "HTTPX is a fully featured HTTP client for Python 3, +which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.") + (license license:bsd-3))) From patchwork Thu Jun 11 15:13:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22666 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 1358C27BBE3; Thu, 11 Jun 2020 16:28:24 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id BAFC027BBE1 for ; Thu, 11 Jun 2020 16:28:23 +0100 (BST) Received: from localhost ([::1]:47680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP7v-0002sJ-1N for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:28:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOvB-0007F7-CA for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54472) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOvA-0004EY-TA for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOvA-0005MD-G9 for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 25/26] gnu: Add python-uvloop. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188848220356 (code B ref 41807); Thu, 11 Jun 2020 15:15:12 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:42 +0000 Received: from localhost ([127.0.0.1]:37758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuf-0005I9-Nb for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:42 -0400 Received: from latitanza.investici.org ([82.94.249.234]:45269) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuL-0005DR-L6 for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:22 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 7152A12016A; Thu, 11 Jun 2020 15:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888461; bh=/jOoxPyvD8pJX8z3+yd1Q8lPII2a/YNw3gXUlYT/U/o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=D/qd9h/1L2RaaazaEr/LGBGVHff8n/+H4VLFYY0kOn7nHa7s7/CSe5R5LSrL1iwsO KRZT9OQHpTlpmH+z7DbGaTQZ+Wx0dGWxxNs5cnEykHsz+3k41lihaKK2fxNci7m+HM jk5CFWYwcwLXlPt+WYxo1noEddO9d/5xFiORLI6g= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 447F412015C; Thu, 11 Jun 2020 15:14:21 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:56 +0200 Message-Id: <20200611151357.18843-25-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-uvloop): New variable. --- gnu/packages/python-xyz.scm | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a8a32cb550..639e6a920f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20479,3 +20479,58 @@ etc.). It's useful for building automated refactoring applications and linters. (description "@code{python-pywatchman} is a library to connect and query Watchman to discover file changes.") (license license:bsd-3))) + +(define-public python-uvloop + (package + (name "python-uvloop") + (version "0.14.0") + (source + (origin + (method git-fetch) + ;; git-reference because libuv is bundled in the PyPi package + (uri (git-reference + (url "https://github.com/MagicStack/uvloop.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0cvfaddk9195ai29y8nxf92fi71nypx3fhx219q3pammjnh9z861")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Unbundle libuv. + (substitute* "MANIFEST.in" + (("recursive-include vendor/libuv.*") "") + (("recursive-exclude vendor/libuv.*") "")) + (delete-file-recursively "vendor") + #t)))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'build + (lambda _ + (invoke "python" "setup.py" + "build_ext" "--inplace" + "--cython-always" "--use-system-libuv"))) + (replace 'install + (lambda* (#:key outputs (configure-flags '()) #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (invoke "python" "setup.py" "install" + (string-append "--prefix=" out) + "--single-version-externally-managed" + "--root=/" "--skip-build")))) + ;; Tests depend on libuv being present in-tree. + (delete 'check)))) + (inputs + `(("libuv" ,libuv))) + (native-inputs + `(("python-cython" ,python-cython))) + (home-page "https://github.com/MagicStack/uvloop") + (synopsis + "Fast implementation of asyncio event loop on top of libuv") + (description + "@code{python-uvloop} is a fast, drop-in replacement of the +built-in @code{asyncio} event loop. @code{python-uvloop} is +implemented in Cython and uses libuv under the hood.") + (license license:expat))) From patchwork Thu Jun 11 15:13:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giacomo Leidi X-Patchwork-Id: 22648 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 348ED27BBE3; Thu, 11 Jun 2020 16:22:20 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL, T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id EEE2327BBE1 for ; Thu, 11 Jun 2020 16:22:19 +0100 (BST) Received: from localhost ([::1]:37828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjP23-000610-9Y for patchwork@mira.cbaines.net; Thu, 11 Jun 2020 11:22:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjOvB-0007FB-Hd for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54473) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jjOvB-0004Ek-1A for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jjOvA-0005MK-Sz for guix-patches@gnu.org; Thu, 11 Jun 2020 11:15:12 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCH 26/26] gnu: Add python-sanic. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 11 Jun 2020 15:15:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41807 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41807@debbugs.gnu.org Cc: Giacomo Leidi Received: via spool by 41807-submit@debbugs.gnu.org id=B41807.159188848220362 (code B ref 41807); Thu, 11 Jun 2020 15:15:12 +0000 Received: (at 41807) by debbugs.gnu.org; 11 Jun 2020 15:14:42 +0000 Received: from localhost ([127.0.0.1]:37760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOug-0005IH-1s for submit@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:42 -0400 Received: from latitanza.investici.org ([82.94.249.234]:64491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jjOuM-0005D4-13 for 41807@debbugs.gnu.org; Thu, 11 Jun 2020 11:14:22 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id C922912018B; Thu, 11 Jun 2020 15:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1591888461; bh=fT0ghEQSw9g+F0LMeoedkMlXC6mPCaDSTZzOVTsCb7Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LbVX3T4ExwT8DPf6jTU31nT8qUcN+tgfUEvodfFwoscpjW5pccg4+PPxBOkEa5GfN 6fCTkvmKk8AYm4WIumzGeEPVqEfVK82gtTG85UcmCst1ZfQ6XkpYfMAHtJl4B+76GH kR2C8q27CNXUP2aTGxmtt0dtVMuM6N9EfZn6z1P0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 89B0312015C; Thu, 11 Jun 2020 15:14:21 +0000 (UTC) From: Giacomo Leidi Date: Thu, 11 Jun 2020 17:13:57 +0200 Message-Id: <20200611151357.18843-26-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611151357.18843-1-goodoldpaul@autistici.org> References: <20200611151357.18843-1-goodoldpaul@autistici.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-web.scm (python-sanic): New variable, (python-httpx-0.11): New variable. --- gnu/packages/python-web.scm | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index daaf4a8934..b7abe9fc17 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4234,3 +4234,52 @@ as a Python package.") (description "HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.") (license license:bsd-3))) + +;; This is only for python-sanic +(define-public python-httpx-0.11 + (package (inherit python-httpx) + (version "0.11.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "httpx" version)) + (sha256 + (base32 + "1xrwlgnzm9x0d92s22ypli4cybwwv8idpp8m7naigmzfdrrgnavx")))) + (arguments + ;; FIXME: Tests can't import rfc3986. + `(#:tests? #f)))) + +(define-public python-sanic + (package + (name "python-sanic") + (version "20.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "sanic" version)) + (sha256 + (base32 + "1zssckzjsa1qi2bxirn0dksszmfhsbrkakvfx3r080sdcph8y1xl")))) + (build-system python-build-system) + (arguments + ;; FIXME: Tests depend on httpcore. + `(#:tests? #f)) + (propagated-inputs + `(("python-aiofiles" ,python-aiofiles) + ("python-httptools" ,python-httptools) + ("python-httpx" ,python-httpx-0.11) + ("python-multidict" ,python-multidict) + ("python-ujson" ,python-ujson) + ("python-uvloop" ,python-uvloop) + ("python-websockets" ,python-websockets))) + (home-page + "https://github.com/huge-success/sanic/") + (synopsis + "Async Python 3.6+ web server/framework") + (description + "Sanic is a Python 3.6+ web server and web framework +that's written to go fast. It allows the usage of the +@code{async/await} syntax added in Python 3.5, which makes +your code non-blocking and speedy.") + (license license:expat)))