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://[email protected]/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>[email protected]</email> + <name>houseofsuns</name> + </owner> + <source type="git">https://github.com/houseofsuns/pypi.git</source> + <source type="git">git+ssh://[email protected]/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>
