diff options
Diffstat (limited to 'dev-python/cloup')
| -rw-r--r-- | dev-python/cloup/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cloup/cloup-3.0.9.ebuild | 40 | ||||
| -rw-r--r-- | dev-python/cloup/metadata.xml | 14 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/cloup/Manifest b/dev-python/cloup/Manifest deleted file mode 100644 index 8a308fff6e90..000000000000 --- a/dev-python/cloup/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cloup-3.0.9.gh.tar.gz 226131 BLAKE2B 9195cff3686b70b1152b610a1725831b41c6a524db0d14d47ba9e3de030133dd3367d3044dad18f9154943378c2c295b5ba24d4e00b2f287c83f9d81f71a7331 SHA512 eb4c4226d841b4f1d51a588ff38a70b290277668cb8a14aa95e950d9fb713788e4baeac93c22f4c76c8adf003f0b274f341ed9cd0e24da3cb197c37008c6403a diff --git a/dev-python/cloup/cloup-3.0.9.ebuild b/dev-python/cloup/cloup-3.0.9.ebuild deleted file mode 100644 index 4c58510bdd1d..000000000000 --- a/dev-python/cloup/cloup-3.0.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -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" - -DOCS+=( CHANGELOG.rst CREDITS.rst LICENSE examples ) - -RDEPEND=" - >=dev-python/click-8.0[${PYTHON_USEDEP}] - <dev-python/click-9.0[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" -# 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 - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} diff --git a/dev-python/cloup/metadata.xml b/dev-python/cloup/metadata.xml deleted file mode 100644 index 538230a02922..000000000000 --- a/dev-python/cloup/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <maintainer type="person"> - <email>gasc@eurecom.fr</email> - <name>Gasc Henri</name> - </maintainer> - <upstream> - <remote-id type="pypi">cloup</remote-id> - <remote-id type="github">janLuke/cloup</remote-id> - <doc>https://cloup.readthedocs.io/</doc> - </upstream> - <longdescription>Library to build command line interfaces based on (and 100% compatible) with Click. It's like using Click but with more built-in features: option groups, constraints (e.g. mutually exclusive params), command aliases, help themes, "did you mean ...?" suggestions and more.</longdescription> -</pkgmetadata> |
