Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-panels/
Date: Mon, 12 Jul 2021 22:43:42
Message-Id: 1626129755.29ee0c552571b16798ed48b35a06431e788a9539.mgorny@gentoo
1 commit: 29ee0c552571b16798ed48b35a06431e788a9539
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:42:35 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:42:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ee0c55
7
8 dev-python/sphinx-panels: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinx-panels/Manifest | 1 -
13 .../sphinx-panels/sphinx-panels-0.5.2.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-python/sphinx-panels/Manifest b/dev-python/sphinx-panels/Manifest
17 index a1ec7508ccc..42606f8a782 100644
18 --- a/dev-python/sphinx-panels/Manifest
19 +++ b/dev-python/sphinx-panels/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx-panels-0.5.2.tar.gz 400415 BLAKE2B af103b3a10032590def4b41c650e9023fe94ec6e2fe764a09237cad4d928b1ff429a7a385770f2d07724897413f001ae4037c6e8638b3a9c1d63362c361fd999 SHA512 6d4eb566623543d0553790136e420e3f3a23e06f38b64642e2bb535a5401a954719135a9af89b3655190aebcd35024cecd40b887e7b2bb1394a2a575447316c0
22 DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97 SHA512 74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f
23
24 diff --git a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild b/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
25 deleted file mode 100644
26 index b61ecf063b9..00000000000
27 --- a/dev-python/sphinx-panels/sphinx-panels-0.5.2.ebuild
28 +++ /dev/null
29 @@ -1,26 +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,9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A sphinx extension for creating panels in a grid layout"
40 -HOMEPAGE="https://github.com/executablebooks/sphinx-panels"
41 -SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -RDEPEND="
48 - dev-python/docutils[${PYTHON_USEDEP}]
49 - dev-python/sphinx[${PYTHON_USEDEP}]
50 -"
51 -
52 -BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
53 -
54 -distutils_enable_tests pytest
55 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme