Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562051
en ru br
ALT Linux repos
S:0.5.1-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname WSGIProxy2

%def_with check

Name:    python3-module-wsgiproxy2
Version: 0.5.1
Release: alt1

Summary: WSGI Proxy that supports several HTTP backends

License: MIT
Group: Development/Python3
Url: https://pypi.org/project/WSGIProxy2/
Vcs: https://github.com/gawel/WSGIProxy2.git

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires(pre): rpm-build-intro >= 2.2.5
%if_with check
BuildRequires: python3-module-webob
BuildRequires: python3-module-webtest
BuildRequires: python3-module-urllib3
BuildRequires: python3-module-requests
%endif

Provides: python3-module-%oname

%py3_provides wsgiproxy
Conflicts: python3-module-wsgiproxy

%description
A WSGI Proxy with various http client backends.

%prep
%setup

%build
%python3_build

%install
%python3_install
%python3_prune

%check
%tox_check

%files
%doc *.rst COPYING
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/test_*


%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