diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-23 02:55:24 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-23 02:55:24 +0200 |
commit | d4b0a9600312e917b8d26caf92788dbf54c93a3a (patch) | |
tree | 357a32a22a869dbf3d0aba27c4427a0f977ca37a | |
parent | dev-python/nptyping: treeclean (diff) | |
download | gentoo-d4b0a9600312e917b8d26caf92788dbf54c93a3a.tar.gz gentoo-d4b0a9600312e917b8d26caf92788dbf54c93a3a.tar.bz2 gentoo-d4b0a9600312e917b8d26caf92788dbf54c93a3a.zip |
dev-python/sphinx_ansible_theme: treeclean
Closes: https://bugs.gentoo.org/912743
Closes: https://bugs.gentoo.org/912575
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | dev-python/sphinx_ansible_theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx_ansible_theme/metadata.xml | 17 | ||||
-rw-r--r-- | dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild | 32 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest deleted file mode 100644 index 554ed5d4edf3..000000000000 --- a/dev-python/sphinx_ansible_theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx-ansible-theme-0.10.2.tar.gz 49652 BLAKE2B 76f91af09976c16550e8257698f2ffdd1d6e477eea7ed1bad2413693a006e7aa2d83c83bffaa2a0a5a6d2a62bb401828211faf1295980ffd8f00cf836fe5c8bb SHA512 ea991533cac674869a838c89f16d287910dfa528e63fbe1c4803a1797bf8fc11836299af4da1952da2be0fcc5da8d69abb7412157a9bdcada7295a1688b45614 diff --git a/dev-python/sphinx_ansible_theme/metadata.xml b/dev-python/sphinx_ansible_theme/metadata.xml deleted file mode 100644 index 3e45ed16c521..000000000000 --- a/dev-python/sphinx_ansible_theme/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>marecki@gentoo.org</email> - <name>Marek Szuba</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">ansible-community/sphinx_ansible_theme</remote-id> - <remote-id type="pypi">sphinx-ansible-theme</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild deleted file mode 100644 index 7e1d1fe92dff..000000000000 --- a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild +++ /dev/null @@ -1,32 +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/ - https://pypi.org/project/sphinx-ansible-theme/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -RDEPEND=" - dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs \ - 'dev-python/ansible-pygments' \ - 'dev-python/sphinx-notfound-page' diff --git a/profiles/package.mask b/profiles/package.mask index b3fc1b224900..843fb7c21761 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -270,13 +270,6 @@ sci-mathematics/polymake # Removal on 2023-09-21. Bug #912582. app-emulation/libvirt-snmp -# Marek Szuba <marecki@gentoo.org> (2023-08-21) -# Does not work with recent versions of Sphinx. In the process of being -# phased out of the Ansible ecosystem in favour of an mkdocs-based -# approach. No revdeps. -# Removal on 2023-09-21. Bug #912743. -dev-python/sphinx_ansible_theme - # Sam James <sam@gentoo.org> (2023-08-18) # Masked for testing. =sys-libs/zlib-1.3-r1 |