commit:     2ef95c7df3037ad32699c5a1534f9581650351d6
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Wed Jun  4 12:06:03 2025 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Wed Jun  4 12:07:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=2ef95c7d

dev-python/rauth: eapi8

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 dev-python/rauth/Manifest           | 2 +-
 dev-python/rauth/rauth-0.7.2.ebuild | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/rauth/Manifest b/dev-python/rauth/Manifest
index 2525171..905b00e 100644
--- a/dev-python/rauth/Manifest
+++ b/dev-python/rauth/Manifest
@@ -1,3 +1,3 @@
 AUX rauth-0.7.2-fix-python-3.6.patch 934 BLAKE2B 
21f64e2b5e0e0ebe00d1d428770858b51fe4d617a306933ae273d01b96cfe76823161e1e86ec160f7d2f5dff299e3ff41adc774503ee575bab61e5605e59056f
 SHA512 
c774c24c9a03603c9b319f370c416ac4472097914507f236a194a76a96ce5f4eddaf01ac0e212c8bd9bab099d8dbf0e5d870ceee665614394d703c02f23c0303
 DIST rauth-0.7.2.tar.gz 34688 BLAKE2B 
412b777d51e5682fec98088fc6af9cb799231deba7d9f808d61e0e6d57ff4f6f49c0e42dc1c6507f59053d603df85c5acd7105c76ce8c4ea02cc20c016402210
 SHA512 
8b2b0dd3b6878b928ca16b8ce2a264381cb465e7b2abcdae0bde3102dfd34e098606d7efc44ef5cfde0e89113044656df4f9fd7006c78d1300e02d321913cbb6
-EBUILD rauth-0.7.2.ebuild 594 BLAKE2B 
9e7797e12f2de17a2ed28584a2fe6279dc03536f94e7e79100aba76dcf91c1d355ef1faddb7f1eb56cbf5e1f702cc4c5c9969d6097b4267419e11c3c8fae7a04
 SHA512 
390d13e80bb2f7acb7ff1a403ccaba0b3d6756be07a1250252b3cc373bb659f4f90ca91d1b450d2dad2dec1a40147c8f8ab38a2196a7982c492b3dc031a9c662
+EBUILD rauth-0.7.2.ebuild 657 BLAKE2B 
14b9da3f2eb20f0626fb741c50fd283bd64d5384cb963cdf768baa9acfc11e22ccf609caec21478bbeab91ed756075c34ecdc9d5036af2573718ce6da6c02fb9
 SHA512 
44aa07943247ef3bdf53d17bde7c6bad5fc88fa6e139eeb86b31d28c3bc9ab04f425fa5d7626ed125928a0c70fb7bfad0985459f9401f3f056e74e04eb06cff8

diff --git a/dev-python/rauth/rauth-0.7.2.ebuild 
b/dev-python/rauth/rauth-0.7.2.ebuild
index 88527ed..2cbc475 100644
--- a/dev-python/rauth/rauth-0.7.2.ebuild
+++ b/dev-python/rauth/rauth-0.7.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2025 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python2_7 python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
 inherit distutils-r1
 
 DESCRIPTION="A Python library for OAuth 1.0/a, 2.0, and Ofly."
@@ -18,6 +19,7 @@ IUSE="test"
 PATCHES=( "${FILESDIR}/${P}-fix-python-3.6.patch" )
 
 DEPEND="
+       dev-python/packaging[${PYTHON_USEDEP}]
        dev-python/requests[${PYTHON_USEDEP}]
        test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
 RDEPEND="${DEPEND}"

Reply via email to