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: Mon, 04 May 2020 11:39:13
Message-Id: 1588592291.3c02339953246fb1721c9e7102d11283ac779584.mgorny@gentoo
1 commit: 3c02339953246fb1721c9e7102d11283ac779584
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:38:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:38:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c023399
7
8 dev-python/pyotp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyotp/Manifest | 1 -
13 dev-python/pyotp/pyotp-2.2.6-r1.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
17 index 4ad52547240..6ed3587391a 100644
18 --- a/dev-python/pyotp/Manifest
19 +++ b/dev-python/pyotp/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyotp-2.2.6.tar.gz 10602 BLAKE2B 801f48646ff15a039b9295948ed292c3c432f8b0b629d249554259802335b7430a2c82f8c3bee1f54df71b0972ec293d69a2005c35cac120a51cec1a3548b2c1 SHA512 4f962704411ceebff967cf13af5ec5b815da0f82af665a086c4e5d53acc735453d638c65aa2afa40fe546e92d04a9250f6964cb22270a67c9609f8486eb5ba90
22 DIST pyotp-2.3.0.tar.gz 11672 BLAKE2B a3d8ca5296b5a8a7aa053b0a0556285c19f335cb1dfb4f892d40fe2d79cc52313af7b31c6ee4afc4eb8c1cd8cb8248442bd1a4868e2bb921a552332a0a283a44 SHA512 4a7a4206134e9a370f7f3c3a9b7e755b75a84e30a320084faf91af5607c4262a6aa76d7b8cefaf284e4cf01faea1df4ca92d871644a14ab56f04693b227485cf
23
24 diff --git a/dev-python/pyotp/pyotp-2.2.6-r1.ebuild b/dev-python/pyotp/pyotp-2.2.6-r1.ebuild
25 deleted file mode 100644
26 index 1ced362170e..00000000000
27 --- a/dev-python/pyotp/pyotp-2.2.6-r1.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords."
40 -HOMEPAGE="https://github.com/pyotp/pyotp https://pypi.org/project/pyotp/"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 -
49 -python_test() {
50 - "${EPYTHON}" -m unittest discover -v || die "Testing failed with ${EPYTHON}"
51 -}