From abb4c3e79faf5b5f31a83ba4ed76147191fe406f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 21 Dec 2023 16:20:47 +0100 Subject: [PATCH] dev-python/httpx-socks: Unpin dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...px-socks-0.8.0.ebuild => httpx-socks-0.8.0-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename dev-python/httpx-socks/{httpx-socks-0.8.0.ebuild => httpx-socks-0.8.0-r1.ebuild} (90%) diff --git a/dev-python/httpx-socks/httpx-socks-0.8.0.ebuild b/dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild similarity index 90% rename from dev-python/httpx-socks/httpx-socks-0.8.0.ebuild rename to dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild index ce8d7e95504ec..5e5bae2f96318 100644 --- a/dev-python/httpx-socks/httpx-socks-0.8.0.ebuild +++ b/dev-python/httpx-socks/httpx-socks-0.8.0-r1.ebuild @@ -24,9 +24,7 @@ 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.17.3[${PYTHON_USEDEP}] >=dev-python/python-socks-2.0.0[${PYTHON_USEDEP}] " @@ -42,3 +40,10 @@ BDEPEND=" " distutils_enable_tests pytest + +src_prepare() { + # unpin dependencies + sed -i -e 's:,<[0-9.]*::' setup.py || die + + distutils-r1_src_prepare +}