Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-jwt/
Date: Sun, 12 Sep 2021 17:10:45
Message-Id: 1631466625.b99e27206a3db1bb153c00e4bb45ca8101b7a109.arthurzam@gentoo
1 commit: b99e27206a3db1bb153c00e4bb45ca8101b7a109
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 17:10:25 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 17:10:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99e2720
7
8 dev-python/python-jwt: enable py3.10, EAPI=8, block dev-python/pyjwt
9
10 Closes: https://bugs.gentoo.org/772011
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/python-jwt/python-jwt-1.2.0.ebuild | 10 +++++++---
14 1 file changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/python-jwt/python-jwt-1.2.0.ebuild b/dev-python/python-jwt/python-jwt-1.2.0.ebuild
17 index e10f83af9f6..1db1e4d42d1 100644
18 --- a/dev-python/python-jwt/python-jwt-1.2.0.ebuild
19 +++ b/dev-python/python-jwt/python-jwt-1.2.0.ebuild
20 @@ -1,8 +1,9 @@
21 # Copyright 2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_8 python3_9 )
26 +EAPI=8
27 +
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit distutils-r1
30
31 DESCRIPTION="JSON Web Token library for python 3"
32 @@ -20,7 +21,10 @@ LICENSE="Apache-2.0"
33 SLOT="0"
34
35 BDEPEND="test? ( dev-python/freezegun[${PYTHON_USEDEP}] )"
36 -RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]"
37 +RDEPEND="
38 + dev-python/cryptography[${PYTHON_USEDEP}]
39 + !dev-python/pyjwt
40 +"
41
42 distutils_enable_tests pytest