aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-14 15:16:31 -0400
committerJulien Roy <julien@jroy.ca>2024-05-14 15:16:31 -0400
commit56b5eb3583e6a1abca33ba2d4d92421817b83086 (patch)
tree8006dd2900eba77aec63d1041d1e8dab34e96e49 /dev-python/sphinx-click
parentdev-python/sphinx-click: enable py3.12 (diff)
downloadguru-56b5eb3583e6a1abca33ba2d4d92421817b83086.tar.gz
guru-56b5eb3583e6a1abca33ba2d4d92421817b83086.tar.bz2
guru-56b5eb3583e6a1abca33ba2d4d92421817b83086.zip
dev-python/sphinx-click: drop 4.1.0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/sphinx-click')
-rw-r--r--dev-python/sphinx-click/Manifest1
-rw-r--r--dev-python/sphinx-click/sphinx-click-4.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 5a5a6771e..5e3d8fc71 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1 @@
-DIST sphinx-click-4.1.0.tar.gz 21146 BLAKE2B 0510bdcfa051e1272796ef049b4fe40e936526937b99bec5c20b714507d285a5524bd341f41042a74c1b6715fbda7a892e14aee08a397df61ff47f39b2ebc52a SHA512 a57efbcfe8ab4f82298917937b573480401a51ce81889eb37b56f6eac0b2d6123a94a877f5bc460c4998c55040072453a48400f9c94d902a7cab6cd622d13d62
DIST sphinx-click-4.2.0.tar.gz 21265 BLAKE2B 3f0cd707d6eb26bb63d81cd86324b715eecbb85d038a94104599034563be024d4d4cab5ed488b1d1fb55d4f7c6abb599f48c96f8ea582be0c3d4a37169e7638d SHA512 9b9fee96b17242a1a2cfc097a49aaaa0134e47d250231481d13c438abfdd17b149adf2bde9c3591a94e4e17f02dc800c2b48002eb74994b43fec0d50ddb1083e
diff --git a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
deleted file mode 100644
index 5bad9a5e5..000000000
--- a/dev-python/sphinx-click/sphinx-click-4.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-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