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/oauthlib/
Date: Sat, 10 Sep 2022 05:38:36
Message-Id: 1662788299.372958fead083b7188e60309b81672faa39896ae.arthurzam@gentoo
1 commit: 372958fead083b7188e60309b81672faa39896ae
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 05:01:21 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 05:38:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372958fe
7
8 dev-python/oauthlib: add 3.2.1
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/oauthlib/Manifest | 1 +
13 dev-python/oauthlib/oauthlib-3.2.1.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest
17 index 2c92c9dd8b19..62cb18e236c0 100644
18 --- a/dev-python/oauthlib/Manifest
19 +++ b/dev-python/oauthlib/Manifest
20 @@ -1 +1,2 @@
21 DIST oauthlib-3.2.0.tar.gz 163829 BLAKE2B cf14aeea253bc25f696bb638f364ff74d1a695a0f72dc8a77e2a5433e20672a5cf4a7b25f222940a08a5a26b503e671258ef26ee96e121fa016fbec3d6c5c874 SHA512 abb052cbaccb00a61e9a6c0028102927310d2d864d853cd0826c9a8eae8a9e921da33b79be554a3c6f6067cbcf43b25140f5224c8ab1e7f0a4eb6ab227d418a3
22 +DIST oauthlib-3.2.1.tar.gz 176109 BLAKE2B 69da6e8ae0efac3928b0e8ee0be1eb57f0871b4a9361f7347a0abfabf183f82bf8431d0247168531dd5fb12c6df2e8a55e5f95f3df1da2d3c8931a6b1751fe4c SHA512 87fa320f3a660337a2d4da03c4b5f2345f7e907c1acf8fff93cf13095ceb699e282dc458fb03350b0da371c7b2af875925e808bccab6d8549f7ce2847e69aba3
23
24 diff --git a/dev-python/oauthlib/oauthlib-3.2.1.ebuild b/dev-python/oauthlib/oauthlib-3.2.1.ebuild
25 new file mode 100644
26 index 000000000000..c9f783b21010
27 --- /dev/null
28 +++ b/dev-python/oauthlib/oauthlib-3.2.1.ebuild
29 @@ -0,0 +1,26 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic"
41 +HOMEPAGE="https://github.com/oauthlib/oauthlib https://pypi.org/project/oauthlib/"
42 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
47 +
48 +# optional extras hard set as RDEPs. See setup.py
49 +RDEPEND="
50 + >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
51 + dev-python/blinker[${PYTHON_USEDEP}]
52 + dev-python/cryptography[${PYTHON_USEDEP}]
53 +"
54 +
55 +distutils_enable_tests unittest