From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1586897-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 791E515803E for <garchives@archives.gentoo.org>; Thu, 4 Jan 2024 07:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 620442BC029; Thu, 4 Jan 2024 07:50:23 +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 40AC02BC029 for <gentoo-commits@lists.gentoo.org>; Thu, 4 Jan 2024 07:50:23 +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 2FD4E343076 for <gentoo-commits@lists.gentoo.org>; Thu, 4 Jan 2024 07:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 472CB1300 for <gentoo-commits@lists.gentoo.org>; Thu, 4 Jan 2024 07:50:20 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1704354594.1ef08e958c6fb8c71a36998d103dc27a60fdb5b5.sam@gentoo> Subject: [gentoo-commits] data/api:master commit in: files/overlays/ X-VCS-Repository: data/api X-VCS-Files: files/overlays/repositories.xml X-VCS-Directories: files/overlays/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1ef08e958c6fb8c71a36998d103dc27a60fdb5b5 X-VCS-Branch: master Date: Thu, 4 Jan 2024 07:50:20 +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: d2f91662-c6db-4b1f-b904-63fae7ad29d4 X-Archives-Hash: 4368bbf4129dc57a23eb01d1ba475d32 commit: 1ef08e958c6fb8c71a36998d103dc27a60fdb5b5 Author: Markus Walter <houseofsuns <AT> houseofsuns <DOT> org> AuthorDate: Wed Dec 13 21:26:43 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 07:49:54 2024 +0000 URL: https://gitweb.gentoo.org/data/api.git/commit/?id=1ef08e95 repositories: add pypi-overlay Signed-off-by: Markus Walter <gentoo <AT> houseofsuns.org> Closes: https://github.com/gentoo/api-gentoo-org/pull/639 Signed-off-by: Sam James <sam <AT> gentoo.org> files/overlays/repositories.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 9b49682..5c19133 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -3193,6 +3193,18 @@ <source type="git">git+ssh://git@github.com/ZeroPointEnergy/gentoo-pyfa-overlay.git</source> <feed>https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay/commits/master.atom</feed> </repo> + <repo quality="experimental" status="unofficial"> + <name>pypi</name> + <description lang="en">Mirror of PyPI python package repository</description> + <homepage>https://github.com/houseofsuns/pypi</homepage> + <owner type="person"> + <email>gentoo@houseofsuns.org</email> + <name>houseofsuns</name> + </owner> + <source type="git">https://github.com/houseofsuns/pypi.git</source> + <source type="git">git+ssh://git@github.com/houseofsuns/pypi.git</source> + <feed>https://github.com/houseofsuns/pypi/commits/master.atom</feed> + </repo> <repo quality="experimental" status="unofficial"> <name>pypi-sci</name> <description lang="en">Scientific packages from PyPI by the gentoo-pypi-generator</description>