Blame python-pytest-filter-subpackage.spec

51bdb94
%global srcname pytest-filter-subpackage
51bdb94
%global pythonicname pytest_filter_subpackage
51bdb94
%global sum Pytest plugin for filtering based on sub-packages
51bdb94
51bdb94
51bdb94
Name:           python-%{srcname}
51bdb94
Version:        0.1.1
b3d3dd4
Release:        5%{?dist}
51bdb94
Summary:        %{sum}
51bdb94
51bdb94
License:        BSD
51bdb94
URL:            https://pypi.python.org/pypi/%{srcname}
51bdb94
Source0:        %{pypi_source}
51bdb94
51bdb94
BuildArch:      noarch
51bdb94
51bdb94
%global _description %{expand:
51bdb94
This package contains a simple plugin for the pytest framework that provides
51bdb94
a shortcut to testing all code and documentation for a given sub-package.}
51bdb94
51bdb94
%description %_description
51bdb94
51bdb94
51bdb94
%package -n python3-%{srcname}
51bdb94
Summary:        %{sum}
51bdb94
51bdb94
BuildRequires:  python3-devel
51bdb94
BuildRequires:  python3-setuptools
b8467e8
BuildRequires:  python3-setuptools_scm
51bdb94
51bdb94
%py_provides python3-%{srcname}
51bdb94
51bdb94
%description -n python3-%{srcname} %_description
51bdb94
51bdb94
51bdb94
%prep
51bdb94
%autosetup -n %{srcname}-%{version}
51bdb94
51bdb94
# Remove egg files from source
51bdb94
rm -r %{pythonicname}.egg-info
51bdb94
51bdb94
51bdb94
%build
51bdb94
%py3_build
51bdb94
51bdb94
51bdb94
%install
51bdb94
%py3_install
51bdb94
51bdb94
51bdb94
%files -n python3-%{srcname}
51bdb94
%license LICENSE.rst
51bdb94
%doc README.rst CHANGES.rst
51bdb94
%{python3_sitelib}/%{pythonicname}/
51bdb94
%{python3_sitelib}/*.egg-info/
51bdb94
51bdb94
51bdb94
%changelog
b3d3dd4
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
b3d3dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b3d3dd4
4c1a0c8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.1.1-4
4c1a0c8
- Rebuilt for Python 3.10
4c1a0c8
6a02b0b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
6a02b0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6a02b0b
b8467e8
* Tue Dec 01 2020 Mattia Verga <mattia.verga@protonmail.com> - 0.1.1-2
b8467e8
- Correct Provides - fixes rhbz#1902785
b8467e8
51bdb94
* Sun Nov 15 2020 Mattia Verga <mattia.verga@protonmail.com> - 0.1.1-1
51bdb94
- Initial packaging