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-two-factor-auth/
Date: Sat, 03 Mar 2018 09:11:03
Message-Id: 1520068247.0dfe3e282bcfd1b2eada18a716d83839ab67922a.kensington@gentoo
1 commit: 0dfe3e282bcfd1b2eada18a716d83839ab67922a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:08:04 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=0dfe3e28
7
8 dev-python/django-two-factor-auth: remove 1.2.1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/django-two-factor-auth/Manifest | 1 -
13 .../django-two-factor-auth-1.2.1.ebuild | 41 ----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/dev-python/django-two-factor-auth/Manifest b/dev-python/django-two-factor-auth/Manifest
17 index f8deff181ee..0375c4f6eb5 100644
18 --- a/dev-python/django-two-factor-auth/Manifest
19 +++ b/dev-python/django-two-factor-auth/Manifest
20 @@ -1,2 +1 @@
21 -DIST django-two-factor-auth-1.2.1.tar.gz 102165 BLAKE2B d8c156c3b3e2ee3ecb247848c0284bfa6bc29c0c90a276865f26800623ba6fd45d9239a8b9b2e5f2f04d4846344c2ad56f7ebc71ff75fbaac5ce433e3e8bca3b SHA512 c7947318929a91096e329e21db81c798f6522050d45203dd2cdeb0708f03d06ab6c650305546cd5e53080cdc77f43c6bcedbc77ad7eb1c88ffa49da5957f40ff
22 DIST django-two-factor-auth-1.3.0.tar.gz 98955 BLAKE2B 9c9053a0b1f7c8dcd67b1f82ad5f0db5e790d6e589bab0489960fce8bcb3bdceb51e43bb2b42507c4a3ddd100722d83dc88f71521d3a9fd6513ce3e41aa0247c SHA512 5876e82897b7b86663f12701652d266c20a9d4ea16da8722e96050ecf3a3997fb0bf3e08cbcc1ae12763f68e52d66d2749343f8b7757d4286da14e8ceb98c85b
23
24 diff --git a/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild b/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild
25 deleted file mode 100644
26 index baf534d1a7a..00000000000
27 --- a/dev-python/django-two-factor-auth/django-two-factor-auth-1.2.1.ebuild
28 +++ /dev/null
29 @@ -1,41 +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=( python{2_7,3_4} )
36 -
37 -inherit eutils distutils-r1
38 -
39 -DESCRIPTION="User-friendly Two-Factor Authentication for Django"
40 -HOMEPAGE="https://github.com/Bouke/django-two-factor-auth"
41 -SRC_URI="https://github.com/Bouke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -IUSE="test yubikey"
48 -
49 -CDEPEND=">=dev-python/django-1.4.2[${PYTHON_USEDEP}]
50 - >=dev-python/django-otp-0.2.0[${PYTHON_USEDEP}]
51 - dev-python/qrcode[${PYTHON_USEDEP}]
52 - dev-python/twilio[${PYTHON_USEDEP}]
53 - yubikey? ( dev-python/django-otp-yubikey[${PYTHON_USEDEP}] )
54 - "
55 -
56 -RDEPEND="${CDEPEND}"
57 -DEPEND="test? (
58 - dev-python/flake8[${PYTHON_USEDEP}]
59 - dev-python/mock[${PYTHON_USEDEP}]
60 - ${CDEPEND}
61 - )"
62 -
63 -python_prepare_all() {
64 - distutils-r1_python_prepare_all
65 - sed -i "/'qrcode/s/^/#/" setup.py || die
66 -}
67 -
68 -python_test() {
69 - emake test
70 -}