commit:     fa3dd911f896da0007e4ac415ba146a2c6db6208
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:06:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=fa3dd911

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..46821aa 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 
d030e7abc674cf97f0e7a4ad2d4523dc1e15636a882f998dabebbc43c8b8163e50c520f068dfa57dcfbd1077ac2d5f2190199b5ca19215114af634d672ed8827
 SHA512 
52520b54b84d28b49f96aa2b334a2df1f6849861c4a02f2846b7516bc901078ce30c9e15deb6bbed8366c26fb0fc49f86f3f468d83e887bcb138518202bd2053

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