Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_ansible_theme/
Date: Mon, 26 Sep 2022 01:02:02
Message-Id: 1664154098.ebf3b33e0ae681897377ed7ed6f15135a1e21599.marecki@gentoo
1 commit: ebf3b33e0ae681897377ed7ed6f15135a1e21599
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 00:42:41 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 01:01:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf3b33e
7
8 dev-python/sphinx_ansible_theme: drop 0.8.0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/sphinx_ansible_theme/Manifest | 1 -
13 .../sphinx_ansible_theme-0.8.0.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest
17 index f22dd7a3afce..a36db7889bfa 100644
18 --- a/dev-python/sphinx_ansible_theme/Manifest
19 +++ b/dev-python/sphinx_ansible_theme/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinx-ansible-theme-0.8.0.tar.gz 34401 BLAKE2B 493663331e593da8d56683991762452419fd5fdb48e2c59ee3a38b6242216bccf56e047e59294ae73cccfb48a66606e55fac6c9a19d91e6ea778920f9919dbd1 SHA512 399af992428dd3212681efa66036af9ae7dbd9a9dd507452686cc76aa3e365aabee0ba7b599fbbed85f1f252075d5158ade9a816a9aad17b4e5ed696be1c962e
22 DIST sphinx-ansible-theme-0.9.1.tar.gz 34505 BLAKE2B 533e665b30f5aa450e4a2240c55c4992340b9f6ee03d27758bf119dfe2eef987fbd4b98136349af376557d8e9a78e5391a648b9886136995d05410b0c26561f2 SHA512 f78602af8affe7be59988f466cf6a2aa67e174086f338cad855369a7bbee5a76d07bcffa8406dea5a819127b26d69e29b0d90dab38b82524b3e317f9082d0379
23
24 diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.8.0.ebuild b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.8.0.ebuild
25 deleted file mode 100644
26 index d2a23da1d80f..000000000000
27 --- a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.8.0.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="${PN//_/-}"
40 -MY_P="${MY_PN}-${PV}"
41 -
42 -DESCRIPTION="A reusable Ansible Sphinx theme"
43 -HOMEPAGE="https://github.com/ansible-community/sphinx_ansible_theme"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~riscv"
49 -
50 -RDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
51 -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
52 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
53 - doc? ( dev-python/ansible-pygments[${PYTHON_USEDEP}] )"
54 -
55 -distutils_enable_sphinx docs 'dev-python/sphinx-notfound-page'
56 -
57 -S="${WORKDIR}"/${MY_P}