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 65397139084 for ; Sat, 25 Nov 2017 21:44:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95801E0EA4; Sat, 25 Nov 2017 21:44:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6ABB3E0EA3 for ; Sat, 25 Nov 2017 21:44:17 +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 6E86F33DDA5 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 0DD64A794 for ; Sat, 25 Nov 2017 21:44:13 +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: <1511646203.3fbe00c8d4031a20d6594ee0daac6c0c464d76ba.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/traits/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/traits/metadata.xml X-VCS-Directories: dev-python/traits/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3fbe00c8d4031a20d6594ee0daac6c0c464d76ba X-VCS-Branch: master Date: Sat, 25 Nov 2017 21:44:13 +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: 2baeabdc-0789-4344-bf8e-184813de6e9e X-Archives-Hash: 90d8810db46213e69cd0d5d11d7f5031 commit: 3fbe00c8d4031a20d6594ee0daac6c0c464d76ba Author: David Seifert gentoo org> AuthorDate: Sat Nov 25 20:10:05 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 25 21:43:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbe00c8 dev-python/traits: [QA] Consistent whitespace in metadata.xml dev-python/traits/metadata.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-python/traits/metadata.xml b/dev-python/traits/metadata.xml index 434824c9e01..c87181f3830 100644 --- a/dev-python/traits/metadata.xml +++ b/dev-python/traits/metadata.xml @@ -18,16 +18,13 @@ metaclass with special attributes that are called traits. A trait is a type definition that can be used for normal Python object attributes, giving the attributes some additional characteristics: - * Initialization: A trait attribute can have a default value - * Validation: A trait attribute is manifestly typed. - * Delegation: The value of a trait attribute can be contained in - another object - * Notification: Setting the value of a trait attribute can fired - callbacks - * Visualization: With the TraitsUI package, GUIs can be - generated automatically from traited objects. + * Initialization: A trait attribute can have a default value + * Validation: A trait attribute is manifestly typed. + * Delegation: The value of a trait attribute can be contained in another object + * Notification: Setting the value of a trait attribute can fired callbacks + * Visualization: With the TraitsUI package, GUIs can be generated automatically from traited objects. - traits + traits