summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-click
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx-click')
-rw-r--r--dev-python/sphinx-click/Manifest1
-rw-r--r--dev-python/sphinx-click/metadata.xml14
-rw-r--r--dev-python/sphinx-click/sphinx-click-4.2.0.ebuild30
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
deleted file mode 100644
index 5e3d8fc71c60..000000000000
--- a/dev-python/sphinx-click/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sphinx-click-4.2.0.tar.gz 21265 BLAKE2B 3f0cd707d6eb26bb63d81cd86324b715eecbb85d038a94104599034563be024d4d4cab5ed488b1d1fb55d4f7c6abb599f48c96f8ea582be0c3d4a37169e7638d SHA512 9b9fee96b17242a1a2cfc097a49aaaa0134e47d250231481d13c438abfdd17b149adf2bde9c3591a94e4e17f02dc800c2b48002eb74994b43fec0d50ddb1083e
diff --git a/dev-python/sphinx-click/metadata.xml b/dev-python/sphinx-click/metadata.xml
deleted file mode 100644
index 26b8bd2c9db8..000000000000
--- a/dev-python/sphinx-click/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
-sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.
- </longdescription>
- <upstream>
- <remote-id type="github">click-contrib/sphinx-click</remote-id>
- <remote-id type="pypi">sphinx-click</remote-id>
- <bugs-to>https://github.com/click-contrib/sphinx-click/issues</bugs-to>
- <doc>https://sphinx-click.readthedocs.io/en/latest</doc>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
deleted file mode 100644
index 9e3571998623..000000000000
--- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Sphinx plugin to automatically document click-based applications"
-HOMEPAGE="
- https://github.com/click-contrib/sphinx-click
- https://pypi.org/project/sphinx-click/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
- >=dev-python/click-7.0[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
-"
-BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs --no-autodoc