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 B8A47158086 for ; Fri, 10 Dec 2021 17:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AAFD2BC00B; Fri, 10 Dec 2021 17:12:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CD542BC011 for ; Fri, 10 Dec 2021 17:12:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA0B7343308 for ; Fri, 10 Dec 2021 17:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 460C122B for ; Fri, 10 Dec 2021 17:12:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1639156303.6c1288c2f15cc8b1f7a40c2cb0198ce89ad8b7c7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flexmock/Manifest dev-python/flexmock/flexmock-0.10.10.ebuild X-VCS-Directories: dev-python/flexmock/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6c1288c2f15cc8b1f7a40c2cb0198ce89ad8b7c7 X-VCS-Branch: master Date: Fri, 10 Dec 2021 17:12:03 +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: 1a033dfa-df8f-4373-999f-b509bea769cd X-Archives-Hash: 44a2c081eadf871d6f85c21614bacb2d commit: 6c1288c2f15cc8b1f7a40c2cb0198ce89ad8b7c7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 10 15:49:10 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 10 17:11:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1288c2 dev-python/flexmock: drop 0.10.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/flexmock/Manifest | 1 - dev-python/flexmock/flexmock-0.10.10.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/flexmock/Manifest b/dev-python/flexmock/Manifest index ccf68a07dedc..4f8612d4df04 100644 --- a/dev-python/flexmock/Manifest +++ b/dev-python/flexmock/Manifest @@ -1,2 +1 @@ -DIST flexmock-0.10.10.tar.gz 49201 BLAKE2B f5d77398ac14a002f78790d4e03f93bcd00c016e6a5eb0be45ce3b59a223159656ab694a1dd1124cbac351680fef25084d69e9533d668177ea73b9e458df5b6f SHA512 211939bf40ecb25981a70d5bfe897ef8127ef38d5adf6a48b086c4b6f49b05e1a04f09afb73f428e3eb21a8090ba33ca86e605c2c1ac70d9fc269fdd640ccb73 DIST flexmock-0.11.1.tar.gz 48331 BLAKE2B b4a670530050098706133d531f162516163e8bed5fe867277d8d729c3afbd21747d53f17e8cd0f2f087550137c864aa8ac912cb404103426e3fdb17e98d79645 SHA512 6b5ce669e29dc24313e94b0c0c24d75e25c99343c33d787987c6707532598fb0d28df751148a4f7183d4bbdb54822c07d88ded394358545fe8d822564e1408e6 diff --git a/dev-python/flexmock/flexmock-0.10.10.ebuild b/dev-python/flexmock/flexmock-0.10.10.ebuild deleted file mode 100644 index 5e9a8fb82df6..000000000000 --- a/dev-python/flexmock/flexmock-0.10.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Testing library to create mocks, stubs and fakes" -HOMEPAGE="https://flexmock.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv" - -distutils_enable_tests pytest - -python_test() { - epytest -p no:flaky -} - -python_install_all() { - distutils-r1_python_install_all - dodoc -r docs -}