commit:     79f0fd57d847dbd36116501beda0d4126b2634be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 03:09:45 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 03:33:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f0fd57

dev-python/cmd2: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cmd2/Manifest                |  2 --
 dev-python/cmd2/cmd2-3.0.0_beta1.ebuild | 56 ---------------------------------
 dev-python/cmd2/cmd2-3.0.0_beta2.ebuild | 56 ---------------------------------
 3 files changed, 114 deletions(-)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index e99538982e96..7177908e3d4f 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,5 +1,3 @@
 DIST cmd2-2.6.2.tar.gz 592373 BLAKE2B 
917ecd684c60c0a6c1b273ef52fa1e317f71522dfd6fc8a9d2c1ee7fa28788b734c6536a9481ac56ef8409002f503837ae51191478a68e364c4780e9feb4b8e8
 SHA512 
75531dca561427eef259765a55c6385401edd8bc9d5c4cf08ab97e53e118334be932ee5c59f9e1fcd529a7a5f7416e654ee1d618d91623068ef21bcc66dcfdd7
 DIST cmd2-2.7.0.tar.gz 593131 BLAKE2B 
2488c3c9d8e770fca8046fbd5d9537349cfd2b45cb32ed5775cd0b451ae25425909fadb7414d202aa52587e691e2ef8a39b3fe691e345497a0523e17281228df
 SHA512 
6d2e7f3c9e125782da8983fb27a53d5db0c0cc35a8c86eb129961596ff3ff5751622894ee8fb355b0330de3b2cbb7cf18eddaba2ad0b8781e80b479cf53a1c89
-DIST cmd2-3.0.0b1.tar.gz 1017844 BLAKE2B 
607ec848de6cfb35682cd8b3a8271d1232c463f3b623a1f6fb17f801b85474d4896c1e85058519d3e946c0fcb9ea4c3fdfe4e4d69dff14918817f02cdb4ee4d6
 SHA512 
c7443bccb36b7d0bc688f434a1fe77962cd31f33c21ca4dc11847e8e9590bc15920d0afbbcef322f54fe1759de023cea463fb16b4318df140a0e7fb06e561699
-DIST cmd2-3.0.0b2.tar.gz 1007751 BLAKE2B 
006373e3ff2d57c67e5824089c408dacd45567e9e654760ac552b5f9628ed97cf580a2878d1426ddf6d1e7aed287633b969e13acc8eb6304957425f180a55a64
 SHA512 
98b533fc9a826c3df27a33fda527e46b25fde0e2caa2b94f7668b4ea1c56ea3eaa496f7f5664bc9c2ccd4ffdef6382fb060c9b73d254e9bdaa29047ec26de535
 DIST cmd2-3.0.0rc1.tar.gz 1001904 BLAKE2B 
5be49c9cb1d474df7c25b0be719f203c5ffdf2d3fb76c28dacc7c1144105c05a4d97d163725cb522c4aae3d12b69c865945d26d66b4ae34fbecd34e735b76918
 SHA512 
bdbf01757657be026f8ff3fa54a827aadc07ae0f56190cc217c54aab3a25ba536bca3d703dd6ea6f4dad1bab0fe66fb0fdfc0df9d559907b11696f57af98a5e8

diff --git a/dev-python/cmd2/cmd2-3.0.0_beta1.ebuild 
b/dev-python/cmd2/cmd2-3.0.0_beta1.ebuild
deleted file mode 100644
index 6d473f17d099..000000000000
--- a/dev-python/cmd2/cmd2-3.0.0_beta1.ebuild
+++ /dev/null
@@ -1,56 +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_{11..14} )
-
-inherit distutils-r1 optfeature virtualx pypi
-
-DESCRIPTION="Extra features for standard library's cmd module"
-HOMEPAGE="
-       https://github.com/python-cmd2/cmd2/
-       https://pypi.org/project/cmd2/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       >=dev-python/pyperclip-1.8[${PYTHON_USEDEP}]
-       >=dev-python/rich-14.1.0[${PYTHON_USEDEP}]
-       >=dev-python/rich-argparse-1.7.1[${PYTHON_USEDEP}]
-"
-# pyperclip uses clipboard backends in the following preference order:
-# pygtk, xclip, xsel, klipper, qtpy, pyqt5, pyqt4.
-# klipper is known to be broken in Xvfb, and therefore causes test
-# failures.  to avoid them, we must ensure that one of the backends
-# preferred to it is available (i.e. xclip or xsel).
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               || (
-                       x11-misc/xclip
-                       x11-misc/xsel
-               )
-       )
-"
-
-EPYTEST_PLUGINS=( pytest-{mock,rerunfailures} )
-distutils_enable_tests pytest
-
-src_test() {
-       # tests rely on very specific text wrapping...
-       local -x COLUMNS=80
-       virtx distutils-r1_src_test
-}
-
-python_test() {
-       # TODO: tests_isolated?
-       nonfatal epytest -o addopts= --reruns=5 tests || die
-}
-
-pkg_postinst() {
-       optfeature "IPython shell integration" dev-python/ipython
-}

diff --git a/dev-python/cmd2/cmd2-3.0.0_beta2.ebuild 
b/dev-python/cmd2/cmd2-3.0.0_beta2.ebuild
deleted file mode 100644
index 6d473f17d099..000000000000
--- a/dev-python/cmd2/cmd2-3.0.0_beta2.ebuild
+++ /dev/null
@@ -1,56 +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_{11..14} )
-
-inherit distutils-r1 optfeature virtualx pypi
-
-DESCRIPTION="Extra features for standard library's cmd module"
-HOMEPAGE="
-       https://github.com/python-cmd2/cmd2/
-       https://pypi.org/project/cmd2/
-"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-       >=dev-python/pyperclip-1.8[${PYTHON_USEDEP}]
-       >=dev-python/rich-14.1.0[${PYTHON_USEDEP}]
-       >=dev-python/rich-argparse-1.7.1[${PYTHON_USEDEP}]
-"
-# pyperclip uses clipboard backends in the following preference order:
-# pygtk, xclip, xsel, klipper, qtpy, pyqt5, pyqt4.
-# klipper is known to be broken in Xvfb, and therefore causes test
-# failures.  to avoid them, we must ensure that one of the backends
-# preferred to it is available (i.e. xclip or xsel).
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               || (
-                       x11-misc/xclip
-                       x11-misc/xsel
-               )
-       )
-"
-
-EPYTEST_PLUGINS=( pytest-{mock,rerunfailures} )
-distutils_enable_tests pytest
-
-src_test() {
-       # tests rely on very specific text wrapping...
-       local -x COLUMNS=80
-       virtx distutils-r1_src_test
-}
-
-python_test() {
-       # TODO: tests_isolated?
-       nonfatal epytest -o addopts= --reruns=5 tests || die
-}
-
-pkg_postinst() {
-       optfeature "IPython shell integration" dev-python/ipython
-}

Reply via email to