dev-util/cram: Initial commit.
authorRafael G. Martins <rafaelmartins@gentoo.org>
Sat, 18 Jun 2016 13:03:33 +0000 (15:03 +0200)
committerRafael G. Martins <rafaelmartins@gentoo.org>
Sat, 18 Jun 2016 13:03:33 +0000 (15:03 +0200)
Package-Manager: portage-2.2.26

dev-util/cram/Manifest [new file with mode: 0644]
dev-util/cram/cram-0.7.ebuild [new file with mode: 0644]
dev-util/cram/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/cram/Manifest b/dev-util/cram/Manifest
new file mode 100644 (file)
index 0000000..cef7f42
--- /dev/null
@@ -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 (file)
index 0000000..2869587
--- /dev/null
@@ -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 (file)
index 0000000..3240415
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>rafaelmartins@gentoo.org</email>
+               <name>Rafael G. Martins</name>
+       </maintainer>
+       <longdescription lang="en">
+               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.
+       </longdescription>
+       <upstream>
+               <remote-id type="pypi">cram</remote-id>
+       </upstream>
+</pkgmetadata>