From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83A4C15802F for ; Sun, 5 Mar 2023 08:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC215E0839; Sun, 5 Mar 2023 08:21:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8136E0839 for ; Sun, 5 Mar 2023 08:21:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3BD8341347 for ; Sun, 5 Mar 2023 08:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0129F8B5 for ; Sun, 5 Mar 2023 08:21:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1678004497.c703aaab30b312b52f62a5810bd5d69fbda8d291.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argcomplete/argcomplete-2.0.5.ebuild X-VCS-Directories: dev-python/argcomplete/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c703aaab30b312b52f62a5810bd5d69fbda8d291 X-VCS-Branch: master Date: Sun, 5 Mar 2023 08:21:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68ba110f-65b2-42c5-bdf1-abb892cacf1f X-Archives-Hash: 7caf3a18bb3a741df96cd22ec30e46e1 commit: c703aaab30b312b52f62a5810bd5d69fbda8d291 Author: Sam James gentoo org> AuthorDate: Sun Mar 5 08:21:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 5 08:21:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c703aaab dev-python/argcomplete: drop obsolete readline-8 workaround See https://github.com/kislyuk/argcomplete/commit/95cd8bb888840f65a8bda19b4057e7bdd8f02528 Signed-off-by: Sam James gentoo.org> dev-python/argcomplete/argcomplete-2.0.5.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-python/argcomplete/argcomplete-2.0.5.ebuild b/dev-python/argcomplete/argcomplete-2.0.5.ebuild index de9e9a20ddc8..62fa0769c218 100644 --- a/dev-python/argcomplete/argcomplete-2.0.5.ebuild +++ b/dev-python/argcomplete/argcomplete-2.0.5.ebuild @@ -39,13 +39,6 @@ src_prepare() { distutils-r1_src_prepare } -src_test() { - # workaround new readline defaults - echo "set enable-bracketed-paste off" > "${T}"/inputrc || die - local -x INPUTRC="${T}"/inputrc - distutils-r1_src_test -} - python_test() { "${EPYTHON}" test/test.py -v || die }