mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name cram
|
|
version 0.7
|
|
revision 1
|
|
|
|
categories devel python
|
|
license GPL-2+
|
|
maintainers {soap.za.net:git @SoapZA} openmaintainer
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
installs_libs no
|
|
|
|
description A simple testing framework for command line applications
|
|
long_description 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.
|
|
|
|
homepage https://bitheap.org/cram/
|
|
|
|
checksums rmd160 50e5389108496fec6904ccc3e911399b07b4d480 \
|
|
sha256 7da7445af2ce15b90aad5ec4792f857cef5786d71f14377e9eb994d8b8337f2f \
|
|
size 33527
|
|
|
|
python.default_version 313
|