From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1384472-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 769FE15808B
	for <garchives@archives.gentoo.org>; Sun, 10 Apr 2022 20:21:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 200D7E09E6;
	Sun, 10 Apr 2022 20:21:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 00944E09E6
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 20:21:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 ED150341883
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 20:21:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EDAA396
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2022 20:21:28 +0000 (UTC)
From: "Maciej Barć" <xgqt@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, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1649622073.c43f38e4b16eaa0f4ae52211ca318bbcb8c42fc5.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyDes/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyDes/metadata.xml
X-VCS-Directories: dev-python/pyDes/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: c43f38e4b16eaa0f4ae52211ca318bbcb8c42fc5
X-VCS-Branch: master
Date: Sun, 10 Apr 2022 20:21:28 +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: 3187b05f-8854-41ea-b1cb-be7ab3d458aa
X-Archives-Hash: f8c3e14ee2b8cadae64557627031a047

commit:     c43f38e4b16eaa0f4ae52211ca318bbcb8c42fc5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 20:12:34 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 20:21:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43f38e4

dev-python/pyDes: add pypi remote to metadata

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/pyDes/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pyDes/metadata.xml b/dev-python/pyDes/metadata.xml
index 3f3432b413f8..ffbbcc001108 100644
--- a/dev-python/pyDes/metadata.xml
+++ b/dev-python/pyDes/metadata.xml
@@ -9,5 +9,6 @@
   <upstream>
     <bugs-to>https://github.com/twhiteman/pyDes/issues/</bugs-to>
     <remote-id type="github">twhiteman/pyDes</remote-id>
+    <remote-id type="pypi">pyDes</remote-id>
   </upstream>
 </pkgmetadata>