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/openstackdocstheme/
Date: Fri, 05 Nov 2021 09:10:05
Message-Id: 1636101988.06a8321726f1bbb1255bf781299c247eeed23ea3.mgorny@gentoo
1 commit: 06a8321726f1bbb1255bf781299c247eeed23ea3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 08:46:28 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 08:46:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a83217
7
8 dev-python/openstackdocstheme: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/openstackdocstheme/Manifest | 1 -
13 .../openstackdocstheme-2.2.5.ebuild | 20 --------------------
14 2 files changed, 21 deletions(-)
15
16 diff --git a/dev-python/openstackdocstheme/Manifest b/dev-python/openstackdocstheme/Manifest
17 index 1e4ec77e590..04476b83ad8 100644
18 --- a/dev-python/openstackdocstheme/Manifest
19 +++ b/dev-python/openstackdocstheme/Manifest
20 @@ -1,2 +1 @@
21 -DIST openstackdocstheme-2.2.5.tar.gz 1244899 BLAKE2B 17e5903719303e459ee2d07b988a5dcd763d8fd2e575d8eab3a9434c1f055ee0deff237cb85058382c1f429561a220d7364019f71735c90f6cb5643b7865d502 SHA512 9dd0ee94f9a8328597647cc4be15fc60ea036f27ea385390c3f537d19ffda8e617f9f748a474c62030b67f33faefef2f222eca7c54b244c95235ffc29b0a1862
22 DIST openstackdocstheme-2.3.1.tar.gz 1255622 BLAKE2B cbb03cbbdd2d22c019879b03be87d97fe52e4396cd45e7acf4e138bb50a99444a80a43c3c76f777ea74bd24ec92ca1e4a562dbc91159d1ddf3cf20c3ad86a957 SHA512 d3e190543e83d83b00d247fe79598f302684e2baece50a01c196231625fce9d7bdfe9716a7eea8cf0a9b59319f02b3c0d3cf35086e58c71cb0d958410fd560cb
23
24 diff --git a/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild b/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild
25 deleted file mode 100644
26 index bca6cd8f995..00000000000
27 --- a/dev-python/openstackdocstheme/openstackdocstheme-2.2.5.ebuild
28 +++ /dev/null
29 @@ -1,20 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..9} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Theme and extension support for Sphinx documentation"
39 -HOMEPAGE="https://docs.openstack.org/openstackdocstheme/latest/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc64 x86"
45 -
46 -DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
47 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
48 -RDEPEND="${DEPEND}
49 - >=dev-python/dulwich-0.15.0[${PYTHON_USEDEP}]"