diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-08 11:57:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-08 12:57:25 +0100 |
commit | 80509f032eeafdf5d8e2b430fb24cb796dab2734 (patch) | |
tree | 817d84077aae68aefc24d5e5f9e4976533d3c9b7 /dev-python/requestsexceptions | |
parent | dev-python/bandit: Enable py3.12 (diff) | |
download | gentoo-80509f032eeafdf5d8e2b430fb24cb796dab2734.tar.gz gentoo-80509f032eeafdf5d8e2b430fb24cb796dab2734.tar.bz2 gentoo-80509f032eeafdf5d8e2b430fb24cb796dab2734.zip |
dev-python/requestsexceptions: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild | 17 |
1 files 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 cf41f6322ab7..336c16852f43 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} +" |