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 46FCE1396D0 for ; Sun, 27 Aug 2017 08:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F98AE0CB6; Sun, 27 Aug 2017 08:34:47 +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 E3821E0C7C for ; Sun, 27 Aug 2017 08:34:46 +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 03B1C34195B for ; Sun, 27 Aug 2017 08:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC878439 for ; Sun, 27 Aug 2017 08:34:44 +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: <1503822874.780b5d72b5ba39afea638d7cf9c40df60fd2e504.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/decorator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/decorator/metadata.xml X-VCS-Directories: dev-python/decorator/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 780b5d72b5ba39afea638d7cf9c40df60fd2e504 X-VCS-Branch: master Date: Sun, 27 Aug 2017 08:34:44 +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: 527c520c-cd4e-43c4-a1a9-908fb6c0ddf6 X-Archives-Hash: cf0ff8040ba3ddb9758f7709dabd46fb commit: 780b5d72b5ba39afea638d7cf9c40df60fd2e504 Author: Tim Harder gentoo org> AuthorDate: Sun Aug 27 08:22:15 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Aug 27 08:34:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780b5d72 dev-python/decorator: use consistent indentation for metadata dev-python/decorator/metadata.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml index e864603b643..89e2810d4dc 100644 --- a/dev-python/decorator/metadata.xml +++ b/dev-python/decorator/metadata.xml @@ -5,10 +5,12 @@ python@gentoo.org Python - The aim of the decorator python module is to simplify the usage of - decorators for the average programmer and to popularize - decorators usage giving examples of useful decorators, such as - memoize, tracing, redirecting_stdout, locked, etc. + + The aim of the decorator python module is to simplify the usage of + decorators for the average programmer and to popularize decorators + usage giving examples of useful decorators, such as memoize, tracing, + redirecting_stdout, locked, etc. + decorator micheles/decorator