Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib_github_alt/
Date: Fri, 04 Feb 2022 19:47:20
Message-Id: 1644004024.eb0d3d592fe5a1aa6632be68e65923959b08d53a.arthurzam@gentoo
1 commit: eb0d3d592fe5a1aa6632be68e65923959b08d53a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 19:44:56 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 19:47:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0d3d59
7
8 dev-python/sphinxcontrib_github_alt: revert new package
9
10 I have added a duplicate package, so remove it after fixing all
11 reverse dependencies and adding weak block for original package.
12
13 Reverts: 52baf4702858d7a05b5cd0d78ced14abfb5ec2ec.
14 Closes: https://bugs.gentoo.org/832379
15 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
16
17 dev-python/sphinxcontrib_github_alt/Manifest | 1 -
18 dev-python/sphinxcontrib_github_alt/metadata.xml | 13 -------------
19 .../sphinxcontrib_github_alt-1.2.ebuild | 22 ----------------------
20 3 files changed, 36 deletions(-)
21
22 diff --git a/dev-python/sphinxcontrib_github_alt/Manifest b/dev-python/sphinxcontrib_github_alt/Manifest
23 deleted file mode 100644
24 index c3831670c955..000000000000
25 --- a/dev-python/sphinxcontrib_github_alt/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST sphinxcontrib_github_alt-1.2.tar.gz 4015 BLAKE2B 3d3c70124bbb57dbdba5657e28afa88b8576de1a93e28f283cc546134cf326a9c5205d1e68868b0915ddfbfecafbccd5bd2a5e6c0db9938553ad4e31412eec08 SHA512 846139bddd1d12469f7f1564ec3c7c679cf05c79d5c29e2cd5ab23ae4282b084876e09386c3980ec057bf74590f002e50998cb64c84cfd13042ad095b51f9a60
29
30 diff --git a/dev-python/sphinxcontrib_github_alt/metadata.xml b/dev-python/sphinxcontrib_github_alt/metadata.xml
31 deleted file mode 100644
32 index 4c0ca89ff16b..000000000000
33 --- a/dev-python/sphinxcontrib_github_alt/metadata.xml
34 +++ /dev/null
35 @@ -1,13 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="project">
40 - <email>python@g.o</email>
41 - <name>Python</name>
42 - </maintainer>
43 - <stabilize-allarches/>
44 - <upstream>
45 - <remote-id type="pypi">sphinxcontrib_github_alt</remote-id>
46 - <remote-id type="github">jupyter/sphinxcontrib_github_alt</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 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
51 deleted file mode 100644
52 index ea2861ef91c1..000000000000
53 --- a/dev-python/sphinxcontrib_github_alt/sphinxcontrib_github_alt-1.2.ebuild
54 +++ /dev/null
55 @@ -1,22 +0,0 @@
56 -# Copyright 2022 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=8
60 -
61 -PYTHON_COMPAT=( python3_{8..10} )
62 -DISTUTILS_USE_PEP517=flit
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs"
66 -HOMEPAGE="https://pypi.org/project/sphinxcontrib_github_alt/
67 - https://github.com/jupyter/sphinxcontrib_github_alt"
68 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
69 -
70 -LICENSE="BSD"
71 -SLOT="0"
72 -KEYWORDS="~amd64"
73 -
74 -RDEPEND="
75 - dev-python/docutils[${PYTHON_USEDEP}]
76 - dev-python/sphinx[${PYTHON_USEDEP}]
77 -"