dev-python/cloup: add 3.0.5, drop 3.0.3 2.1.2

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-04-11 20:25:52 +02:00
parent e09d0f7f8b
commit 391777262d
3 changed files with 2 additions and 45 deletions

View File

@@ -1,2 +1 @@
DIST cloup-2.1.2.gh.tar.gz 225435 BLAKE2B 035068c22b652a349b98c270c91b8a7c2c8694ae3b7025da576f3495ccde140301376c8c30d75088c5e89a8bdfe47fcab0ad0968e48593802a0de5b6dcc3b31a SHA512 1328459afdfc9e10b7b2e0e4c1794376a4c8fd6c53f811b3dac2d6054059031c51bc2d44dda86d5ea1623d1a2ed536f58028f95eb9fec7631e9bc9c10b744926
DIST cloup-3.0.3.gh.tar.gz 225678 BLAKE2B 0505c09cd1951427dd037de36f01cbe9bc62a77134909d2b0b674c5cf902d3afd396f0aacf1581395f8779dcc0ddea12763512d7366f2f41b167cdbb7e4469a8 SHA512 8bb90afc8f9d84df9f0173bf6d861d487dfc085191021636599f1e519d9903a3a71a93d8090ca4792636d620cab74693c8d780764cf87e1b197e971c8ab334af
DIST cloup-3.0.5.gh.tar.gz 226050 BLAKE2B c9e100e93266e2159ba27c9261596aec1960f8cc7c7da47e8aac53cf5720b2348b8b74a3b9cde21240e73d5a2da4dab8fbf431236826b9e26f17f5a328a198b4 SHA512 04cd5fa7474448b9524d20b082d246a7aa0e19c14dba61640573b189c86f8ad639d2c38258df545cc0d179606e84284a4f0b305b512d33d182fbc3861eb60c64

View File

@@ -1,42 +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..12} )
inherit distutils-r1
DESCRIPTION="Click + option groups + constraints + aliases + help themes + ..."
HOMEPAGE="https://github.com/janluke/cloup https://pypi.org/project/cloup/"
SRC_URI="https://github.com/janluke/cloup/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/click-8.0[${PYTHON_USEDEP}]
<dev-python/click-9.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
"
# BDEPEND="
# doc? (
# dev-python/sphinx-autoapi[${PYTHON_USEDEP}]
# dev-python/sphinx-panels[${PYTHON_USEDEP}]
# dev-python/sphinx-copybutton[${PYTHON_USEDEP}]
# dev-python/sphinx-version-warning[${PYTHON_USEDEP}]
# dev-python/sphinx-issues[${PYTHON_USEDEP}]
# )
distutils_enable_tests pytest
# distutils_enable_sphinx docs # The doc need dev-python/sphinx < 5, which we don't have
src_prepare() {
default
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8