Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/
Date: Fri, 03 Aug 2018 01:41:16
Message-Id: 1533260453.2dace3c7bc63b03445bed52ae47bc605a4ef13aa.chutzpah@gentoo
1 commit: 2dace3c7bc63b03445bed52ae47bc605a4ef13aa
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 01:40:53 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 01:40:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dace3c7
7
8 dev-python/django-otp-yubikey: Version bump to 0.4.2
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-python/django-otp-yubikey/Manifest | 1 +
13 .../django-otp-yubikey-0.4.2.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest
17 index eddd3b88ba8..104e9b8da7a 100644
18 --- a/dev-python/django-otp-yubikey/Manifest
19 +++ b/dev-python/django-otp-yubikey/Manifest
20 @@ -1 +1,2 @@
21 DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B a85eba8bf9c590d4747627baaaa6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d SHA512 80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
22 +DIST django-otp-yubikey-0.4.2.tar.gz 12670 BLAKE2B faf060cdc242378ba762ee6af4cfa124da60388ed23fbb33016e47dfe22542075573d9792924f72701aa09d1dde37a79f56674b26d83c2936223602f4ab1eea4 SHA512 bc6fca539e28b52086768c2874d333c7f42b69de4cbd99e57c3cbbb4d0aeae31335a54d6d7f03a9252c0524e75ca20263106d1aabe30a21f5b4046fb2fc2effd
23
24 diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild
25 new file mode 100644
26 index 00000000000..21e25622065
27 --- /dev/null
28 +++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
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-0.4.0[${PYTHON_USEDEP}]
50 + >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
51 +DEPEND="${RDEPEND}
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 +"