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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F178E158086 for ; Sat, 13 Nov 2021 21:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94773E09FE; Sat, 13 Nov 2021 21:24:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5BD74E09FE for ; Sat, 13 Nov 2021 21:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79E4C3432B1 for ; Sat, 13 Nov 2021 21:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1148F1CC for ; Sat, 13 Nov 2021 21:24:15 +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: <1636838606.58f26b7ff89cd8fdf5609b0ebf9762351507a9a6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyu2f/Manifest dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild X-VCS-Directories: dev-python/pyu2f/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 58f26b7ff89cd8fdf5609b0ebf9762351507a9a6 X-VCS-Branch: master Date: Sat, 13 Nov 2021 21:24:15 +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: 35569482-6710-46a1-a93c-2209223f97fd X-Archives-Hash: 8bfb1ca218c0e2df8cc8cedf8a2b5185 commit: 58f26b7ff89cd8fdf5609b0ebf9762351507a9a6 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 13 21:23:26 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 13 21:23:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f26b7f dev-python/pyu2f: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyu2f/Manifest | 1 - dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild | 41 ---------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-python/pyu2f/Manifest b/dev-python/pyu2f/Manifest index 88204d6007c..ad123336103 100644 --- a/dev-python/pyu2f/Manifest +++ b/dev-python/pyu2f/Manifest @@ -1,2 +1 @@ -DIST pyu2f-0.1.4.tar.gz 38797 BLAKE2B 4240083b03bd596d1f87e42047980ab7c75d0064eec0ed2050d77bb92d26fac651af515c2c9b10d338e27ecd778e80ff47b5c33a68cd86328dc913c0e70cb1da SHA512 16f948b812edd5f0e4d97350872809b7c1b52f38eea49170e4aa21e0f695935dc0d71d4fa077ee1c1a3ef2f0711d62f0cc49983a89c841aa31aadf7b76340035 DIST pyu2f-0.1.5.tar.gz 39008 BLAKE2B 475a47ad99bfbe8f85ebe246eb7c394d0855732fc6bf0dd887bb32ad02bacb1f34dadc5506d330add64bca5b353824e773d2b1e971e78d9cf9dc2438d12b4f62 SHA512 ddb15bb1d917117a2b19ad169ac0f8b8c7667d7ef8ee4c266cc30326429bb3627d41d84dc390ce0036d0b0f110e1d2da47d06d4e4d03a8be98cedb5ea3112246 diff --git a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild deleted file mode 100644 index 3361d4f9f40..00000000000 --- a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python based U2F host library" -HOMEPAGE="https://github.com/google/pyu2f" -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - test? ( - dev-python/pyfakefs[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -DOCS=( CONTRIBUTING.md README.md ) - -distutils_enable_tests pytest - -python_prepare_all() { - sed -e 's:json.loads(communicate_json):json.loads(communicate_json.decode()):' \ - -i pyu2f/tests/customauthenticator_test.py || die - - distutils-r1_python_prepare_all -}