Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Fri, 17 Sep 2021 02:38:35
Message-Id: 1631846287.7f6f88fda8c7cb78fabaff838b186a21c5272a8e.sam@gentoo
1 commit: 7f6f88fda8c7cb78fabaff838b186a21c5272a8e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 02:38:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 02:38:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6f88fd
7
8 net-misc/httpie: simplify by using d_e_t pytest by itself
9
10 It adds the restrict + USE for us.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/httpie/httpie-2.5.0.ebuild | 6 ------
15 1 file changed, 6 deletions(-)
16
17 diff --git a/net-misc/httpie/httpie-2.5.0.ebuild b/net-misc/httpie/httpie-2.5.0.ebuild
18 index bc6673f6453..00420956f69 100644
19 --- a/net-misc/httpie/httpie-2.5.0.ebuild
20 +++ b/net-misc/httpie/httpie-2.5.0.ebuild
21 @@ -16,8 +16,6 @@ SRC_URI="https://github.com/httpie/httpie/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="BSD"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="test"
26 -RESTRICT="!test? ( test )"
27
28 RDEPEND="
29 dev-python/defusedxml[${PYTHON_USEDEP}]
30 @@ -36,10 +34,6 @@ BDEPEND="
31
32 distutils_enable_tests pytest
33
34 -python_test() {
35 - pytest -v || die "Tests failed with ${EPYTHON}"
36 -}
37 -
38 python_install_all() {
39 newbashcomp extras/httpie-completion.bash http
40 insinto /usr/share/fish/vendor_completions.d