From f47a35f7a1f78c0548a80453973d8d83fcba4348 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 8 Dec 2023 11:05:30 +0100 Subject: dev-python/sphinx-click version bump --- dev-python/sphinx-click/Manifest | 2 ++ dev-python/sphinx-click/sphinx-click-5.1.0.ebuild | 29 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dev-python/sphinx-click/sphinx-click-5.1.0.ebuild (limited to 'dev-python') diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest index 9b2de68..af33c04 100644 --- a/dev-python/sphinx-click/Manifest +++ b/dev-python/sphinx-click/Manifest @@ -1,3 +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 +EBUILD sphinx-click-5.1.0.ebuild 674 BLAKE2B f9476177e489008d6e8bd5809268a250755948f291605c9cf2b731c8d45e21e631763ffd5359f6c33a0a01a9321d11a67eab8691089d0f1c167dfedb938f031a SHA512 8785e67c2239fd0dcbb8269cb85a9a65f0e955890dab419ec06c854ac9eb22e78c79b990ec6a2b4ec592d5c7790887fe85d805eb7763ce69c3a6b7138b961123 MISC metadata.xml 471 BLAKE2B 1f84ef96a9649d87af2b32642ce772793904f7d7df628c6362d95567b524425841da393848f4480ed826b00fb31a74abc577186edd8c085743ca8fc78c9aa1d7 SHA512 7689b4a18ee38cfa09e282d5589e8aa59b337ef944846d5985c48aeef2033c92607392814fdf5c550d71e025c594e008ed7f928c6c16b479c31b61144d42eb3f diff --git a/dev-python/sphinx-click/sphinx-click-5.1.0.ebuild b/dev-python/sphinx-click/sphinx-click-5.1.0.ebuild new file mode 100644 index 0000000..6a01765 --- /dev/null +++ b/dev-python/sphinx-click/sphinx-click-5.1.0.ebuild @@ -0,0 +1,29 @@ +# 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..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 -- cgit v1.2.3