%global srcname rustcfg %{?python_enable_dependency_generator} Name: python-rustcfg Version: 0.0.2 Release: 15%{?dist} Summary: Rust cfg expression parser in python License: MIT URL: https://pagure.io/fedora-rust/python-rustcfg Source: %{pypi_source} BuildArch: noarch %global _description \ %{summary}. %description %_description %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3dist(pyparsing) BuildRequires: python3-pytest %description -n python3-%{srcname} %{_description} %package -n python3-%{srcname}-tests Summary: Tests for python3-%{srcname} %{?python_provide:%python_provide python3-%{srcname}-tests} Requires: python3-%{srcname} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: python3-pytest %description -n python3-rustcfg-tests %{summary}. %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %check py.test-%{python3_version} -v %files -n python3-%{srcname} %license LICENSE %{python3_sitelib}/rustcfg-*.egg-info/ %{python3_sitelib}/rustcfg/ %exclude %{python3_sitelib}/rustcfg/test %files -n python3-%{srcname}-tests %{python3_sitelib}/%{srcname}/test/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.0.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 0.0.2-14 - Rebuilt for pyparsing-3.0.9 * Mon Jun 13 2022 Python Maint - 0.0.2-13 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.0.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.0.2-10 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.0.2-7 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.0.2-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.0.2-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 16 2018 Igor Gnatenko - 0.0.2-1 - Update to 0.0.2 * Thu Aug 16 2018 Igor Gnatenko - 0.0.1-3 - Rebase with PyPI tarball * Thu Aug 16 2018 Zbigniew Jędrzejewski-Szmek - 0.0.1-2 - Split out tests subpackage to avoid dependency on pytest * Mon Aug 13 2018 Zbigniew Jędrzejewski-Szmek - 0.0.1-1 - Initial packaging (#1615629)