summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-click
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-15 06:58:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-15 06:58:16 +0000
commit3d4c60ab67ab34063f83de57ca650a2093caa6e5 (patch)
treeb84fb03b155aee605de7d948e52eddb76dab1143 /dev-python/sphinx-click
parentf4b148a17b03de6d1241e9e3706c564da5d6fb4b (diff)
downloadbaldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.gz
baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.xz
baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-click')
-rw-r--r--dev-python/sphinx-click/Manifest1
-rw-r--r--dev-python/sphinx-click/metadata.xml2
-rw-r--r--dev-python/sphinx-click/sphinx-click-4.1.0.ebuild29
-rw-r--r--dev-python/sphinx-click/sphinx-click-4.2.0.ebuild3
4 files changed, 3 insertions, 32 deletions
diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 5a5a6771e03f..5e3d8fc71c60 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/metadata.xml b/dev-python/sphinx-click/metadata.xml
index 67dfadfbf7ba..fe53f4292fdf 100644
--- a/dev-python/sphinx-click/metadata.xml
+++ b/dev-python/sphinx-click/metadata.xml
@@ -3,7 +3,7 @@
<pkgmetadata>
<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>
+ </longdescription>
<upstream>
<bugs-to>https://github.com/click-contrib/sphinx-click/issues</bugs-to>
<doc>https://sphinx-click.readthedocs.io/en/latest</doc>
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 9077839957d3..000000000000
--- 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_{8,9,10,11,12} 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
diff --git a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
index 9077839957d3..fa081072206d 100644
--- a/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-4.2.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# 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_{8,9,10,11,12} pypy3 )