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 B8EC013835A for ; Fri, 11 Dec 2020 14:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCECFE099C; Fri, 11 Dec 2020 14:51: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 C417DE099C for ; Fri, 11 Dec 2020 14:51:52 +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 7BEDF340FC1 for ; Fri, 11 Dec 2020 14:51:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03AFC489 for ; Fri, 11 Dec 2020 14:51:50 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1607698304.c9d219ca8558d13803d5929a1b8b46aca0837d06.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/entrypoints/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/entrypoints/metadata.xml X-VCS-Directories: dev-python/entrypoints/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c9d219ca8558d13803d5929a1b8b46aca0837d06 X-VCS-Branch: master Date: Fri, 11 Dec 2020 14:51:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06508bad-3c6e-4339-bbcc-f525f553fefb X-Archives-Hash: c3bc3a8e14335adee16ebc9c1a8a9a78 commit: c9d219ca8558d13803d5929a1b8b46aca0837d06 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 11 14:47:43 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 11 14:51:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d219ca dev-python/entrypoints: Fix remote-id Signed-off-by: Michał Górny gentoo.org> dev-python/entrypoints/metadata.xml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/dev-python/entrypoints/metadata.xml b/dev-python/entrypoints/metadata.xml index 843ca0b4843..8d61c973336 100644 --- a/dev-python/entrypoints/metadata.xml +++ b/dev-python/entrypoints/metadata.xml @@ -1,22 +1,23 @@ - - sci@gentoo.org - Gentoo Science Project - - - python@gentoo.org - Python - - - - Entry points are a way for Python packages to advertise objects with - some common interface. The most common examples are console_scripts - entry points, which define shell commands by identifying a Python - function to run. - - - takluyver/testpath - + + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + Python + + + + Entry points are a way for Python packages to advertise objects with + some common interface. The most common examples are console_scripts + entry points, which define shell commands by identifying a Python + function to run. + + + takluyver/entrypoints + entrypoints +