summaryrefslogtreecommitdiff
path: root/dev-python/requestsexceptions
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-24 14:47:38 +0100
commitb4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 (patch)
tree911928b566777494d08ebe2c16cb64f15af71901 /dev-python/requestsexceptions
parent61f10f985e19dfe20a4d9552902625edd5b6eabb (diff)
gentoo resync : 24.06.2021
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r--dev-python/requestsexceptions/Manifest2
-rw-r--r--dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/requestsexceptions/Manifest b/dev-python/requestsexceptions/Manifest
index a22c9a0e730b..c42fd9768719 100644
--- a/dev-python/requestsexceptions/Manifest
+++ b/dev-python/requestsexceptions/Manifest
@@ -1,3 +1,3 @@
DIST requestsexceptions-1.4.0.tar.gz 6880 BLAKE2B 7539cb7993de817a9d22db3f2e1121b65850cc80723c149243e6e540df7f1229abf66a5a443ca41eb855510caa3f10ca6829d89ad39745fe8180359a92037cff SHA512 f631fa650a969ccc74eebfe7522b16e969de4bf48b6f7140eba46a301cfc5a56b9a8354785990daabae025a8175f6b62bf0870d73468d96ba92fa09f4ef3c566
-EBUILD requestsexceptions-1.4.0.ebuild 566 BLAKE2B 435c95ae7b591197c75860bee6b94298c8b41fa88bd651717fe85aa222ba8e5df2679836400aa4c7d4fb4a22b22abcb573b3c161df0bfb7617995f4525373934 SHA512 590fe35a72a12fe39fb99b5a0ac6978db4eb99e17816b35e65fe317ad6ef97716b92390db47937d0443cf78a28b44691cafb353252ed0911a364f3247c897db0
+EBUILD requestsexceptions-1.4.0.ebuild 559 BLAKE2B f00080cc17d20d735893d2ef0e8273cd77ab302a2f3e133308ab92c72e63036c46fb91af5b6f031c55b864a7b51a3e10c5a138037cc4916361b89da0e20c8eb5 SHA512 9fd9d58474cf2b3b863113ce0b3e520e35b86d21b273f17492ab27673799ca56ee983ec54e7b7e1157d7f681e725c4c85e79703a725f97a26281ac44ce91913c
MISC metadata.xml 846 BLAKE2B 05ed6dab6649f4130e09d5f42d9e8fa16a3890265b536ed540a70aeea96a279246fc1118ad68bc3723e9ab8b50be3dabaa39861a3f80ec8b0a8a409206df5e08 SHA512 0cdb7c612dd10cbe0b2e75e0dfceffe934a826cbcd0b727b3e0c1249c54183be4cae6123215bd7b7965851738e3adbe7e0f9c403b3672bf3df53e943e0376f48
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
index 07c57c035753..4190db1fe6dd 100644
--- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
+++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
@@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 x86"
-IUSE=""
DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"