From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 433C51396D0 for ; Wed, 23 Aug 2017 10:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87C5D1FC003; Wed, 23 Aug 2017 10:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DA081FC003 for ; Wed, 23 Aug 2017 10:08:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 725A5341D48 for ; Wed, 23 Aug 2017 10:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3407FA3 for ; Wed, 23 Aug 2017 10:08:49 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503481667.c981d50a18771b08c094b6f95f8b03432a386100.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyflakes/metadata.xml X-VCS-Directories: dev-python/pyflakes/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c981d50a18771b08c094b6f95f8b03432a386100 X-VCS-Branch: master Date: Wed, 23 Aug 2017 10:08:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cb89b94-1965-40ee-9c92-cf974d2ff51f X-Archives-Hash: 262cf7b9fa051b73906475cf75a7879d commit: c981d50a18771b08c094b6f95f8b03432a386100 Author: Tim Harder gentoo org> AuthorDate: Wed Aug 23 09:46:43 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 23 09:47:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c981d50a dev-python/pyflakes: use consistent whitespace for metadata dev-python/pyflakes/metadata.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-python/pyflakes/metadata.xml b/dev-python/pyflakes/metadata.xml index 9bc6de75658..787777b2c9a 100644 --- a/dev-python/pyflakes/metadata.xml +++ b/dev-python/pyflakes/metadata.xml @@ -5,12 +5,14 @@ python@gentoo.org Python - PyFlakes is a Lint-like tool for Python, like PyChecker. It is - focused on identifying common errors quickly without executing - Python code. - Its primary advantage over PyChecker is that it is fast. You don't - have to sit around for minutes waiting for the checker to run; it - runs on most large projects in only a few seconds. + + PyFlakes is a Lint-like tool for Python, like PyChecker. It is focused + on identifying common errors quickly without executing Python code. + + Its primary advantage over PyChecker is that it is fast. You don't have + to sit around for minutes waiting for the checker to run; it runs on + most large projects in only a few seconds. + pyflakes pyflakes