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 71D16158094 for ; Sun, 10 Jul 2022 19:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 067F0E0E64; Sun, 10 Jul 2022 19:06:29 +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 D028CE0E64 for ; Sun, 10 Jul 2022 19:06:28 +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 D5427341014 for ; Sun, 10 Jul 2022 19:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41CF3534 for ; Sun, 10 Jul 2022 19:06:26 +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: <1657479982.17d201d85fbdd02a2bae0d5ed8446829cd5da562.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/process-tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/process-tests/process-tests-2.1.2.ebuild X-VCS-Directories: dev-python/process-tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 17d201d85fbdd02a2bae0d5ed8446829cd5da562 X-VCS-Branch: master Date: Sun, 10 Jul 2022 19:06:26 +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: a3940f26-6b93-4d52-96b0-764ca9ffdad1 X-Archives-Hash: 0fe8954d1470110e110ff1bf3cc49a81 commit: 17d201d85fbdd02a2bae0d5ed8446829cd5da562 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 10 19:05:54 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 10 19:06:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d201d8 dev-python/process-tests: Remove old Signed-off-by: Michał Górny gentoo.org> .../process-tests/process-tests-2.1.2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-python/process-tests/process-tests-2.1.2.ebuild b/dev-python/process-tests/process-tests-2.1.2.ebuild deleted file mode 100644 index e5cec1e5861a..000000000000 --- a/dev-python/process-tests/process-tests-2.1.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Tools for testing processes" -HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.org/project/process-tests/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -# There are no tests at all, under TODO -# see https://pypi.org/project/process-tests/2.0.2/ -RESTRICT="test" - -DOCS=( README.rst )