diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 18:41:56 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 19:01:02 +0200 |
| commit | a7cd89d2dc686343f0dd405a6f2fedb8380767c0 (patch) | |
| tree | b5d272a9e2c08c836e74dbc4da348672540b24b1 /dev-python/oauthlib/oauthlib-3.2.2.ebuild | |
| parent | 8fe959a3e54953457a081543e1e14836ba747c16 (diff) | |
| download | gentoo-a7cd89d2dc686343f0dd405a6f2fedb8380767c0.tar.gz gentoo-a7cd89d2dc686343f0dd405a6f2fedb8380767c0.tar.bz2 gentoo-a7cd89d2dc686343f0dd405a6f2fedb8380767c0.zip | |
dev-python/oauthlib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauthlib/oauthlib-3.2.2.ebuild')
| -rw-r--r-- | dev-python/oauthlib/oauthlib-3.2.2.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/oauthlib/oauthlib-3.2.2.ebuild b/dev-python/oauthlib/oauthlib-3.2.2.ebuild index 74d6c2f9c0ab..51553f97b2fb 100644 --- a/dev-python/oauthlib/oauthlib-3.2.2.ebuild +++ b/dev-python/oauthlib/oauthlib-3.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi @@ -26,3 +26,8 @@ RDEPEND=" " distutils_enable_tests unittest + +PATCHES=( + # https://github.com/oauthlib/oauthlib/commit/fe020db74199d5284c00d7735aa7d4ddc90f5d61 + "${FILESDIR}/${P}-py313.patch" +) |
