diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 14:56:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 14:56:58 +0200 |
commit | 146229319b2099147e5b0b91d90a5a76f07ab50f (patch) | |
tree | 45772f61148c38103e322910380cfd0aece906bd /dev-python/sphinx_ansible_theme | |
parent | dev-python/docutils: Remove old (diff) | |
download | gentoo-146229319b2099147e5b0b91d90a5a76f07ab50f.tar.gz gentoo-146229319b2099147e5b0b91d90a5a76f07ab50f.tar.bz2 gentoo-146229319b2099147e5b0b91d90a5a76f07ab50f.zip |
dev-python/sphinx_ansible_theme: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_ansible_theme')
-rw-r--r-- | dev-python/sphinx_ansible_theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest index dede5e3823e9..554ed5d4edf3 100644 --- a/dev-python/sphinx_ansible_theme/Manifest +++ b/dev-python/sphinx_ansible_theme/Manifest @@ -1,2 +1 @@ DIST sphinx-ansible-theme-0.10.2.tar.gz 49652 BLAKE2B 76f91af09976c16550e8257698f2ffdd1d6e477eea7ed1bad2413693a006e7aa2d83c83bffaa2a0a5a6d2a62bb401828211faf1295980ffd8f00cf836fe5c8bb SHA512 ea991533cac674869a838c89f16d287910dfa528e63fbe1c4803a1797bf8fc11836299af4da1952da2be0fcc5da8d69abb7412157a9bdcada7295a1688b45614 -DIST sphinx-ansible-theme-0.9.1.tar.gz 34505 BLAKE2B 533e665b30f5aa450e4a2240c55c4992340b9f6ee03d27758bf119dfe2eef987fbd4b98136349af376557d8e9a78e5391a648b9886136995d05410b0c26561f2 SHA512 f78602af8affe7be59988f466cf6a2aa67e174086f338cad855369a7bbee5a76d07bcffa8406dea5a819127b26d69e29b0d90dab38b82524b3e317f9082d0379 diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild deleted file mode 100644 index e7a356b0bd46..000000000000 --- a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN="sphinx-ansible-theme" -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A reusable Ansible Sphinx theme" -HOMEPAGE="https://github.com/ansible-community/sphinx_ansible_theme" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -RDEPEND=" - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] - doc? ( dev-python/ansible-pygments[${PYTHON_USEDEP}] )" - -distutils_enable_sphinx docs 'dev-python/sphinx-notfound-page' |