Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_ansible_theme/
Date: Sun, 27 Mar 2022 00:10:16
Message-Id: 1648339791.bdb4a7a89a9cff120d30e8f02c92f2ebc2cfb147.sam@gentoo
1 commit: bdb4a7a89a9cff120d30e8f02c92f2ebc2cfb147
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 00:09:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 00:09:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb4a7a8
7
8 dev-python/sphinx_ansible_theme: Revert "drop 0.8.0, 0.9.0"
9
10 This reverts commit 3783ffe25b5913b8a38e55d5ef4d74d21354d2b8.
11
12 app-admin/ansible-molecule needs <0.9.0.
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/sphinx_ansible_theme/Manifest | 2 ++
17 .../sphinx_ansible_theme-0.8.0.ebuild | 28 ++++++++++++++++++++++
18 .../sphinx_ansible_theme-0.9.0.ebuild | 26 ++++++++++++++++++++
19 3 files changed, 56 insertions(+)
20
21 diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest
22 index a36db7889bfa..4802a02e7a5a 100644
23 --- a/dev-python/sphinx_ansible_theme/Manifest
24 +++ b/dev-python/sphinx_ansible_theme/Manifest
25 @@ -1 +1,3 @@
26 +DIST sphinx-ansible-theme-0.8.0.tar.gz 34401 BLAKE2B 493663331e593da8d56683991762452419fd5fdb48e2c59ee3a38b6242216bccf56e047e59294ae73cccfb48a66606e55fac6c9a19d91e6ea778920f9919dbd1 SHA512 399af992428dd3212681efa66036af9ae7dbd9a9dd507452686cc76aa3e365aabee0ba7b599fbbed85f1f252075d5158ade9a816a9aad17b4e5ed696be1c962e
27 +DIST sphinx-ansible-theme-0.9.0.tar.gz 34533 BLAKE2B 53e4169f8deb88c9b0398e745cb249a596b3e63086afd3543d2465e1f2048f587f0a5964ac4a4cdc7a81c2cf78239ec59cd808a4dd644b3faec39b7a2b6487cd SHA512 0610a8422950252d88469dde274e3ac3df85034a886e87dbc9a19d621a55a7fc45d8ffdaf047cf78c556d6eacc09832d718fa5ab8f5019621b37579d84ed4951
28 DIST sphinx-ansible-theme-0.9.1.tar.gz 34505 BLAKE2B 533e665b30f5aa450e4a2240c55c4992340b9f6ee03d27758bf119dfe2eef987fbd4b98136349af376557d8e9a78e5391a648b9886136995d05410b0c26561f2 SHA512 f78602af8affe7be59988f466cf6a2aa67e174086f338cad855369a7bbee5a76d07bcffa8406dea5a819127b26d69e29b0d90dab38b82524b3e317f9082d0379
29
30 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
31 new file mode 100644
32 index 000000000000..d2a23da1d80f
33 --- /dev/null
34 +++ b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.8.0.ebuild
35 @@ -0,0 +1,28 @@
36 +# Copyright 1999-2021 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=8
40 +
41 +PYTHON_COMPAT=( python3_{8..10} )
42 +
43 +inherit distutils-r1
44 +
45 +MY_PN="${PN//_/-}"
46 +MY_P="${MY_PN}-${PV}"
47 +
48 +DESCRIPTION="A reusable Ansible Sphinx theme"
49 +HOMEPAGE="https://github.com/ansible-community/sphinx_ansible_theme"
50 +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
51 +
52 +LICENSE="MIT"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~riscv"
55 +
56 +RDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
57 +BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
58 + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
59 + doc? ( dev-python/ansible-pygments[${PYTHON_USEDEP}] )"
60 +
61 +distutils_enable_sphinx docs 'dev-python/sphinx-notfound-page'
62 +
63 +S="${WORKDIR}"/${MY_P}
64
65 diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.0.ebuild b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.0.ebuild
66 new file mode 100644
67 index 000000000000..ea5f4402b368
68 --- /dev/null
69 +++ b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.0.ebuild
70 @@ -0,0 +1,26 @@
71 +# Copyright 1999-2021 Gentoo Authors
72 +# Distributed under the terms of the GNU General Public License v2
73 +
74 +EAPI=8
75 +
76 +PYTHON_COMPAT=( python3_{8..10} )
77 +inherit distutils-r1
78 +
79 +MY_PN="${PN//_/-}"
80 +MY_P="${MY_PN}-${PV}"
81 +
82 +DESCRIPTION="A reusable Ansible Sphinx theme"
83 +HOMEPAGE="https://github.com/ansible-community/sphinx_ansible_theme"
84 +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
85 +S="${WORKDIR}"/${MY_P}
86 +
87 +LICENSE="MIT"
88 +SLOT="0"
89 +KEYWORDS="~amd64 ~riscv"
90 +
91 +RDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"
92 +BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
93 + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
94 + doc? ( dev-python/ansible-pygments[${PYTHON_USEDEP}] )"
95 +
96 +distutils_enable_sphinx docs 'dev-python/sphinx-notfound-page'