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 014FE158020 for ; Sat, 10 Dec 2022 15:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AA1DE07FE; Sat, 10 Dec 2022 15:52:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E2967E07E0 for ; Sat, 10 Dec 2022 15:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 26A2D335D28 for ; Sat, 10 Dec 2022 15:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84ACC77D for ; Sat, 10 Dec 2022 15:52:01 +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: <1670687397.83e70155adfb9e37bfb860f14d409cd0e0f401e7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-tempdir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-tempdir/Manifest dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild X-VCS-Directories: dev-python/pytest-tempdir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 83e70155adfb9e37bfb860f14d409cd0e0f401e7 X-VCS-Branch: master Date: Sat, 10 Dec 2022 15:52:01 +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: b78ecdc4-60b6-43fc-bd7a-0a96c5c42f00 X-Archives-Hash: ad0fbc94ddaee341e03828818b38008e commit: 83e70155adfb9e37bfb860f14d409cd0e0f401e7 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 10 15:49:57 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 10 15:49:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e70155 dev-python/pytest-tempdir: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-tempdir/Manifest | 1 - .../pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-python/pytest-tempdir/Manifest b/dev-python/pytest-tempdir/Manifest index 838f3407fcbb..f5c600d7b5b0 100644 --- a/dev-python/pytest-tempdir/Manifest +++ b/dev-python/pytest-tempdir/Manifest @@ -1,2 +1 @@ DIST pytest-tempdir-2019.10.12.gh.tar.gz 9859 BLAKE2B fe4d32d2de3d577952b90a811c38f1cfa0c16badf9115a1b70faf07f0123e29935c01bfc3c1b9c616a0eeb3e0da9f42a4415687a4862830e0edea505a99dfc04 SHA512 d6f8994423d9be90f4be20878f980ad4604475ccd4b65975cd3cad357c2d6a2a7bb8623e4ccd7441437ad72b7899d8b59ae19ca3a52c35a6c24456e44b7626de -DIST pytest-tempdir-2019.10.12.tar.gz 9859 BLAKE2B fe4d32d2de3d577952b90a811c38f1cfa0c16badf9115a1b70faf07f0123e29935c01bfc3c1b9c616a0eeb3e0da9f42a4415687a4862830e0edea505a99dfc04 SHA512 d6f8994423d9be90f4be20878f980ad4604475ccd4b65975cd3cad357c2d6a2a7bb8623e4ccd7441437ad72b7899d8b59ae19ca3a52c35a6c24456e44b7626de diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild deleted file mode 100644 index 8975450b6b5f..000000000000 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Pytest plugin to support for a predictable and repeatable temporary directory" -HOMEPAGE="https://github.com/saltstack/pytest-tempdir" -SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -distutils_enable_tests --install pytest