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 DB55213835A for ; Sat, 5 Jun 2021 21:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31254E0942; Sat, 5 Jun 2021 21:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1AA35E0942 for ; Sat, 5 Jun 2021 21:08:56 +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 5F10F340EC9 for ; Sat, 5 Jun 2021 21:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF4147A9 for ; Sat, 5 Jun 2021 21:08:52 +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: <1622927329.ea114b13a303ab3172d6f9e8e58c5660c31816e7.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/Manifest dev-python/process-tests/process-tests-2.1.1.ebuild X-VCS-Directories: dev-python/process-tests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ea114b13a303ab3172d6f9e8e58c5660c31816e7 X-VCS-Branch: master Date: Sat, 5 Jun 2021 21:08:52 +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: f53c989d-1e42-4bce-bfda-8ca5f8b09d0e X-Archives-Hash: dd862cfcba3b5c35e4a6bc01e629a21a commit: ea114b13a303ab3172d6f9e8e58c5660c31816e7 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 21:04:24 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 21:08:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea114b13 dev-python/process-tests: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/process-tests/Manifest | 1 - .../process-tests/process-tests-2.1.1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/process-tests/Manifest b/dev-python/process-tests/Manifest index bec41d4828b..e8e94375fb3 100644 --- a/dev-python/process-tests/Manifest +++ b/dev-python/process-tests/Manifest @@ -1,2 +1 @@ -DIST process-tests-2.1.1.tar.gz 11522 BLAKE2B 6f6b97da73f1e4f449c3c7f85a6d860611de57e78cb57c352ea4563be07d7866a5c44107fae0ecfaad24b262c933806b59c2c9218be959b2576fc0d8250da4b9 SHA512 4bb520074a9964d3eed4aca7a1952bf1a0d99b475f3f61b5c51137d8f2e804352639187da5b5ff30ea8739466200eb9361e77dc3c43a20d5ea418f63a2765a1c DIST process-tests-2.1.2.tar.gz 11554 BLAKE2B bf4716f32b8d5e6cd8d5f8eef1156c09545fe22e48134fa0f98c47172141f0365f1995c2dad94c4e3a6f5a151883f92048bcd943fa07faeb7eff9c60f18555df SHA512 56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263 diff --git a/dev-python/process-tests/process-tests-2.1.1.ebuild b/dev-python/process-tests/process-tests-2.1.1.ebuild deleted file mode 100644 index 4e4cc28e2b2..00000000000 --- a/dev-python/process-tests/process-tests-2.1.1.ebuild +++ /dev/null @@ -1,22 +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} 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 ~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 )