Blame python-pygments-pytest.spec

186346e
%global pypi_name pygments_pytest
186346e
%global dash_name pygments-pytest
186346e
186346e
# this is BRed by pytest, so we need to run without tests when bootstrapping
186346e
# also pygments-ansi-color is not available in Fedora yet
186346e
%bcond_with tests
186346e
186346e
Name:           python-%{dash_name}
186346e
Version:        1.2.0
af37122
Release:        2%{?dist}
186346e
Summary:        A pygments lexer for pytest output
186346e
License:        MIT
186346e
URL:            https://github.com/asottile/pygments-pytest
186346e
Source0:        %{url}/archive/v%{version}/%{dash_name}-%{version}.tar.gz
186346e
BuildArch:      noarch
186346e
186346e
BuildRequires:  python3-devel
186346e
BuildRequires:  python3-setuptools
186346e
%if %{with tests}
186346e
BuildRequires:  python3-pygments
186346e
BuildRequires:  python3-pygments-ansi-color
186346e
BuildRequires:  python3-pytest
186346e
%endif
186346e
186346e
%description
186346e
This library provides a pygments lexer called pytest.
186346e
This library also provides a sphinx extension.
186346e
186346e
%package -n     python3-%{dash_name}
186346e
Summary:        %{summary}
186346e
%{?python_provide:%python_provide python3-%{pypi_name}}
186346e
186346e
%description -n python3-%{dash_name}
186346e
This library provides a pygments lexer called pytest.
186346e
This library also provides a sphinx extension.
186346e
186346e
186346e
%prep
186346e
%autosetup -n %{dash_name}-%{version}
186346e
186346e
%build
186346e
%py3_build
186346e
186346e
%install
186346e
%py3_install
186346e
186346e
%if %{with tests}
186346e
%check
186346e
%{__python3} -m pytest -v
186346e
%endif
186346e
186346e
%files -n python3-%{dash_name}
186346e
%license LICENSE
186346e
%doc README.md
186346e
%{python3_sitelib}/__pycache__/*
186346e
%{python3_sitelib}/%{pypi_name}.py
186346e
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
186346e
186346e
%changelog
af37122
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
af37122
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
af37122
186346e
* Tue Mar 12 2019 Miro HronĨok <mhroncok@redhat.com> - 1.2.0-1
186346e
- Initial package