diff options
Diffstat (limited to 'dev-python/cleo')
| -rw-r--r-- | dev-python/cleo/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cleo/cleo-2.1.0.ebuild | 51 | ||||
| -rw-r--r-- | dev-python/cleo/metadata.xml | 13 |
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-python/cleo/Manifest b/dev-python/cleo/Manifest deleted file mode 100644 index 96e21f71bf3f..000000000000 --- a/dev-python/cleo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cleo-2.1.0.gh.tar.gz 165795 BLAKE2B 7c9d0cc869d1e185c2c5a092a8aa1d1b3cce5fc25246939c0ff94920ac7070000b110be9f6cd9d1f827ed951ff22b9ad62e3c17a941022967b7599e456cda837 SHA512 e73a4c02470052f0f602fae8b5bf7073f3342d0816074398b19f0fb25caddda51b6d2fcb9ef57026638d0dc8861a2b5142d87551b105cefa5e54426e4aa1225c diff --git a/dev-python/cleo/cleo-2.1.0.ebuild b/dev-python/cleo/cleo-2.1.0.ebuild deleted file mode 100644 index 5cf9b079b687..000000000000 --- a/dev-python/cleo/cleo-2.1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2022-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Python tool for building testable command-line interfaces" -HOMEPAGE=" - https://github.com/python-poetry/cleo/ - https://pypi.org/project/cleo/ -" -SRC_URI=" - https://github.com/python-poetry/cleo/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - dev-python/crashtest[${PYTHON_USEDEP}] - dev-python/rapidfuzz[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=( pytest-mock ) -distutils_enable_tests pytest - -src_prepare() { - # unpin rapidfuzz - sed -i -e '/rapidfuzz/s:\^:>=:' pyproject.toml || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_DESELECT=() - - case ${EPYTHON} in - pypy3*) - EPYTEST_DESELECT+=( - tests/ui/test_exception_trace.py::test_render_debug_better_error_message_recursion_error - ) - ;; - esac - - epytest -} diff --git a/dev-python/cleo/metadata.xml b/dev-python/cleo/metadata.xml deleted file mode 100644 index 91b911ff8b69..000000000000 --- a/dev-python/cleo/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">python-poetry/cleo</remote-id> - <remote-id type="pypi">cleo</remote-id> - </upstream> -</pkgmetadata> |
