File monitoring-plugins-http_json.spec of Package failed_monitoring-plugins-http_json
Name: monitoring-plugins-http_json
Version: 2.7.0
Release: 1
Summary: check_http plugin that checks HTTP JSON responses
License: MIT
URL: https://github.com/guardian/monitoring-plugins
Source0: https://github.com/guardian/monitoring-plugins/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-urllib3
BuildRequires: python3-jsonschema
Requires: python3
%description
check_http plugin that checks HTTP JSON responses
%prep
%setup -q
%build
%{__python3} -m pip wheel --no-deps --no-build-isolation . -w dist
%install
%{__python3} -m pip install --no-deps --no-build-isolation --root %{buildroot} --prefix %{_prefix} .
%files
%license LICENSE
%{_bindir}/check_http_json
%doc README.md
%changelog