From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uCP2AGcc6l7nMAAA0tVLHw (envelope-from ) for ; Wed, 17 Jun 2020 13:36:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wFiQOGYc6l5xKwAA1q6Kng (envelope-from ) for ; Wed, 17 Jun 2020 13:36:38 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 610AF9401CD for ; Wed, 17 Jun 2020 13:36:38 +0000 (UTC) Received: from localhost ([::1]:45008 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlYF1-0002U1-Aw for larch@yhetil.org; Wed, 17 Jun 2020 09:36:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlYDX-0001PE-4W for guix-patches@gnu.org; Wed, 17 Jun 2020 09:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39222) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jlYDW-0004xl-3a for guix-patches@gnu.org; Wed, 17 Jun 2020 09:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jlYDV-00041F-W7 for guix-patches@gnu.org; Wed, 17 Jun 2020 09:35:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41807] [PATCHES] Add python-sanic and dependencies. Resent-From: paul Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 17 Jun 2020 13:35:01 +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: Lars-Dominik Braun Cc: 41807@debbugs.gnu.org X-Debbugs-Original-Cc: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159240087615412 (code B ref -1); Wed, 17 Jun 2020 13:35:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jun 2020 13:34:36 +0000 Received: from localhost ([127.0.0.1]:50768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYD6-00040W-BH for submit@debbugs.gnu.org; Wed, 17 Jun 2020 09:34:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:44348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlYD5-00040P-8g for submit@debbugs.gnu.org; Wed, 17 Jun 2020 09:34:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51084) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlYD5-0000nt-0j for guix-patches@gnu.org; Wed, 17 Jun 2020 09:34:35 -0400 Received: from devianza.investici.org ([198.167.222.108]:42619) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jlYCz-0004qf-SF for guix-patches@gnu.org; Wed, 17 Jun 2020 09:34:34 -0400 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id ECC98E059A; Wed, 17 Jun 2020 13:34:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1592400863; bh=l9R7BDNuIcnuLfW97HXRELpcw0HU10xhOjbQIf7vjh8=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=k9m0rGzOH5XLki4mYpp/oXD9uPUsqO/m2hRuZv613AXR2uk1KHbPXNbVIjDDXkQRh AT4Bh+uemm3VB5BwRi2aXAEUsj9EEoCGgLlGg6qSR7MmyaV7FUB3UedllLVV+Al9W1 Q9s8DRohL0pSw6LmYbgd3mqKkr3VxH0h5xIMpPnI= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id C3E0EE058F; Wed, 17 Jun 2020 13:34:23 +0000 (UTC) References: <20200617064940.GA5119@zpidnp36> From: paul Message-ID: <72553f75-bead-f56e-5c73-99184c6b1f60@autistici.org> Date: Wed, 17 Jun 2020 15:34:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200617064940.GA5119@zpidnp36> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Received-SPF: pass client-ip=198.167.222.108; envelope-from=goodoldpaul@autistici.org; helo=devianza.investici.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/17 09:34:24 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -2.4 (--) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=autistici.org header.s=stigmate header.b=k9m0rGzO; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: im0/3UlrTzDg Hi, On 6/17/20 8:49 AM, Lars-Dominik Braun wrote: > Hi, > >> I'm sending a patch series to add python-sanic, its dependencies and some >> dependencies of mypy. > I’ve got Sanic 19.12 in my own channel[1], which I wanted to upstream for a > long time now. Most packages have tests enabled, because I managed to package > that really old httpcore. Do you want to try and port these to sanic 20.03? > > Cheers, > Lars > > [1] https://github.com/leibniz-psychology/guix-zpid/blob/master/zpid/packages/sanic.scm > Thank you for this!  Yes I'd like to integrate your packages, I'll do that this weekend I believe. Cheers, Giacomo