dev-util/cram: Initial commit.

Package-Manager: portage-2.2.26
This commit is contained in:
Rafael G. Martins
2016-06-18 15:03:33 +02:00
parent aec6f2c673
commit c19ecc1ad1
3 changed files with 39 additions and 0 deletions

1
dev-util/cram/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST cram-0.7.tar.gz 33527 SHA256 7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f SHA512 9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103 WHIRLPOOL dccc6fe696423c4a9b7839b84da4e629e361fa8d867a6bd48611224cbf2b04493702d1e4efeaf705c03a6255fbcd57bbdf649e1b8e038b82ad75abd5bb5cc3a9

View File

@@ -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}"

View File

@@ -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>