From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 4MiSFKyv3WGAGgAAgWs5BA (envelope-from ) for ; Tue, 11 Jan 2022 17:26:20 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +HBNDayv3WF/oAAAG6o9tA (envelope-from ) for ; Tue, 11 Jan 2022 17:26:20 +0100 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 9B04634C87 for ; Tue, 11 Jan 2022 17:26:19 +0100 (CET) Received: from localhost ([::1]:49848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7JyU-0005j6-R1 for larch@yhetil.org; Tue, 11 Jan 2022 11:26:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7JyE-0005gZ-KF for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34238) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n7JyE-0000Fv-AK for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n7JyE-0002uh-7r for guix-patches@gnu.org; Tue, 11 Jan 2022 11:26:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53190] [PATCH 3/5] gnu: Add python-flake8-imports. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 Jan 2022 16:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53190 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53190@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 53190-submit@debbugs.gnu.org id=B53190.164191835611146 (code B ref 53190); Tue, 11 Jan 2022 16:26:02 +0000 Received: (at 53190) by debbugs.gnu.org; 11 Jan 2022 16:25:56 +0000 Received: from localhost ([127.0.0.1]:55366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Jy8-0002tc-9q for submit@debbugs.gnu.org; Tue, 11 Jan 2022 11:25:56 -0500 Received: from mout01.posteo.de ([185.67.36.65]:35753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7Jy4-0002t4-O3 for 53190@debbugs.gnu.org; Tue, 11 Jan 2022 11:25:55 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B9E18240029 for <53190@debbugs.gnu.org>; Tue, 11 Jan 2022 17:25:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1641918346; bh=ZRUnDa3vUY/8OF1ksKgKBQNI3ogN7t8HqyyAHpUE34Q=; h=From:To:Cc:Subject:Date:From; b=G7XVkIAOiZIEXd9WN79SoAV7+B78tlNU4poPKd0c2wxpGbBbbRNBwJNY51z8Bq4+8 YCaNPasmbfyXVy2SYhsn7ri+LyTA1dWvsBHbwbNrAW65FU9KuG/kKsWk5NQia+VDwC 5AjeJIhIBTya6P2RZLX1XY98E+kXZV1ub4ZWEFZ/HJoqzyunk1/wTK5f/53xezu4Yc vxZzpniL2btBdA0V7LD3aYYRhD59aEHHL7NoohrG7W+APohx2V+xLHXKUEtT8nWVzu 49LlDKtjL6B0RB4XXUvPxkmD3s1cr4vkxKqlEbKgFCFdbZkmdrLCKZfaIvKpBEvJbf 0ONxrWsuDQMqg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JYGJn4kQ2z6tp8; Tue, 11 Jan 2022 17:25:45 +0100 (CET) From: Vinicius Monego Date: Tue, 11 Jan 2022 16:25:16 +0000 Message-Id: <20220111162518.47475-3-monego@posteo.net> In-Reply-To: <20220111162518.47475-1-monego@posteo.net> References: <20220111162518.47475-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641918379; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=G1NtwLBsWuli7umMAdtR5PHspcDtpsLEnTG+9T0RH7c=; b=DzetmEehkX56it7ghx3LzJueNJlEYrmlny5ydhixeAZSIBSiWewE5jwWIqptf0e9sE7k3+ ByWcBvSKW8Imz3VfLt0ZIok+Vih5bodzFyB5oWWJFPyNu6JwG1pJjcbwud5sg3uKklw0Jq uvEubwcLPvcoM381TGIF2T0fa0hlguqiyjyCBnZ1+LTOKwnaZumvXxdJTseUdPYaUIoMj1 xoK0w/j1AqkYPe3j8C1jEmgMFFOnXQutNJiV5Rhr7MYje0YBRSytl+HRwEnIycqcKb56QN SzhA2hvKwVk6z+mby4EpLBmOXbwb4ApMzYlOxRDOTc3eg1GqM/iOpOEltdb22Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641918379; a=rsa-sha256; cv=none; b=WVdN1hrUkhrob0/4jf2rwf85c/x/ghYgfknvRifSkEzwf54MR3jCurGWL5w3Jux8WySL9j mji8MNz6e0YCWp5cHOYf8f33I+KUpt93d2Zjfr5haHhpEuvUmdKShu6pWPyQNGa7mEV2Vt Gzxy/TOAtl3rGHJlU9KfpYL83br0Qb8Ycz+7vs5FsX26uANW8oYoYUafIoGebmq31sIKWP 3IHyMhWE/KP0138/rpZ2j3KomxJ5EZMCAMZbT9TMZnUhZLM+N4CtPgyqdveaOLKEjJdZ5/ okS9+LXjrUUO2lMLb5dZYagbKpZj/tSHvZ4IuoG2RhlA6I2zBpZGmdGnq0Jx9g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=G7XVkIAO; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -0.71 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=G7XVkIAO; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9B04634C87 X-Spam-Score: -0.71 X-Migadu-Scanner: scn0.migadu.com X-TUID: dhV1EHeaI0xS * gnu/packages/python-xyz.scm (python-flake8-imports): 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 ded88efc88..d1127a072d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10158,6 +10158,32 @@ the same line (which can be introduced by the code formatting tool Black), or unnecessary plus operators for explicit string literal concatenation.") (license license:expat))) +(define-public python-flake8-imports + (package + (name "python-flake8-imports") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "flake8_imports" version)) + (sha256 + (base32 "1m3b7j7fp3zbx2ayq318003dbx549b1fa4shas6g1bv566yz246k")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; no tests + #:phases + (modify-phases %standard-phases + ;; This package is technically compatible with isort < 5, but we only + ;; have isort >= 5. + (delete 'sanity-check)))) + (propagated-inputs + (list python-flake8 python-isort)) + ;; Homepage in PyPI doesn't exist, the package is abandoned. + (home-page "https://pypi.org/project/flake8-imports/") + (synopsis "Isort extension for Flake8") + (description "This package provides an Isort extension for Flake8.") + (license license:expat))) + (define-public python-flake8-polyfill (package (name "python-flake8-polyfill") -- 2.30.2