diff options
author | Amy Liffey <amynka@gentoo.org> | 2018-04-26 10:34:47 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-04-26 10:38:19 +0200 |
commit | 6c5744ea2564ad2589f89aa68634a24c7638ec5c (patch) | |
tree | d4baa2f82674710cf49a72954faaa1432f3b6358 /dev-python | |
parent | dev-python/yubiotp: fix DESCRIPTION (diff) | |
download | gentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.tar.gz gentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.tar.bz2 gentoo-6c5744ea2564ad2589f89aa68634a24c7638ec5c.zip |
dev-python/django-otp: fix DESCRIPTION
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-otp/django-otp-0.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild b/dev-python/django-otp/django-otp-0.3.4.ebuild index 9a5fb3483f14..eb05d4af0f2d 100644 --- a/dev-python/django-otp/django-otp-0.3.4.ebuild +++ b/dev-python/django-otp/django-otp-0.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 -DESCRIPTION="Framework for adding two-factor authentication to Django using one-time passwords" +DESCRIPTION="Django framework adding two-factor authentication using one-time passwords" HOMEPAGE="https://bitbucket.org/psagers/django-otp" SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" |