mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
dev-util/cram: Initial commit.
Package-Manager: portage-2.2.26
This commit is contained in:
1
dev-util/cram/Manifest
Normal file
1
dev-util/cram/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cram-0.7.tar.gz 33527 SHA256 7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f SHA512 9fa57e504abac8fd15bf5ff4a74405cb7acd10fd4c797adee87052a4f1c4e975bbc0f4219afd9485358b2c2939b48b3ffe538ae2abc6eea71e0ba8b458d50103 WHIRLPOOL dccc6fe696423c4a9b7839b84da4e629e361fa8d867a6bd48611224cbf2b04493702d1e4efeaf705c03a6255fbcd57bbdf649e1b8e038b82ad75abd5bb5cc3a9
|
||||
21
dev-util/cram/cram-0.7.ebuild
Normal file
21
dev-util/cram/cram-0.7.ebuild
Normal 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}"
|
||||
17
dev-util/cram/metadata.xml
Normal file
17
dev-util/cram/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user