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 B7E9B158094 for ; Mon, 25 Jul 2022 09:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9B1E0EE4; Mon, 25 Jul 2022 09: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 86AD9E0EE4 for ; Mon, 25 Jul 2022 09:52:04 +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 AB8EF3406C0 for ; Mon, 25 Jul 2022 09:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDDE952C for ; Mon, 25 Jul 2022 09:52:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1658742715.8ebd578e542acc10fda99221ec410c532b0024e7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cram/cram-0.7-r1.ebuild X-VCS-Directories: dev-util/cram/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8ebd578e542acc10fda99221ec410c532b0024e7 X-VCS-Branch: master Date: Mon, 25 Jul 2022 09: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: 8d78276c-639c-4c5a-9e40-99591f4fed0a X-Archives-Hash: a7cb383bbe2b4fdf3342ecd5406d408a commit: 8ebd578e542acc10fda99221ec410c532b0024e7 Author: David Seifert gentoo org> AuthorDate: Mon Jul 25 09:51:55 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jul 25 09:51:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebd578e dev-util/cram: drop 0.7-r1 Signed-off-by: David Seifert gentoo.org> dev-util/cram/cram-0.7-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-util/cram/cram-0.7-r1.ebuild b/dev-util/cram/cram-0.7-r1.ebuild deleted file mode 100644 index 1422f2722a7b..000000000000 --- a/dev-util/cram/cram-0.7-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Functional testing framework for command line applications" -HOMEPAGE="https://bitheap.org/cram/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv x86" - -python_test() { - distutils_install_for_testing - "${EPYTHON}" "${TEST_DIR}"/scripts/cram tests || die "Tests fail with ${EPYTHON}" -}