summaryrefslogtreecommitdiff
path: root/dev-util/cram
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-util/cram
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/cram')
-rw-r--r--dev-util/cram/Manifest3
-rw-r--r--dev-util/cram/cram-0.7.ebuild20
-rw-r--r--dev-util/cram/metadata.xml17
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-util/cram/Manifest b/dev-util/cram/Manifest
new file mode 100644
index 000000000000..2b3ef1b2d10d
--- /dev/null
+++ b/dev-util/cram/Manifest
@@ -0,0 +1,3 @@
+DIST cram-0.7.tar.gz 33527 BLAKE2B 4c89f98a550bef0c7d92e4b15c466690c1be7d829257b6469340d5c40415466b755989ce1b4ad4ce479587c91d64467dfb42f468c5817e9a09163c111da11e58 SHA512 9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103
+EBUILD cram-0.7.ebuild 485 BLAKE2B fb18332acaa5fffa849f15f790507f785c1be0e99aa1b82a748ff4c9c8386e7aa6843222f9bfa8207e53dfe5ddbd4815d8c082381caac5384c97fd890a402633 SHA512 d8b3e3c81533c39b847dd9032e5efb9f330a8e13b304d53bfbbf6d2c8f1a6e3cea1d33a24317bc32cc21b20bb96b1f0c5719ea4e3325e4cdd54a2d92c727ea75
+MISC metadata.xml 613 BLAKE2B 4e970afed6540c9f375c79858c297326994950a3498b51fde64aff6bf4262e6d73f1c77ef5ca621be1ac4fab79b2e4bde73e914869726a6d8665d291f854aea2 SHA512 6dffd4dc26817f9ff558ab98deb4b0097fbdfd0394291969b817d2edf1caf108d46d0188919d77e54942a35689c564f2948d627e30e5fc6acb403e8d7f6998d9
diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild
new file mode 100644
index 000000000000..df20e5706629
--- /dev/null
+++ b/dev-util/cram/cram-0.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+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 x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
diff --git a/dev-util/cram/metadata.xml b/dev-util/cram/metadata.xml
new file mode 100644
index 000000000000..324041586322
--- /dev/null
+++ b/dev-util/cram/metadata.xml
@@ -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>