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}
311086a
Version:        2.0.0
311086a
Release:        1%{?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
311086a
%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
311086a
* Tue Jun 02 2020 Charalampos Stratakis <cstratak@redhat.com> - 2.0.0-1
311086a
- Update to 2.0.0 (#1747425)
311086a
d3196fb
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-6
d3196fb
- Rebuilt for Python 3.9
d3196fb
50d684e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
50d684e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
50d684e
ddab119
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-4
ddab119
- Rebuilt for Python 3.8.0rc1 (#1748018)
ddab119
244ca29
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-3
244ca29
- Rebuilt for Python 3.8
244ca29
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