From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38632) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqxbf-0004Ll-GT for guix-patches@gnu.org; Mon, 13 Jan 2020 06:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqxbe-0004tv-Ho for guix-patches@gnu.org; Mon, 13 Jan 2020 06:10:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52739) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iqxbe-0004tZ-El for guix-patches@gnu.org; Mon, 13 Jan 2020 06:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iqxbe-000793-7Q for guix-patches@gnu.org; Mon, 13 Jan 2020 06:10:02 -0500 Subject: [bug#39110] [PATCH 1/2] gnu: Add python-asynctest Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20200113092634.18637-1-ldb@leibniz-psychology.org> Date: Mon, 13 Jan 2020 19:08:41 +0800 In-Reply-To: <20200113092634.18637-1-ldb@leibniz-psychology.org> (Lars-Dominik Braun's message of "Mon, 13 Jan 2020 10:26:34 +0100") Message-ID: <87ftgjpq9y.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Lars-Dominik Braun Cc: 39110@debbugs.gnu.org Lars-Dominik Braun writes: > * gnu/packages/python-xyz.scm (python-asynctest): New variable > --- > gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 9736bfa3fa..21d7b21132 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -17280,3 +17280,36 @@ server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio > framework") > (license license:epl2.0))) > > +(define-public python-asynctest > + (package > + (name "python-asynctest") > ... Hello, this patch doesn't apply by "git am" for master, is the previous package asyncssh? Then you should send it first, thanks!