From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 846AD1382C5 for ; Thu, 26 Apr 2018 08:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3883E0848; Thu, 26 Apr 2018 08:39:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A425E0848 for ; Thu, 26 Apr 2018 08:39:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23A47335C63 for ; Thu, 26 Apr 2018 08:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B544229C for ; Thu, 26 Apr 2018 08:39:06 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1524731899.6c5744ea2564ad2589f89aa68634a24c7638ec5c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-otp/django-otp-0.3.4.ebuild X-VCS-Directories: dev-python/django-otp/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 6c5744ea2564ad2589f89aa68634a24c7638ec5c X-VCS-Branch: master Date: Thu, 26 Apr 2018 08:39:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a6fc3314-278f-4471-9942-c634b0bdf9a3 X-Archives-Hash: 4dba53387ccb4ce0ed2cf2804c255ae4 commit: 6c5744ea2564ad2589f89aa68634a24c7638ec5c Author: Amy Liffey gentoo org> AuthorDate: Thu Apr 26 08:34:47 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Thu Apr 26 08:38:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5744ea dev-python/django-otp: fix DESCRIPTION Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/django-otp/django-otp-0.3.4.ebuild | 4 ++-- 1 file 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 9a5fb3483f1..eb05d4af0f2 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"