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/pyotp/
Date: Sun, 05 Jun 2022 16:10:29
Message-Id: 1654445412.3030a50c9ecc2c5b3ce0db6037aecec3cff79ac3.arthurzam@gentoo
1 commit: 3030a50c9ecc2c5b3ce0db6037aecec3cff79ac3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 15:45:53 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 16:10:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3030a50c
7
8 dev-python/pyotp: EAPI=8, PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyotp/pyotp-2.6.0-r1.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/dev-python/pyotp/pyotp-2.6.0-r1.ebuild b/dev-python/pyotp/pyotp-2.6.0-r1.ebuild
16 new file mode 100644
17 index 000000000000..91f2c3bb010d
18 --- /dev/null
19 +++ b/dev-python/pyotp/pyotp-2.6.0-r1.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords"
32 +HOMEPAGE="https://github.com/pyauth/pyotp
33 + https://pypi.org/project/pyotp/"
34 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35 +
36 +LICENSE="MIT"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +
40 +distutils_enable_tests unittest