From c19ecc1ad14dcf7c9f67193bc54b5ac0d4e5e3ee Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 18 Jun 2016 15:03:33 +0200 Subject: [PATCH] dev-util/cram: Initial commit. Package-Manager: portage-2.2.26 --- dev-util/cram/Manifest | 1 + dev-util/cram/cram-0.7.ebuild | 21 +++++++++++++++++++++ dev-util/cram/metadata.xml | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 dev-util/cram/Manifest create mode 100644 dev-util/cram/cram-0.7.ebuild create mode 100644 dev-util/cram/metadata.xml diff --git a/dev-util/cram/Manifest b/dev-util/cram/Manifest new file mode 100644 index 0000000000000..cef7f42921f7b --- /dev/null +++ b/dev-util/cram/Manifest @@ -0,0 +1 @@ +DIST cram-0.7.tar.gz 33527 SHA256 7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f SHA512 9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103 WHIRLPOOL dccc6fe696423c4a9b7839b84da4e629e361fa8d867a6bd48611224cbf2b04493702d1e4efeaf705c03a6255fbcd57bbdf649e1b8e038b82ad75abd5bb5cc3a9 diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild new file mode 100644 index 0000000000000..2869587f17d3f --- /dev/null +++ b/dev-util/cram/cram-0.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) + +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 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/dev-util/cram/metadata.xml b/dev-util/cram/metadata.xml new file mode 100644 index 0000000000000..324041586322d --- /dev/null +++ b/dev-util/cram/metadata.xml @@ -0,0 +1,17 @@ + + + + + rafaelmartins@gentoo.org + Rafael G. Martins + + + Cram is a functional testing framework for command line applications. + Cram tests look like snippets of interactive shell sessions. Cram + runs each command and compares the command output in the test with + the command's actual output. + + + cram + +