Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cram/
Date: Mon, 19 Apr 2021 19:41:41
Message-Id: 1618861242.15e88cb5cdd512b289838256ea0623405bb9acfe.sam@gentoo
1 commit: 15e88cb5cdd512b289838256ea0623405bb9acfe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 19:38:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 19:40:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e88cb5
7
8 dev-util/cram: drop 0.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/cram/cram-0.7.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild
16 deleted file mode 100644
17 index ae30b2e501f..00000000000
18 --- a/dev-util/cram/cram-0.7.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7,8} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Functional testing framework for command line applications"
31 -HOMEPAGE="https://bitheap.org/cram/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
37 -
38 -python_test() {
39 - distutils_install_for_testing
40 - "${EPYTHON}" "${TEST_DIR}"/scripts/cram tests || die "Tests fail with ${EPYTHON}"
41 -}