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 2CChBhOJHl8tNQAA0tVLHw (envelope-from ) for ; Mon, 27 Jul 2020 07:58:11 +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 cBdxAhOJHl9sKAAA1q6Kng (envelope-from ) for ; Mon, 27 Jul 2020 07:58:11 +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 4F4E5940223 for ; Mon, 27 Jul 2020 07:58:10 +0000 (UTC) Received: from localhost ([::1]:44196 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jzy1P-0004Nq-Mh for larch@yhetil.org; Mon, 27 Jul 2020 03:58:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jzy1J-0004Ng-Si for guix-patches@gnu.org; Mon, 27 Jul 2020 03:58:01 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jzy1J-0008Vw-IH for guix-patches@gnu.org; Mon, 27 Jul 2020 03:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jzy1J-00043t-HO for guix-patches@gnu.org; Mon, 27 Jul 2020 03:58:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42465] [PATCH 10/10] gnu: Add python-mypy. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jul 2020 07:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42465 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke Cc: 42465@debbugs.gnu.org Received: via spool by 42465-submit@debbugs.gnu.org id=B42465.159583665615582 (code B ref 42465); Mon, 27 Jul 2020 07:58:01 +0000 Received: (at 42465) by debbugs.gnu.org; 27 Jul 2020 07:57:36 +0000 Received: from localhost ([127.0.0.1]:53902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzy0u-00043G-2k for submit@debbugs.gnu.org; Mon, 27 Jul 2020 03:57:36 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:39533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jzy0s-000434-Ai for 42465@debbugs.gnu.org; Mon, 27 Jul 2020 03:57:34 -0400 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id E182B1C0004; Mon, 27 Jul 2020 07:57:27 +0000 (UTC) Date: Mon, 27 Jul 2020 09:57:27 +0200 From: Tanguy Le Carrour Message-ID: <20200727075727.4hzpbhn7ljyjzmjr@melmoth> References: <20200721115633.6088-1-tanguy@bioneland.org> <20200721115633.6088-10-tanguy@bioneland.org> <871rkztvoy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <871rkztvoy.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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=none; 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.51 X-TUID: 7v8aIzOEaYyx Hi Marius, The emails that will follow contain the updated patch set. I think I've addressed all the problems you reported. Thanks again! There are two things that I'll changed: - `python-flake8-bugbear`: I've disabled a test that fails on slow computers like mine. Was it the proper thing to do?! - `python-hypothesmith` now uses `python-hypothesis-5.23` even though `python-flake8-bugbear` still uses `python-hypothesis`. Just to make sure, I'll sum up your comments below. * [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0. > This can not be applied on 'master' because Hypothesis has 6261 > dependent packages. […] you can add a different variable with the new > hypothesis. Done! I've updated it to 5.23.0. * [PATCH 03/10] gnu: Add python-mypy-extensions. * [PATCH 04/10] gnu: Add python-typing-inspect. * [PATCH 05/10] gnu: Add python-libcst. * [PATCH 06/10] gnu: Add python-lark-parser. * [PATCH 07/10] gnu: Add python-hypothesmith. Thanks for all your helpful comments regarding synopsis and description. I'd have accepted a global "run the f@#*!g linter", though! :-) To be honest, I'm not yet comfortable with editing the info I get from a project's page, so I mostly copy/paste… which, I know, is bad! I'll work on that! * [PATCH 08/10] gnu: Add python-flake8-bugbear. > I realize now that hypothesmith is probably a hypothesis plugin? > In that case it should not propagate hypothesis IMO. Unfortunately, it does not build if I drop it. * [PATCH 09/10] gnu: Add python-flake8-pyi. > No punctuation or article (you probably got that by now). :-) Yeah, I think I'm starting to see where you're going with this! :-D * [PATCH 10/10] gnu: Add python-mypy. > Perhaps s/Optional//? I mean, if it was mandatory, wouldn't it be part > of cpython? Removed! I've built, installed and tested MyPy successfully! Thanks again for your help! -- Tanguy