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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%global pypi_name betamax
%def_disable check

Name: python3-module-%pypi_name
Version: 0.8.1
Release: alt2
Summary: VCR imitation for python-requests

Group: Development/Python3
License: Apache-2.0 or BSD
Url: https://github.com/sigmavirus24/betamax
Source: %pypi_name-%version.tar.gz
Patch: betamax-system-urllib3.patch

BuildArch: noarch

BuildRequires(pre):  rpm-build-python3
BuildRequires: python3-module-requests

%description
Betamax is a VCR_ imitation for requests. This will make mocking out requests\
much easier.

%prep
%setup -n %pypi_name-%version
%patch -p1

%build
%python3_build

%install
%python3_install

%check
python3 setup.py test -v

%files
%doc README.rst LICENSE
%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