Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/
Date: Thu, 26 Apr 2018 08:39:10
Message-Id: 1524731899.6c5744ea2564ad2589f89aa68634a24c7638ec5c.amynka@gentoo
1 commit: 6c5744ea2564ad2589f89aa68634a24c7638ec5c
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 08:34:47 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 08:38:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5744ea
7
8 dev-python/django-otp: fix DESCRIPTION
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-python/django-otp/django-otp-0.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild b/dev-python/django-otp/django-otp-0.3.4.ebuild
16 index 9a5fb3483f1..eb05d4af0f2 100644
17 --- a/dev-python/django-otp/django-otp-0.3.4.ebuild
18 +++ b/dev-python/django-otp/django-otp-0.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
26
27 inherit distutils-r1
28
29 -DESCRIPTION="Framework for adding two-factor authentication to Django using one-time passwords"
30 +DESCRIPTION="Django framework adding two-factor authentication using one-time passwords"
31 HOMEPAGE="https://bitbucket.org/psagers/django-otp"
32 SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"