From 80509f032eeafdf5d8e2b430fb24cb796dab2734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 8 Nov 2023 11:57:18 +0100 Subject: [PATCH] dev-python/requestsexceptions: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../requestsexceptions-1.4.0-r1.ebuild | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild index cf41f6322ab74..336c16852f43f 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -4,15 +4,24 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 pypi DESCRIPTION="Finds the correct path to exceptions in the requests library" -HOMEPAGE="https://github.com/openstack-infra/requestsexceptions" +HOMEPAGE=" + https://opendev.org/openstack/requestsexceptions/ + https://github.com/openstack-infra/requestsexceptions/ + https://pypi.org/project/requestsexceptions/ +" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~riscv x86" -RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" +RDEPEND=" + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} +"