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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B197158092 for ; Fri, 17 Sep 2021 02:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B39E081B; Fri, 17 Sep 2021 02:38:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79F73E081B for ; Fri, 17 Sep 2021 02:38:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86CDA3431A7 for ; Fri, 17 Sep 2021 02:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB164AC for ; Fri, 17 Sep 2021 02:38:31 +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: <1631846287.7f6f88fda8c7cb78fabaff838b186a21c5272a8e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/httpie/httpie-2.5.0.ebuild X-VCS-Directories: net-misc/httpie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f6f88fda8c7cb78fabaff838b186a21c5272a8e X-VCS-Branch: master Date: Fri, 17 Sep 2021 02:38:31 +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: 83dff095-f352-403f-997c-05eadecdca76 X-Archives-Hash: 6917b5f7f077fca5f201756f22603b24 commit: 7f6f88fda8c7cb78fabaff838b186a21c5272a8e Author: Sam James gentoo org> AuthorDate: Fri Sep 17 02:38:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 17 02:38:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6f88fd net-misc/httpie: simplify by using d_e_t pytest by itself It adds the restrict + USE for us. Signed-off-by: Sam James gentoo.org> net-misc/httpie/httpie-2.5.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-misc/httpie/httpie-2.5.0.ebuild b/net-misc/httpie/httpie-2.5.0.ebuild index bc6673f6453..00420956f69 100644 --- a/net-misc/httpie/httpie-2.5.0.ebuild +++ b/net-misc/httpie/httpie-2.5.0.ebuild @@ -16,8 +16,6 @@ SRC_URI="https://github.com/httpie/httpie/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/defusedxml[${PYTHON_USEDEP}] @@ -36,10 +34,6 @@ BDEPEND=" distutils_enable_tests pytest -python_test() { - pytest -v || die "Tests failed with ${EPYTHON}" -} - python_install_all() { newbashcomp extras/httpie-completion.bash http insinto /usr/share/fish/vendor_completions.d