Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/
Date: Mon, 14 Jun 2021 23:09:51
Message-Id: 1623712183.107a83f576f97f4f242e34cb23dd63824f172460.Alessandro-Barbieri@gentoo
1 commit: 107a83f576f97f4f242e34cb23dd63824f172460
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 14 22:50:01 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon Jun 14 23:09:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=107a83f5
7
8 dev-python/sphinx-click: drop 2.7.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/sphinx-click/Manifest | 1 -
13 dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 31 -----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
17 index e8a4301b4..a07d48bd0 100644
18 --- a/dev-python/sphinx-click/Manifest
19 +++ b/dev-python/sphinx-click/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx-click-2.7.1.tar.gz 17608 BLAKE2B 4fe15f3e8ad413f36a9aa6125f973fdb8d150a0996a373bc877ccec1c40132d81235abaf28a1ab90e647cbdb6a9571d782078e1de19c98e76818c6a957490bec SHA512 55749ab1f48569225558eda243c77991623418a2185fbda266d75d3a52f4551fb619b3024bb368d8332e55c0755da7a9da5b5da97158c9d8eefec3a2007f201e
22 DIST sphinx-click-3.0.0.tar.gz 19802 BLAKE2B 103b4d4374baac92baef327ed4a10e60b8ecbc1fecb828082ab2e9be766ba13bc4e1479d4e07eda456ba545be1626658cf599e48c3782f7257e646b819426b61 SHA512 a5d4aa443f149fbc875e773ac721a48e19f35c96ddff47fc5763639babe1dd7d87a92ce4b7139b0b2e6b252792de32f52e9bcbbf509c7af0fdbd12cb480fe0dc
23
24 diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
25 deleted file mode 100644
26 index 657e38a6e..000000000
27 --- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Sphinx plugin to automatically document click-based applications"
40 -HOMEPAGE="
41 - https://github.com/click-contrib/sphinx-click
42 - https://pypi.org/project/sphinx-click
43 -"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -KEYWORDS="~amd64 ~x86"
48 -SLOT="0"
49 -
50 -RDEPEND="
51 - >=dev-python/sphinx-1.5[${PYTHON_USEDEP}]
52 - <dev-python/sphinx-4[${PYTHON_USEDEP}]
53 - >=dev-python/click-6[${PYTHON_USEDEP}]
54 - <dev-python/click-8[${PYTHON_USEDEP}]
55 - <dev-python/docutils-0.17[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
58 -
59 -distutils_enable_tests pytest
60 -distutils_enable_sphinx docs --no-autodoc