From 58129875a70f3975f864c0c1e322fe85967688b5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 17 Apr 2023 11:52:40 +0100 Subject: gentoo auto-resync : 17:04:2023 - 11:52:40 --- dev-python/httpx-socks/Manifest | 2 ++ dev-python/httpx-socks/httpx-socks-0.7.6.ebuild | 44 +++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 dev-python/httpx-socks/httpx-socks-0.7.6.ebuild (limited to 'dev-python/httpx-socks') diff --git a/dev-python/httpx-socks/Manifest b/dev-python/httpx-socks/Manifest index b1da055bbd62..6db9c677c60b 100644 --- a/dev-python/httpx-socks/Manifest +++ b/dev-python/httpx-socks/Manifest @@ -1,3 +1,5 @@ DIST httpx-socks-0.7.5.gh.tar.gz 24847 BLAKE2B 9c119b756bf493df47a1bc9c36339508a2192d2bd4392113955fed6929d7c79654f17c069f9d952a11d8c95cf210cdf54af1bb59f47dc50b26b180f0915d3fe9 SHA512 df921af0c5fd0e8b4cb127cd13d5285ae57eb6ff9bc95f9422c02c79771ef55f345ef1618156fd0887467ed81cad2081ea9f2a56a03dc1d80948ed9eabe67aee +DIST httpx-socks-0.7.6.gh.tar.gz 15116 BLAKE2B d94e13cf61a831cc36486962dd493ebfff4822a73c39f9be30fb2c13720330ec6e6ec1fb763ef1551f00fd97270a8b288e4ed7fc2b30c2f78cd8f608e88d77a6 SHA512 08e2d72d93896c15cc9e455f5d878d1015b72da48b17e53a361f7af2d0890caca42478a0f295332093afa19735a0a2fd4fddf13d09c7baf57575cd6534f9cdf9 EBUILD httpx-socks-0.7.5.ebuild 1161 BLAKE2B f3dfe7ee504c3c2c8ee66c94475efda102f4dfad789b5aacbf0327f1ec1a0fbbae0d6af7ca8a2a28778ad04a712eb2b7647c40c7da91d9cc21a690504360564e SHA512 1cbc68fd8a0bb3a12125c4e6167fa5b3565f221e96b06b727108f52fb9c71359040102cb37968b2e4089f4b0871c0c0e30969ecea1e85b46e0c3007b73ac03d3 +EBUILD httpx-socks-0.7.6.ebuild 1202 BLAKE2B f89809f67de78fb64c8fe8dbba33fe41f2b6792b5ab8ca47b55cf9b66cc331cfe2775087833c5528eeb6935bb64f280cc223870dac9a4cfd783135b1e6e0e9c1 SHA512 03f75d260cd503fb67651562beb3a08a888f448c5354ba1fbb722b363f54c95adf41c7afb87fedc71a9951f282830ef228633343662099bfe37a65a1cddb7c8a MISC metadata.xml 400 BLAKE2B b244ebd9f79b1c3313797b0384339d17df61913473cd26ab01c8490fe02cbe735609dbd2b2d76e7b1b7f716bbb3038590517481a05c1b7886ad49905f171f5e3 SHA512 3cb1600426cdc5b9ec3bd5d18b547dedb961bbc341891293f828e70d5156d845c8676ba25244804d32c702fab40134c39237e5ce4fc518104a969a8f8ffb282f diff --git a/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild b/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild new file mode 100644 index 000000000000..79e93a2e4311 --- /dev/null +++ b/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Proxy (HTTP, SOCKS) transports for httpx" +HOMEPAGE=" + https://github.com/romis2012/httpx-socks/ + https://pypi.org/project/httpx-socks/ +" +# no tests in sdist, as of 0.7.6 +SRC_URI=" + https://github.com/romis2012/httpx-socks/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + =dev-python/httpx-0.21.0[${PYTHON_USEDEP}] + =dev-python/httpcore-0.14.0[${PYTHON_USEDEP}] + >=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/hypercorn-0.12.0[${PYTHON_USEDEP}] + >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}] + >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}] + >=dev-python/starlette-0.19.1[${PYTHON_USEDEP}] + >=dev-python/trio-0.18.0[${PYTHON_USEDEP}] + >=dev-python/yarl-1.6.3[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.2.3