From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLUuk-0007Wb-AY for guix-patches@gnu.org; Tue, 30 Apr 2019 11:43:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLUho-0001UU-55 for guix-patches@gnu.org; Tue, 30 Apr 2019 11:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56843) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLUho-0001UQ-27 for guix-patches@gnu.org; Tue, 30 Apr 2019 11:30:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLUhn-0001vt-TT for guix-patches@gnu.org; Tue, 30 Apr 2019 11:30:03 -0400 Subject: [bug#35193] [PATCH v2 0/3] Updating and fixing mypy packages References: In-Reply-To: Resent-Message-ID: From: wednesday Message-ID: <20190430152914.13616-1-jessejohngildersleve@zohomail.eu> Date: Tue, 30 Apr 2019 16:29:11 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf8 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: 35193@debbugs.gnu.org Cc: wednesday In these patches I updated the packages related to mypy, as well as mypy. In addition to that I fixed an issue with python-mypy-extensions that was causing mypy to fail when checking python3. Also these patches were formatted and sent with git send-email, unlike the other ones, so hopefully you'll have an easier time applying them. wednesday (3): gnu: Add python-typed-ast gnu: Add python-mypy-extensions gnu: Add python-mypy gnu/packages/python-xyz.scm | 76 +++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) --=20 2.21.0