aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/cloup/Manifest3
-rw-r--r--dev-python/cloup/cloup-2.1.2.ebuild42
-rw-r--r--dev-python/cloup/cloup-3.0.5.ebuild (renamed from dev-python/cloup/cloup-3.0.3.ebuild)2
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/cloup/Manifest b/dev-python/cloup/Manifest
index 74694df04..4b06edded 100644
--- a/dev-python/cloup/Manifest
+++ b/dev-python/cloup/Manifest
@@ -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
diff --git a/dev-python/cloup/cloup-2.1.2.ebuild b/dev-python/cloup/cloup-2.1.2.ebuild
deleted file mode 100644
index 33a41b9b3..000000000
--- a/dev-python/cloup/cloup-2.1.2.ebuild
+++ /dev/null
@@ -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}
-}
diff --git a/dev-python/cloup/cloup-3.0.3.ebuild b/dev-python/cloup/cloup-3.0.5.ebuild
index 4f44abd81..b52ac3f1d 100644
--- a/dev-python/cloup/cloup-3.0.3.ebuild
+++ b/dev-python/cloup/cloup-3.0.5.ebuild
@@ -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