From cf31c8885be39fadef420683824908b7c5e50370 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 31 May 2024 20:27:24 +0200 Subject: dev-python/sphinx-click Version bump --- dev-python/sphinx-click/Manifest | 4 ++-- dev-python/sphinx-click/sphinx-click-4.4.0.ebuild | 29 ----------------------- dev-python/sphinx-click/sphinx-click-6.0.0.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 dev-python/sphinx-click/sphinx-click-4.4.0.ebuild create mode 100644 dev-python/sphinx-click/sphinx-click-6.0.0.ebuild diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest index af33c04..7d13743 100644 --- a/dev-python/sphinx-click/Manifest +++ b/dev-python/sphinx-click/Manifest @@ -1,5 +1,5 @@ -DIST sphinx-click-4.4.0.tar.gz 25564 BLAKE2B b37a9ad119b4cfd62df4dff112a204d6b3863e4accc846194fdd76aa56e349a56e2289c6a783749d99169cb1552d7dc81add5633a99566a2db426f42edb28352 SHA512 74a1dc653ccf2d424bfbd419291973822e4dea6a73d5a9e6033b48f585d53f2df3400936fa8c875b0fb4259a0f364ddf4d7bc4064e98c7ac47cd4114154f6d60 DIST sphinx-click-5.1.0.tar.gz 27456 BLAKE2B 01857190ceaf5ad934a621b386c2136eb1db828acba7a7b8373f2c5706d3e9dd0066aa5d3eec8a1fc5ccb1d63d19bdf433d4403d918a1c6b23131d708e5e2596 SHA512 56039e1835549d653eed513b1fb7a90e9fed47beb39f47a2483c6d60d48394f37ea835817af46487f221510297ef7fe9de341b3c4928552c0ec3a853251faadf -EBUILD sphinx-click-4.4.0.ebuild 675 BLAKE2B d8dce442a597f888f84c25ea8ae107a9d162e83623288c514230a46eba56c3ad1b9d694a09422f15bf09cc36d74882ce175f62c23f0c314eb798b9ea24078db1 SHA512 3fd79913c7a524fdf2339dbd4c5d45983b6cf52d8b2dd62c155eeb25e5e5a60f04fa859d1284c329cdc4be4d717ff3b3516ab1e537c9dd21bb60ca346450737d +DIST sphinx_click-6.0.0.tar.gz 29574 BLAKE2B f1f760aebe9cd290e24526394a9cf35179cbce08b956e223c8e346b2d52213b5023d755f28944f548e9828923cb82fad728459035072a2b4e5f34770132eda65 SHA512 05f8a9713684d65de70f5762725e4a72928f194c01249dca462b4d4ca837ad3326cceb4d122ca6dcabaf4476af06a142d345e21112cedb1d41ed08f4efc227fc EBUILD sphinx-click-5.1.0.ebuild 674 BLAKE2B f9476177e489008d6e8bd5809268a250755948f291605c9cf2b731c8d45e21e631763ffd5359f6c33a0a01a9321d11a67eab8691089d0f1c167dfedb938f031a SHA512 8785e67c2239fd0dcbb8269cb85a9a65f0e955890dab419ec06c854ac9eb22e78c79b990ec6a2b4ec592d5c7790887fe85d805eb7763ce69c3a6b7138b961123 +EBUILD sphinx-click-6.0.0.ebuild 654 BLAKE2B 37b3a01b7f7c35c85158d155e11cf306110ab38231b3358050603112cebc6b09a413861b444a76a1ae0160b840236630b607f714a2161d8926e2d9d2f55549b9 SHA512 abb130f289b3a910f1c8ff404145a14d18a4d2eae0908c8a252bd07384e8b3a81dc1f9d4807cc8b6405c70b5f128fcd24fe123aaf24b90e9ce37278108a7c360 MISC metadata.xml 471 BLAKE2B 1f84ef96a9649d87af2b32642ce772793904f7d7df628c6362d95567b524425841da393848f4480ed826b00fb31a74abc577186edd8c085743ca8fc78c9aa1d7 SHA512 7689b4a18ee38cfa09e282d5589e8aa59b337ef944846d5985c48aeef2033c92607392814fdf5c550d71e025c594e008ed7f928c6c16b479c31b61144d42eb3f diff --git a/dev-python/sphinx-click/sphinx-click-4.4.0.ebuild b/dev-python/sphinx-click/sphinx-click-4.4.0.ebuild deleted file mode 100644 index 95104e9..0000000 --- a/dev-python/sphinx-click/sphinx-click-4.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -PYPI_NO_NORMALIZE=1 - -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 ~x86" - -RDEPEND=" - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}] - >=dev-python/click-7.0[${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-6.0.0.ebuild b/dev-python/sphinx-click/sphinx-click-6.0.0.ebuild new file mode 100644 index 0000000..f5e1d62 --- /dev/null +++ b/dev-python/sphinx-click/sphinx-click-6.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..12} ) + +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 ~x86" + +RDEPEND=" + >=dev-python/sphinx-4.0[${PYTHON_USEDEP}] + >=dev-python/click-8.0[${PYTHON_USEDEP}] +" +BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest +distutils_enable_sphinx docs --no-autodoc -- cgit v1.2.3