Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/
Date: Sat, 03 Mar 2018 09:11:05
Message-Id: 1520068247.38be9a6fa09998f61058964ef96b8994d9c679b9.kensington@gentoo
1 commit: 38be9a6fa09998f61058964ef96b8994d9c679b9
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:06:07 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 09:10:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38be9a6f
7
8 dev-python/django-otp-yubikey: remove 0.2.0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/django-otp-yubikey/Manifest | 1 -
13 .../django-otp-yubikey-0.2.0.ebuild | 24 ----------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest
17 index b82547fa2ce..eddd3b88ba8 100644
18 --- a/dev-python/django-otp-yubikey/Manifest
19 +++ b/dev-python/django-otp-yubikey/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-otp-yubikey-0.2.0.tar.gz 11264 BLAKE2B cfa950e11e4ce57713fb3b0607a614dd294938779398b6cabb5ea1a4168c9753de6a35a887ec75a8d66a8ebd187e0c4687ca32bd72b13e4b84b5bee0e911a635 SHA512 f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
22 DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B a85eba8bf9c590d4747627baaaa6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d SHA512 80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
23
24 diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild
25 deleted file mode 100644
26 index ed54486e8a7..00000000000
27 --- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="django-otp plugin that verifies YubiKey OTP tokens"
40 -HOMEPAGE="https://bitbucket.org/psagers/django-otp"
41 -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - dev-python/django-otp[${PYTHON_USEDEP}]
50 - dev-python/yubiotp[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 -"