From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/cyclopts/Manifest | 1 - dev-python/cyclopts/cyclopts-4.10.1.ebuild | 60 ------------------------------ dev-python/cyclopts/metadata.xml | 12 ------ 3 files changed, 73 deletions(-) delete mode 100644 dev-python/cyclopts/Manifest delete mode 100644 dev-python/cyclopts/cyclopts-4.10.1.ebuild delete mode 100644 dev-python/cyclopts/metadata.xml (limited to 'dev-python/cyclopts') diff --git a/dev-python/cyclopts/Manifest b/dev-python/cyclopts/Manifest deleted file mode 100644 index eb73515d1823..000000000000 --- a/dev-python/cyclopts/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cyclopts-4.10.1.gh.tar.gz 2278757 BLAKE2B 04af4b675ede1313bcab80dd222c94c3bf9a0ca24cdb485e9320aa6074e399d8beb55b7ee9abd651140d52d10d3969606f861fcc15abd1ef7cfe7d28507ea4da SHA512 4674f79b1fa161f43468b4519a560241ecdc834c6bf26a60dad52755b22fa56e180db0fbcf03252872b61f70744da9754e0efa3fb0cff6a68201c468fabcd31e diff --git a/dev-python/cyclopts/cyclopts-4.10.1.ebuild b/dev-python/cyclopts/cyclopts-4.10.1.ebuild deleted file mode 100644 index 0af37d3f1382..000000000000 --- a/dev-python/cyclopts/cyclopts-4.10.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Intuitive, easy CLIs based on type hints" -HOMEPAGE=" - https://github.com/BrianPugh/cyclopts - https://pypi.org/project/cyclopts/ -" -SRC_URI="https://github.com/BrianPugh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/attrs-23.1.0[${PYTHON_USEDEP}] - >=dev-python/docstring-parser-0.15[${PYTHON_USEDEP}] - >=dev-python/rich-13.6.0[${PYTHON_USEDEP}] - >=dev-python/rich-rst-1.3.1[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - >=dev-python/pydantic-2.11.2[${PYTHON_USEDEP}] - >=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/tomli-2.0.0[${PYTHON_USEDEP}] - >=dev-python/trio-0.10.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( - pytest-mock - syrupy -) -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Requires dev-python/mkdocs - tests/test_docs_snapshots.py::TestMkDocsDirectiveSnapshots -) -EPYTEST_IGNORE=( - # Requires dev-python/mkdocs - tests/test_mkdocs_ext.py -) - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -pkg_postinst() { - optfeature "Trio async backend" dev-python/trio - optfeature "reading TOML configurations" dev-python/tomli - optfeature "reading YAML configurations" dev-python/pyyaml -} diff --git a/dev-python/cyclopts/metadata.xml b/dev-python/cyclopts/metadata.xml deleted file mode 100644 index 1acbc3a24122..000000000000 --- a/dev-python/cyclopts/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - falbrechtskirchinger@gmail.com - Florian Albrechtskirchinger - - - cyclopts - BrianPugh/cyclopts - - -- cgit v1.3