Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotp/
Date: Tue, 18 May 2021 16:02:12
Message-Id: 1621353702.1d22815fdf87a90b873c022027737b9c0d9a8b88.mgorny@gentoo
1 commit: 1d22815fdf87a90b873c022027737b9c0d9a8b88
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 18 13:39:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 16:01:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d22815f
7
8 dev-python/pyotp: drop 2.4.1, 2.5.1
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pyotp/Manifest | 2 --
14 dev-python/pyotp/pyotp-2.4.1.ebuild | 18 ------------------
15 dev-python/pyotp/pyotp-2.5.1.ebuild | 18 ------------------
16 3 files changed, 38 deletions(-)
17
18 diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
19 index 123a1afe57d..4d772d5cc53 100644
20 --- a/dev-python/pyotp/Manifest
21 +++ b/dev-python/pyotp/Manifest
22 @@ -1,3 +1 @@
23 -DIST pyotp-2.4.1.tar.gz 15232 BLAKE2B 0690364209bbbfc7bdaddc0204168a584696b98d974b203513ce8f6ffef9751ed1c9d19b7f875631805cf704ca494b2412eb731b0415fdedbae7f57ece630981 SHA512 4bd60ecef1ae22207732a539e5b46c3ca35fa6158da552e537aa522bfe2a2e0743f7426c437cd93cc9901ce5b834cbd9d9e4481eb95478871367f1d5373b67af
24 -DIST pyotp-2.5.1.tar.gz 15503 BLAKE2B 73cbfb37f0d795b5d7a538e7b973c0281f161226559df1a8db20d4df5121c0efbe8dc8b0bed806903a83dace3388efca6c1ec84a6b7ef21becbd020c04074ffc SHA512 628bcc4c18c469dff9007cbe2f4a9b55a2100e1845e3196fbf2f55fd37b6c95a0d4d5df7a31f8df3e84b8a1b48151cb8048574cf1cda6bc7c098c5c0fb6e5649
25 DIST pyotp-2.6.0.tar.gz 15687 BLAKE2B 9e1b97c5fd5a3d9b335c173d44922a0427f9f49f4fb27579ee528d1e6f4776b33db31a1664a9bd6295bbec331458e17ac380c1fcd9860bc200577051f2af2e7e SHA512 8d650c6840dd243c4dcb522745ae80b462c1819bcafef226923d13be6a2b096cf5f2146829fd553d5e096d82b67725706d69d0cbb15a5d6586ea234201671bcd
26
27 diff --git a/dev-python/pyotp/pyotp-2.4.1.ebuild b/dev-python/pyotp/pyotp-2.4.1.ebuild
28 deleted file mode 100644
29 index 7b0577c6624..00000000000
30 --- a/dev-python/pyotp/pyotp-2.4.1.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7,8} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords."
43 -HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -distutils_enable_tests unittest
51
52 diff --git a/dev-python/pyotp/pyotp-2.5.1.ebuild b/dev-python/pyotp/pyotp-2.5.1.ebuild
53 deleted file mode 100644
54 index cf8967a7eb7..00000000000
55 --- a/dev-python/pyotp/pyotp-2.5.1.ebuild
56 +++ /dev/null
57 @@ -1,18 +0,0 @@
58 -# Copyright 1999-2021 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=7
62 -
63 -PYTHON_COMPAT=( python3_{7..9} )
64 -
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords."
68 -HOMEPAGE="https://github.com/pyauth/pyotp https://pypi.org/project/pyotp/"
69 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70 -
71 -LICENSE="MIT"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86"
74 -
75 -distutils_enable_tests unittest