From 58177544118b9a8393d7501ee5e0e35cd32f2ad4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 24 Feb 2023 03:46:27 +0000 Subject: gentoo auto-resync : 24:02:2023 - 03:46:27 --- net-misc/Manifest.gz | Bin 54277 -> 54285 bytes net-misc/httpie/Manifest | 2 +- net-misc/httpie/httpie-3.2.1-r1.ebuild | 45 +++++++++++++++++++++++++++++++++ net-misc/httpie/httpie-3.2.1.ebuild | 43 ------------------------------- 4 files changed, 46 insertions(+), 44 deletions(-) create mode 100644 net-misc/httpie/httpie-3.2.1-r1.ebuild delete mode 100644 net-misc/httpie/httpie-3.2.1.ebuild (limited to 'net-misc') diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index 320e86951a48..c843f8eb7507 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/httpie/Manifest b/net-misc/httpie/Manifest index ca0b4643c7cf..82d3aeec0fb2 100644 --- a/net-misc/httpie/Manifest +++ b/net-misc/httpie/Manifest @@ -5,5 +5,5 @@ DIST httpie-3.2.1.gh.tar.gz 1276550 BLAKE2B 627aa3db762e9e407f882be2c4267f522730 EBUILD httpie-2.4.0.ebuild 1571 BLAKE2B 6e4045b2adc0249b63737ad61826e9689f91a4cd9ad122a6fe3c2a8375339ae51dcdec571d03fed8e019c9d87971dd377cb414a214008a4ed403f5e01f106353 SHA512 09c1978494962b32c5c4791e901fa8cec89e9a4d120b31ec39c5e62f75283b78de41e52ea76c0f3a86dc3356ac9a1134c47d224933230ef8d6ffbc225b0ff371 EBUILD httpie-2.5.0.ebuild 1074 BLAKE2B 348d0b35c3e1b5a6855b84599a34f1e43783213b18a06416044dc9b3b554d3623363cfe3f528ba796bd7e350f1fdca0b82e0c6acc459acc26c472e255a18e689 SHA512 1e37bb1fcaaac5fa7a4d1075f5268fe46bff285cbeab49f64d99dfca45bcb190b3911b16e5b071345800c6860ea928c7bb4a9a2b558cf360d5b6523d53efeb61 EBUILD httpie-2.6.0.ebuild 1121 BLAKE2B 0389ddb14adfb89235133ed02f6c6ee76a4230ee9795e32feb53699e593d85cca39d88eb3887907e0011c0da1a685a6ded402fb6747aaa04969d3970bfef4b4f SHA512 9839b01d42334bd968ff2e51853b09dfbf4b8b62bb7d655af3a612d0952cd312c66fb627419c413eed30791333a833b1023d4b45d2d88522fe0debf02736bbae -EBUILD httpie-3.2.1.ebuild 1126 BLAKE2B 024a4302c32451905d739e6f3a1e8e77f6d201e41ae88a65998edaa173681cb7e26671c7b9446d0e4e41e37bf84f738be83dea5dc4821878d39ba5a78d1ecc99 SHA512 d268baac28c31050bfd3daad0bd51ef4b017658ace5db8d7c81bac8b319f75bb52d5acfe62e87fe90e9e9c207a304115a965df5e233b4be47f96121662532301 +EBUILD httpie-3.2.1-r1.ebuild 1201 BLAKE2B ab9bdca6e69f676330faceab3fea7558173715e449706316fdc94d2b7690150086b516af640c48faadb2766c8a47f4f53d491710997d59080e7fb3dda70b0aaf SHA512 3cbe1d6b073b0b154e751179160ea49385f8704b2c5d7d98d6124e41d4b8d8ff67a99d8c43b5676a4fadb3e780093618a1902fd3a2f87cfe5751c84f59bc5e3a MISC metadata.xml 1018 BLAKE2B 590895c58cac7c3c12b1c605c7d9f6adaa35a88a5148bfae2f4ecbff8151996dfb58e4e8852d74e9a292e0b563cdf9b491fb5360a623e5b09db86ece421c43d2 SHA512 89503eeb43253c9237b1e1be0671f6dcfd50a1a7445aaea13bca4a832d4d2e6cb2c0c420d0803156a44b3a2a6ea4bc98531950067a7d73bd5555703a71c0a1fa diff --git a/net-misc/httpie/httpie-3.2.1-r1.ebuild b/net-misc/httpie/httpie-3.2.1-r1.ebuild new file mode 100644 index 000000000000..b24ab5442eee --- /dev/null +++ b/net-misc/httpie/httpie-3.2.1-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +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/httpie/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +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/responses[${PYTHON_USEDEP}] + ) +" + +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 +} diff --git a/net-misc/httpie/httpie-3.2.1.ebuild b/net-misc/httpie/httpie-3.2.1.ebuild deleted file mode 100644 index fce9a5dd2920..000000000000 --- a/net-misc/httpie/httpie-3.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -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/httpie/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -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/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/responses[${PYTHON_USEDEP}] - ) -" - -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 -} -- cgit v1.2.3