commit: eb0d3d592fe5a1aa6632be68e65923959b08d53a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 4 19:44:56 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 19:47:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0d3d59
dev-python/sphinxcontrib_github_alt: revert new package I have added a duplicate package, so remove it after fixing all reverse dependencies and adding weak block for original package. Reverts: 52baf4702858d7a05b5cd0d78ced14abfb5ec2ec. Closes: https://bugs.gentoo.org/832379 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/sphinxcontrib_github_alt/Manifest | 1 - dev-python/sphinxcontrib_github_alt/metadata.xml | 13 ------------- .../sphinxcontrib_github_alt-1.2.ebuild | 22 ---------------------- 3 files changed, 36 deletions(-) diff --git a/dev-python/sphinxcontrib_github_alt/Manifest b/dev-python/sphinxcontrib_github_alt/Manifest deleted file mode 100644 index c3831670c955..000000000000 --- a/dev-python/sphinxcontrib_github_alt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinxcontrib_github_alt-1.2.tar.gz 4015 BLAKE2B 3d3c70124bbb57dbdba5657e28afa88b8576de1a93e28f283cc546134cf326a9c5205d1e68868b0915ddfbfecafbccd5bd2a5e6c0db9938553ad4e31412eec08 SHA512 846139bddd1d12469f7f1564ec3c7c679cf05c79d5c29e2cd5ab23ae4282b084876e09386c3980ec057bf74590f002e50998cb64c84cfd13042ad095b51f9a60 diff --git a/dev-python/sphinxcontrib_github_alt/metadata.xml b/dev-python/sphinxcontrib_github_alt/metadata.xml deleted file mode 100644 index 4c0ca89ff16b..000000000000 --- a/dev-python/sphinxcontrib_github_alt/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">sphinxcontrib_github_alt</remote-id> - <remote-id type="github">jupyter/sphinxcontrib_github_alt</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild b/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild deleted file mode 100644 index ea2861ef91c1..000000000000 --- a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=flit -inherit distutils-r1 - -DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs" -HOMEPAGE="https://pypi.org/project/sphinxcontrib_github_alt/ - https://github.com/jupyter/sphinxcontrib_github_alt" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -"
