From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1424462-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 123F2158095 for <garchives@archives.gentoo.org>; Tue, 2 Aug 2022 13:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB03FE0E31; Tue, 2 Aug 2022 13:03:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC1EDE0E31 for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2022 13:03:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B915E340F63 for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2022 13:03:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19786544 for <gentoo-commits@lists.gentoo.org>; Tue, 2 Aug 2022 13:02:59 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1659445038.a9bb739c8afea00f12023d7daed16b64f072f97f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/metadata.xml X-VCS-Directories: dev-lang/python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9bb739c8afea00f12023d7daed16b64f072f97f X-VCS-Branch: master Date: Tue, 2 Aug 2022 13:02:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73145a01-0d1f-404d-b1ca-5004b6a587fd X-Archives-Hash: e01586c4c266c99913c4ab03c68334e9 commit: a9bb739c8afea00f12023d7daed16b64f072f97f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Aug 2 11:42:07 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Aug 2 12:57:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bb739c dev-lang/python: Wrap metadata.xml Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-lang/python/metadata.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml index cbba5a611409..38626e26f8a9 100644 --- a/dev-lang/python/metadata.xml +++ b/dev-lang/python/metadata.xml @@ -6,11 +6,23 @@ <name>Python</name> </maintainer> <use> - <flag name="bluetooth">Build Bluetooth protocol support in socket module</flag> - <flag name="libedit">Link readline extension against <pkg>dev-libs/libedit</pkg> instead of <pkg>sys-libs/readline</pkg>.</flag> - <flag name="pgo">Optimize the build using Profile Guided Optimization (PGO)</flag> - <flag name="lto">Optimize the build using Link Time Optimization (LTO)</flag> - <flag name="wininst">Install Windows executables required to create an executable installer for MS Windows.</flag> + <flag name="bluetooth"> + Build Bluetooth protocol support in socket module + </flag> + <flag name="libedit"> + Link readline extension against <pkg>dev-libs/libedit</pkg> + instead of <pkg>sys-libs/readline</pkg> + </flag> + <flag name="pgo"> + Optimize the build using Profile Guided Optimization (PGO) + </flag> + <flag name="lto"> + Optimize the build using Link Time Optimization (LTO) + </flag> + <flag name="wininst"> + Install Windows executables required to create an executable + installer for MS Windows + </flag> </use> <upstream> <remote-id type="github">python/cpython</remote-id>