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 496E7138350 for ; Mon, 4 May 2020 16:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B05BE095C; Mon, 4 May 2020 16:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F1412E095C for ; Mon, 4 May 2020 16:25:23 +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 BCB5934F579 for ; Mon, 4 May 2020 16:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 121AD219 for ; Mon, 4 May 2020 16:25:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588609488.dc12fb43125c1390c570dd95345f07cdf3d21384.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-lazy-fixture/Manifest dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild X-VCS-Directories: dev-python/pytest-lazy-fixture/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dc12fb43125c1390c570dd95345f07cdf3d21384 X-VCS-Branch: master Date: Mon, 4 May 2020 16:25:20 +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: 5c666a8e-5ff7-481b-a5d6-bd2311fc665b X-Archives-Hash: a0513d5b86eaae12f113495a84446ccc commit: dc12fb43125c1390c570dd95345f07cdf3d21384 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri May 1 16:58:35 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon May 4 16:24:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc12fb43 dev-python/pytest-lazy-fixture: cleanup old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> Signed-off-by: Joonas Niilola gentoo.org> dev-python/pytest-lazy-fixture/Manifest | 1 - .../pytest-lazy-fixture-0.6.2.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/pytest-lazy-fixture/Manifest b/dev-python/pytest-lazy-fixture/Manifest index 3d0c08dad4b..7e6ba7cf85f 100644 --- a/dev-python/pytest-lazy-fixture/Manifest +++ b/dev-python/pytest-lazy-fixture/Manifest @@ -1,2 +1 @@ -DIST pytest-lazy-fixture-0.6.2.tar.gz 7737 BLAKE2B 5257a19314a1c9bd159222a170e96db12e5f7b99d2bf83fd2db94acda9726f10997a81239763d8b0d5f2b9f2be6b74acf350d996cff09cf413d3a8ac76e2d90c SHA512 d8d159e936937f4b9364e9be7fcb8228497849a1ef342878ecc8471cd3b06782d2c6029365fd1e02f1ff89eb048ccae625b8697dc5048b4dd8fa61d839ca3f36 DIST pytest-lazy-fixture-0.6.3.tar.gz 7878 BLAKE2B f3a034678f590090a453b44b9fea938ced040c80922f139f3321ec20db856be219d039c7f4199ef67af79b5008d37425b5c08a0edaf71fdd7c8f248702acf488 SHA512 3281edc516f21f23104d7fc188b5c9aecf364f55109dab52865cbfef4a540727eb2bd42fb9806a7e8be728b249bc7a224ffdbab96473f043bef9a7aea1e4baa8 diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild deleted file mode 100644 index de6b1f46fd9..00000000000 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize" -HOMEPAGE="https://github.com/tvorog/pytest-lazy-fixture" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest