Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560517
en ru br
ALT Linux repos
S:1.3-alt2

Group :: Development/Python3
RPM: python3-module-scripttest

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module_name scripttest

Name: python3-module-%module_name
Version: 1.3
Release: alt2

Summary: Helper to test command-line scripts
License: MIT
Group: Development/Python3
Url: http://pypi.python.org/pypi/ScriptTest/

BuildArch: noarch

Source0: %module_name-%version.tar

BuildRequires(pre): rpm-build-python3


%description
ScriptTest is a library to help you test your interactive
command-line applications.

With it you can easily run the command (in a subprocess) and see
the output (stdout, stderr) and any file modifications.

%prep
%setup -q -n %module_name-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin