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 DCD7A138334 for ; Tue, 15 Oct 2019 17:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E97E088A; Tue, 15 Oct 2019 17:28:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E6E1EE088A for ; Tue, 15 Oct 2019 17:28:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97A5134BE52 for ; Tue, 15 Oct 2019 17:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED22897 for ; Tue, 15 Oct 2019 17:28:24 +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: <1571160495.41645f6c07c8d93e2f6d8c7acc8d78d3974b7ba2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/yubiotp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yubiotp/Manifest dev-python/yubiotp/metadata.xml dev-python/yubiotp/yubiotp-0.2.1.ebuild profiles/package.mask X-VCS-Directories: dev-python/yubiotp/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41645f6c07c8d93e2f6d8c7acc8d78d3974b7ba2 X-VCS-Branch: master Date: Tue, 15 Oct 2019 17:28:24 +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: 2fb8e1dd-1f0b-421f-9782-8b2f4bf0adfc X-Archives-Hash: 000ad91bfb7cf0bc830490b038fdbcc0 commit: 41645f6c07c8d93e2f6d8c7acc8d78d3974b7ba2 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 17:04:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 17:28:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41645f6c dev-python/yubiotp: Remove last-rited pkg Closes: https://bugs.gentoo.org/694280 Signed-off-by: Michał Górny gentoo.org> dev-python/yubiotp/Manifest | 1 - dev-python/yubiotp/metadata.xml | 9 --------- dev-python/yubiotp/yubiotp-0.2.1.ebuild | 33 --------------------------------- profiles/package.mask | 8 -------- 4 files changed, 51 deletions(-) diff --git a/dev-python/yubiotp/Manifest b/dev-python/yubiotp/Manifest deleted file mode 100644 index dc56f6b3085..00000000000 --- a/dev-python/yubiotp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST YubiOTP-0.2.1.tar.gz 17493 BLAKE2B 7dbc6b2c9383f7ff942fa2bd5d84b27f6f15795f96ec89c0352f5df126cfdf04cf113e6f5de628652a24147258cdecf9fbfb86093bc455a1d639f5ee21b0beca SHA512 3b505fed17ed27d1ef325598a5899d4ed4ae5ed7938d1ae71155f889a6533a969e07e1172661e411cdbf23a2060e8f521cd90779c314524c4a564fbf852a670c diff --git a/dev-python/yubiotp/metadata.xml b/dev-python/yubiotp/metadata.xml deleted file mode 100644 index a31c338a5c2..00000000000 --- a/dev-python/yubiotp/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - YubiOTP - psagers/yubiotp - - diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild deleted file mode 100644 index 6ec225af7b3..00000000000 --- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -inherit eutils distutils-r1 - -MY_PN="YubiOTP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Library verifying YubiKey OTP tokens, locally and using Yubico web service" -HOMEPAGE="https://bitbucket.org/psagers/yubiotp" -SRC_URI="mirror://pypi/Y/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" - -S="${WORKDIR}/${MY_P}" - -CDEPEND="dev-python/six[${PYTHON_USEDEP}] - || ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )" - -RDEPEND="${CDEPEND}" -DEPEND="test? ( ${CDEPEND} )" - -python_test() { - esetup.py test -} diff --git a/profiles/package.mask b/profiles/package.mask index 11d4f97678b..76bfb24d1af 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -452,14 +452,6 @@ dev-go/go-oauth2 # Removal in 30 days. Bug #628914 net-mail/Freemail -# Michał Górny (2019-09-14) -# The following packages are unmaintained and have not been tested -# with Python 3.7. Most of them are either in need of version bumps, -# a few have been declared discontinued upstream. None of them has -# any reverse dependency. -# Removal in 30 days. Bug #694280. -dev-python/yubiotp - # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.