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 941B6139084 for ; Sat, 25 Nov 2017 21:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E58EE0E95; Sat, 25 Nov 2017 21:44:17 +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 EA78CE0E93 for ; Sat, 25 Nov 2017 21:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 34EFF33BE68 for ; Sat, 25 Nov 2017 21:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEADFA793 for ; Sat, 25 Nov 2017 21:44:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511646198.1c67a5f600ae390f7945247b888092fd6c7cb288.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simplegeneric/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simplegeneric/metadata.xml X-VCS-Directories: dev-python/simplegeneric/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1c67a5f600ae390f7945247b888092fd6c7cb288 X-VCS-Branch: master Date: Sat, 25 Nov 2017 21:44:12 +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: e252d2e4-3d26-4ce9-a513-616d9955e1a7 X-Archives-Hash: 8e8a3afd10520ea97accbdec27b1fe55 commit: 1c67a5f600ae390f7945247b888092fd6c7cb288 Author: David Seifert gentoo org> AuthorDate: Sat Nov 25 20:09:27 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 25 21:43:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c67a5f6 dev-python/simplegeneric: [QA] Consistent whitespace in metadata.xml dev-python/simplegeneric/metadata.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-python/simplegeneric/metadata.xml b/dev-python/simplegeneric/metadata.xml index f08c902ec6b..643f937f62b 100644 --- a/dev-python/simplegeneric/metadata.xml +++ b/dev-python/simplegeneric/metadata.xml @@ -5,12 +5,14 @@ python@gentoo.org Python - The simplegeneric module lets you define simple single-dispatch - generic functions, akin to Python's built-in generic functions like len(), - iter() and so on. However, instead of using specially-named methods, these - generic functions use simple lookup tables, akin to those used by - e.g. pickle.dump() and other generic functions found in the Python - standard library. + + The simplegeneric module lets you define simple single-dispatch + generic functions, akin to Python's built-in generic functions like len(), + iter() and so on. However, instead of using specially-named methods, these + generic functions use simple lookup tables, akin to those used by + e.g. pickle.dump() and other generic functions found in the Python + standard library. + simplegeneric