summaryrefslogtreecommitdiff
path: root/dev-python/sphinx_ansible_theme
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx_ansible_theme')
-rw-r--r--dev-python/sphinx_ansible_theme/Manifest3
-rw-r--r--dev-python/sphinx_ansible_theme/metadata.xml17
-rw-r--r--dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.10.2.ebuild32
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/sphinx_ansible_theme/Manifest b/dev-python/sphinx_ansible_theme/Manifest
deleted file mode 100644
index 0c92d69cd2a3..000000000000
--- a/dev-python/sphinx_ansible_theme/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sphinx-ansible-theme-0.10.2.tar.gz 49652 BLAKE2B 76f91af09976c16550e8257698f2ffdd1d6e477eea7ed1bad2413693a006e7aa2d83c83bffaa2a0a5a6d2a62bb401828211faf1295980ffd8f00cf836fe5c8bb SHA512 ea991533cac674869a838c89f16d287910dfa528e63fbe1c4803a1797bf8fc11836299af4da1952da2be0fcc5da8d69abb7412157a9bdcada7295a1688b45614
-EBUILD sphinx_ansible_theme-0.10.2.ebuild 698 BLAKE2B 81d681edc9881b0d1655cbf0cb8be29c74eabbb8e1bd070e7e7b21bc902caae8456b0e862c37399ab3f31c52ccb35f8036fc8bca8d30deb60e254095ff33ac0f SHA512 540aeb4f837dface6af7d92514dda23975f7c502c1cb1c5175d69edff30b1a321895f7982ebb21c84f7a07e7452663d4dcf4acdee637c91b959f337d91ddc945
-MISC metadata.xml 532 BLAKE2B a684e40deb310344be8b988f801674872c61052843664b13ce22e08d0c38f629a32749fbc31661fe56c997e2d8ad84d0bc689cb671d047025b8ebade6ed9b8c5 SHA512 6562c3cedeae7bf0097119c2c13dd6c6fbb230c5be33927fa101b8daf4f759c8356d2c760cb7fbc880c2b385a60aa314857d656cf02250c62232cebaf1787a15
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'