public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Sun, 25 May 2025 06:01:11 +0000 (UTC)	[thread overview]
Message-ID: <1748152842.a9d1fef1c070914c9f836d2bc93b772cd46cfa3d.sam@gentoo> (raw)

commit:     a9d1fef1c070914c9f836d2bc93b772cd46cfa3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 05:35:04 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 25 06:00:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d1fef1

net-misc/httpie: drop 3.2.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/httpie/Manifest            |  1 -
 net-misc/httpie/httpie-3.2.3.ebuild | 79 -------------------------------------
 2 files changed, 80 deletions(-)

diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest
index 060169936ffc..23982b404eb6 100644
--- a/net-misc/httpie/Manifest
+++ b/net-misc/httpie/Manifest
@@ -1,2 +1 @@
-DIST httpie-3.2.3.gh.tar.gz 1279649 BLAKE2B 3404078512d9b61304560cf2226ed8837ab362f4627e73200d3379878f0ce52ca7c32160232f78544403cbe85d8ca6f5ad8f97d36fd04b1362d95d3e871581ab SHA512 0b44c15d42f73533a94f29e01c1465439cc937994deb8699135bcd56f77392ec0198c57d159f10295e3e0704dcdac486d6df4ce9f8478b914db300c92aaaf01d
 DIST httpie-3.2.4.gh.tar.gz 1279875 BLAKE2B 0d453d92afd2e2e3342d5736c0125b5b23dda574e707eb83a8f885b19cf4d07b28b2e2c46fb532522cfa9bc5868b48762881153e2bb2ce6fd31df4c9cc00c477 SHA512 eac0a2a9f1386cf514b9038677d5c231d890b1bd3e1cf243abc06ce12dd84c0b9a52e6d33d70650268fe9a9750dbee5c3e6b8d36b4432b1520cf1b09a37d0e98

diff --git a/net-misc/httpie/httpie-3.2.3.ebuild b/net-misc/httpie/httpie-3.2.3.ebuild
deleted file mode 100644
index 1f63c46ba371..000000000000
--- a/net-misc/httpie/httpie-3.2.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE="ssl(+)"
-DISTUTILS_USE_PEP517=setuptools
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Modern command line HTTP client"
-HOMEPAGE="https://httpie.io/ https://pypi.org/project/httpie/"
-SRC_URI="https://github.com/httpie/cli/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/cli-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-	dev-python/charset-normalizer[${PYTHON_USEDEP}]
-	dev-python/defusedxml[${PYTHON_USEDEP}]
-	dev-python/pygments[${PYTHON_USEDEP}]
-	dev-python/multidict[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
-	>=dev-python/requests-toolbelt-0.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		${RDEPEND}
-		dev-python/pyopenssl[${PYTHON_USEDEP}]
-		dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-		dev-python/responses[${PYTHON_USEDEP}]
-	)
-"
-
-EPYTEST_DESELECT=(
-	# https://github.com/httpie/cli/issues/1530
-	tests/test_compress.py::test_compress_form
-	tests/test_binary.py::TestBinaryResponseData
-
-	# Needs network
-	'tests/test_cookie_on_redirects.py::test_explicit_user_set_cookie_in_session[remote_httpbin]'
-	'tests/test_cookie_on_redirects.py::test_explicit_user_set_cookie[remote_httpbin]'
-	'tests/test_cookie_on_redirects.py::test_explicit_user_set_headers[False-remote_httpbin]'
-	'tests/test_cookie_on_redirects.py::test_explicit_user_set_headers[True-remote_httpbin]'
-	tests/test_cookie_on_redirects.py::test_saved_session_cookie_pool
-	tests/test_cookie_on_redirects.py::test_saved_session_cookies_on_different_domain
-	'tests/test_cookie_on_redirects.py::test_saved_session_cookies_on_redirect[httpbin-httpbin-remote_httpbin-False]'
-	'tests/test_cookie_on_redirects.py::test_saved_session_cookies_on_redirect[httpbin-remote_httpbin-httpbin-True]'
-	'tests/test_cookie_on_redirects.py::test_saved_session_cookies_on_redirect[httpbin-remote_httpbin-remote_httpbin-False]'
-	'tests/test_cookie_on_redirects.py::test_saved_user_set_cookie_in_session[remote_httpbin]'
-	'tests/test_sessions.py::test_secure_cookies_on_localhost[remote_httpbin-expected_cookies1]'
-	tests/test_tokens.py::test_verbose_chunked
-	tests/test_uploads.py::test_chunked_form
-	tests/test_uploads.py::test_chunked_json
-	tests/test_uploads.py::test_chunked_raw
-	tests/test_uploads.py::test_chunked_stdin
-	tests/test_uploads.py::test_chunked_stdin_multiple_chunks
-	tests/test_uploads.py::TestMultipartFormDataFileUpload::test_multipart_chunked
-	tests/test_uploads.py::TestRequestBodyFromFilePath::test_request_body_from_file_by_path_chunked
-)
-
-EPYTEST_IGNORE=(
-	# Assumes installation in a clean venv
-	tests/test_plugins_cli.py
-)
-
-distutils_enable_tests pytest
-
-python_install_all() {
-	newbashcomp extras/httpie-completion.bash http
-	insinto /usr/share/fish/vendor_completions.d
-	newins extras/httpie-completion.fish http.fish
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2025-05-25  6:01 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-25  6:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-25  6:01 [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/ Sam James
2025-05-10 23:24 Sam James
2025-05-10 23:22 Sam James
2025-05-10 23:22 Sam James
2025-05-03  0:29 Sam James
2024-11-23 17:21 Michał Górny
2024-11-23 13:16 Michał Górny
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-05-29  6:01 Joonas Niilola
2024-05-29  5:55 Joonas Niilola
2024-05-09 12:12 Sam James
2023-08-09 18:14 Piotr Karbowski
2023-08-09 18:14 Piotr Karbowski
2023-05-01 12:49 Sam James
2023-03-30 17:23 Arthur Zamarin
2023-03-30 17:23 Arthur Zamarin
2023-02-23 22:31 Piotr Karbowski
2023-02-18 20:04 Piotr Karbowski
2022-01-22  9:48 Agostino Sarubbo
2022-01-21 13:27 Jakov Smolić
2021-10-25 19:25 Piotr Karbowski
2021-10-25 14:00 Sam James
2021-10-20  1:51 Sam James
2021-09-17  2:38 Sam James
2021-09-17  2:37 Sam James
2021-09-08  0:18 Sam James
2021-04-19 19:41 Sam James
2021-04-18  2:58 Sam James
2021-04-18  2:57 Sam James
2021-02-06 20:56 Sam James
2021-02-06 14:15 Sam James
2021-01-31 18:48 Sam James
2021-01-26 15:19 Sam James
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-10-13 10:01 Agostino Sarubbo
2020-10-13  9:26 Agostino Sarubbo
2020-08-03 15:30 Sam James
2020-05-09  7:48 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-04-21  8:18 Joonas Niilola
2020-02-25  6:05 Joonas Niilola
2020-02-11 12:16 Michał Górny
2019-12-03 14:17 Joonas Niilola
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-10-13 16:55 Joonas Niilola
2019-07-02 10:33 Agostino Sarubbo
2019-07-01 19:23 Thomas Deutschmann
2018-11-16 20:50 Georgy Yakovlev
2018-11-10  4:05 Georgy Yakovlev
2017-05-29 16:33 Pacho Ramos
2016-12-28  4:48 Vikraman Choudhury
2016-07-02 14:08 Sebastian Pipping
2016-01-11  4:43 Vikraman Choudhury

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=1748152842.a9d1fef1c070914c9f836d2bc93b772cd46cfa3d.sam@gentoo \
    --to=sam@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