From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/requestsexceptions/Manifest | 1 + dev-python/requestsexceptions/metadata.xml | 12 ++++++++++ .../requestsexceptions-1.4.0-r1.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/requestsexceptions/Manifest create mode 100644 dev-python/requestsexceptions/metadata.xml create mode 100644 dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild (limited to 'dev-python/requestsexceptions') diff --git a/dev-python/requestsexceptions/Manifest b/dev-python/requestsexceptions/Manifest new file mode 100644 index 000000000000..2b1f5cb758a9 --- /dev/null +++ b/dev-python/requestsexceptions/Manifest @@ -0,0 +1 @@ +DIST requestsexceptions-1.4.0.tar.gz 6880 BLAKE2B 7539cb7993de817a9d22db3f2e1121b65850cc80723c149243e6e540df7f1229abf66a5a443ca41eb855510caa3f10ca6829d89ad39745fe8180359a92037cff SHA512 f631fa650a969ccc74eebfe7522b16e969de4bf48b6f7140eba46a301cfc5a56b9a8354785990daabae025a8175f6b62bf0870d73468d96ba92fa09f4ef3c566 diff --git a/dev-python/requestsexceptions/metadata.xml b/dev-python/requestsexceptions/metadata.xml new file mode 100644 index 000000000000..e71e16e14110 --- /dev/null +++ b/dev-python/requestsexceptions/metadata.xml @@ -0,0 +1,12 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. + + baldeagleos-repo + diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild new file mode 100644 index 000000000000..b38d2bbd1231 --- /dev/null +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Finds the correct path to exceptions in the requests library" +HOMEPAGE=" + https://opendev.org/openstack/requestsexceptions/ + https://github.com/openstack/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} +" -- cgit v1.3