public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/
Date: Fri, 15 Nov 2024 04:59:24 +0000 (UTC)	[thread overview]
Message-ID: <1731646755.bdbc089b632057c5723f7f2d3343112e9dd10e69.mgorny@gentoo> (raw)

commit:     bdbc089b632057c5723f7f2d3343112e9dd10e69
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 04:46:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 04:59:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbc089b

dev-python/cmd2: Remove old

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

 dev-python/cmd2/Manifest          |  3 ---
 dev-python/cmd2/cmd2-2.5.2.ebuild | 53 ---------------------------------------
 dev-python/cmd2/cmd2-2.5.3.ebuild | 53 ---------------------------------------
 dev-python/cmd2/cmd2-2.5.4.ebuild | 53 ---------------------------------------
 4 files changed, 162 deletions(-)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 262b3fe4e0da..cb9c7409191d 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,5 +1,2 @@
 DIST cmd2-2.4.3.tar.gz 678661 BLAKE2B 806fbd6abc26737032dd6330ebabc1e5308e9082f9c98002845a54f1458d314feb476e4d491892e74cde16f5043c57495426ad50aaf3e7e8d0d938f0388db6e2 SHA512 1d440752262f38a742069e636373884edcc49c17ba17b21b24015cfe559b4df36b45ac9489f2f643897fbd38f54b8e6120daf07ef25d2f209af8a4ac8e4c0085
-DIST cmd2-2.5.2.tar.gz 984695 BLAKE2B b85b1f0732897491c9f391a56018c5258a8916299003c565e4f2f42866ce1ff48d86e03b54aa0bf7a582e8e51cf41b079d0fabe418b4e9a855a8e850e7bc02cb SHA512 565c64030f4ea15e29a8350ed625b56a3e18c442930a8c4216c334431ab220895e0dd21ff079c5a888c693f43fec4b69da4dcf14c84ec3a089cfc27ff4c298f8
-DIST cmd2-2.5.3.tar.gz 689714 BLAKE2B 20dd6aff4b2c520d5f82e6273a853571d03d8c5b1d464c0225270757e6e8f4a36ced09c2311bbdc132603d92ff80bb7047502aef445974fb9908b7088f92a8b4 SHA512 eb5da50a543f485a15a768cca72cfaa32608e20d8afc07712baa7c2105eefd8496a9ad2a123097dd7dac236de6e2cf725539a36dd7902bd909668e41f304b646
-DIST cmd2-2.5.4.tar.gz 690076 BLAKE2B 4148b8a6a8df56e75f4c8c204c7524a9eb47f91950b72fae25f751bde6f6575e3a4d6d389897b9b1eb7186bd3e42de6636b50babb5ae77ee038e950c1d9568e2 SHA512 c63530ac39655b0ecfe3b690115bdde75b661650a2ef6d8766f5dbee653565d02aab64d620b46109400bf8bf0df29a91c36ac7f4a7df7ab2d84ee688b00054fd
 DIST cmd2-2.5.5.tar.gz 689948 BLAKE2B 60ffb516b4b410541281a34647b904a41e2fbbff96dfd6d896fd11a66385469606c3f7c27cbd7aa22c0b84af3c9db8e5facd2fe394608ab4294b2c95965837bc SHA512 b83e76ddb101b1f30239ad60bd00c75f9fbe67ff70b5758f7e9c9d4519f7916667b0eb87c75dda9c06295de74b6827e5dd218f5fb124893c32b43dca3fb1ef42

diff --git a/dev-python/cmd2/cmd2-2.5.2.ebuild b/dev-python/cmd2/cmd2-2.5.2.ebuild
deleted file mode 100644
index 820c48bb0ffa..000000000000
--- a/dev-python/cmd2/cmd2-2.5.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 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"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/wcwidth[${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? (
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		|| (
-			x11-misc/xclip
-			x11-misc/xsel
-		)
-	)
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# tests rely on very specific text wrapping...
-	local -x COLUMNS=80
-	virtx distutils-r1_src_test
-}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# TODO: tests_isolated?
-	epytest -o addopts= -p pytest_mock tests || die
-}

diff --git a/dev-python/cmd2/cmd2-2.5.3.ebuild b/dev-python/cmd2/cmd2-2.5.3.ebuild
deleted file mode 100644
index 820c48bb0ffa..000000000000
--- a/dev-python/cmd2/cmd2-2.5.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 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"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/wcwidth[${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? (
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		|| (
-			x11-misc/xclip
-			x11-misc/xsel
-		)
-	)
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# tests rely on very specific text wrapping...
-	local -x COLUMNS=80
-	virtx distutils-r1_src_test
-}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# TODO: tests_isolated?
-	epytest -o addopts= -p pytest_mock tests || die
-}

diff --git a/dev-python/cmd2/cmd2-2.5.4.ebuild b/dev-python/cmd2/cmd2-2.5.4.ebuild
deleted file mode 100644
index 820c48bb0ffa..000000000000
--- a/dev-python/cmd2/cmd2-2.5.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 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"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/wcwidth[${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? (
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		|| (
-			x11-misc/xclip
-			x11-misc/xsel
-		)
-	)
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-	# tests rely on very specific text wrapping...
-	local -x COLUMNS=80
-	virtx distutils-r1_src_test
-}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	# TODO: tests_isolated?
-	epytest -o addopts= -p pytest_mock tests || die
-}


             reply	other threads:[~2024-11-15  4:59 UTC|newest]

Thread overview: 178+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15  4:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-27  4:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ Michał Górny
2025-09-18  6:21 Michał Górny
2025-09-17  3:31 Michał Górny
2025-07-20 15:53 Sam James
2025-07-12 11:42 Michał Górny
2025-07-12 11:33 Michał Górny
2025-07-03  3:17 Sam James
2025-07-03  2:19 Sam James
2025-07-02  0:20 Jakov Smolić
2025-07-01 18:15 Arthur Zamarin
2025-07-01 15:47 Arthur Zamarin
2025-07-01  4:50 Sam James
2025-07-01  4:43 Sam James
2025-07-01  2:35 Michał Górny
2025-06-27  2:26 Michał Górny
2025-06-27  2:26 Michał Górny
2025-06-09  4:28 Michał Górny
2025-05-31 18:36 Sam James
2025-05-31 18:36 Sam James
2025-02-15  8:19 Michał Górny
2025-02-15  7:44 Arthur Zamarin
2025-02-01 11:58 Michał Górny
2025-01-26  3:06 Michał Górny
2025-01-18  7:20 Michał Górny
2025-01-04 12:40 Michał Górny
2025-01-04 12:28 Sam James
2024-12-18  8:07 Michał Górny
2024-12-07 11:36 Michał Górny
2024-12-07 10:35 Arthur Zamarin
2024-11-23  7:10 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-14  4:39 Michał Górny
2024-11-07  6:45 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-03  3:52 Michał Górny
2024-10-24  4:32 Michał Górny
2024-06-11 13:40 Michał Górny
2023-05-31 19:23 Arthur Zamarin
2023-04-06 13:25 Michał Górny
2023-04-06  8:06 Arthur Zamarin
2023-03-16  3:47 Michał Górny
2023-01-28  7:39 Michał Górny
2022-08-13 11:53 Arthur Zamarin
2022-07-14  7:31 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-05-27 19:45 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-05-21 13:49 Michał Górny
2022-04-26  1:51 Sam James
2022-04-15  8:22 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:34 Arthur Zamarin
2022-02-23  8:12 Michał Górny
2021-12-13  8:09 Michał Górny
2021-12-13  5:42 Sam James
2021-11-29 22:28 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-19  9:03 Michał Górny
2021-11-12  9:40 Michał Górny
2021-10-16  5:59 Michał Górny
2021-10-15 22:43 Sam James
2021-09-14 21:35 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-07-06  7:58 Michał Górny
2021-06-17 19:35 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-07  6:56 Michał Górny
2021-05-24  1:34 Joshua Kinard
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-02-01  8:50 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2021-01-05 15:53 Michał Górny
2020-12-22 21:13 Michał Górny
2020-12-22 20:36 Sam James
2020-12-01 10:32 Michał Górny
2020-11-30 21:12 Sergei Trofimovich
2020-11-12  9:17 Michał Górny
2020-10-26 23:44 Sergei Trofimovich
2020-10-01 21:38 Michał Górny
2020-09-19  7:21 Michał Górny
2020-09-19  2:10 Sam James
2020-09-18 14:36 Michał Górny
2020-09-18  7:23 Michał Górny
2020-09-04  3:30 Michał Górny
2020-08-28  6:28 Michał Górny
2020-08-26  6:38 Michał Górny
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-08-21  2:47 Michał Górny
2020-08-17  7:10 Agostino Sarubbo
2020-08-16 14:48 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-15  7:26 Sergei Trofimovich
2020-08-13 19:49 Michał Górny
2020-08-11 13:43 Michał Górny
2020-08-07  4:53 Michał Górny
2020-08-05  7:50 Michał Górny
2020-07-15  5:04 Michał Górny
2020-07-14 12:01 Michał Górny
2020-07-08 13:16 Michał Górny
2020-06-07  7:27 Michał Górny
2020-05-31 15:42 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-04 10:29 Michał Górny
2020-04-23 12:12 Michał Górny
2020-04-21 19:45 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-07 10:42 Michał Górny
2020-04-03  9:37 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:27 Agostino Sarubbo
2020-03-14 22:31 Agostino Sarubbo
2020-03-14  4:55 Michał Górny
2020-03-02  5:42 Michał Górny
2020-02-21 10:08 Michał Górny
2020-02-11 11:37 Agostino Sarubbo
2020-02-10  8:18 Agostino Sarubbo
2020-02-09  8:48 Mikle Kolyada
2020-02-09  4:44 Michał Górny
2020-02-09  4:44 Michał Górny
2020-01-27 11:50 Mikle Kolyada
2020-01-27  7:22 Michał Górny
2020-01-26 20:24 Matthew Thode
2020-01-26 20:24 Matthew Thode
2020-01-24  5:27 Michał Górny
2020-01-24  5:27 Michał Górny
2020-01-13  8:50 Agostino Sarubbo
2020-01-10 19:14 Agostino Sarubbo
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-03 20:46 David Seifert
2019-12-10 14:26 Michał Górny
2019-12-10 14:26 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-13  7:33 Michał Górny
2019-11-13  7:33 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-02 13:30 Michał Górny
2019-09-25  5:53 Michał Górny
2019-09-25  5:53 Michał Górny
2019-08-08  3:31 Michał Górny
2019-07-25  5:52 Michał Górny
2019-07-10 19:34 Michał Górny
2019-07-09 20:00 Michał Górny
2019-07-09 19:54 Michał Górny
2019-05-11 19:48 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-08-30 17:50 Matt Thode
2018-02-22 19:59 Matt Thode
2017-08-31 20:46 Matt Thode
2017-08-31 19:17 Mike Gilbert
2017-08-31 17:20 Matt Thode
2017-08-28 18:35 Matt Thode
2017-04-22 18:28 Mike Gilbert
2017-04-22 18:08 Mike Gilbert
2016-03-26  1:56 Matt Thode
2016-02-28  7:00 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1731646755.bdbc089b632057c5723f7f2d3343112e9dd10e69.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox