mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-python/requestsexceptions: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user