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 80118138350 for ; Sat, 28 Mar 2020 18:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CEB0E0B01; Sat, 28 Mar 2020 18:03:07 +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 60665E0B01 for ; Sat, 28 Mar 2020 18:03:07 +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 0960034FA85 for ; Sat, 28 Mar 2020 18:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE4DE1B4 for ; Sat, 28 Mar 2020 18:03:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585418569.b2824b16480a2bb3679657515109078a902b3c88.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyotp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyotp/pyotp-2.2.6.ebuild X-VCS-Directories: dev-python/pyotp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b2824b16480a2bb3679657515109078a902b3c88 X-VCS-Branch: master Date: Sat, 28 Mar 2020 18:03:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18ca6fc1-e0c8-42c7-a1f6-50be9115ef81 X-Archives-Hash: 18ed78b38d0d17ef2c39dae308bfecd3 commit: b2824b16480a2bb3679657515109078a902b3c88 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 17:57:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 18:02:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2824b16 dev-python/pyotp: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pyotp/pyotp-2.2.6.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-python/pyotp/pyotp-2.2.6.ebuild b/dev-python/pyotp/pyotp-2.2.6.ebuild deleted file mode 100644 index cf29b9d0c72..00000000000 --- a/dev-python/pyotp/pyotp-2.2.6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords." -HOMEPAGE="https://github.com/pyotp/pyotp https://pypi.org/project/pyotp/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - "${EPYTHON}" -m unittest discover -v || die "Testing failed with ${EPYTHON}" -}