Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e39a117ba09b89e15a25add53782dd38 > files > 2

python-enrich-1.2.7-3.mga9.src.rpm

%global pypi_name enrich

Name:           python-%{pypi_name}
Version:        1.2.7
Release:        %mkrel 3
Summary:        Enrich
Group:          Development/Python
License:        MIT
URL:            https://pypi.org/project/enrich
Source0:        %{pypi_source}
BuildArch:      noarch

%description
Enriched extends rich library functionality with a set of changes that were not
accepted to rich itself.

%package -n     python3-%{pypi_name}
Summary:        %{summary}
BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)
BuildRequires:  python3dist(setuptools-scm)
BuildRequires:  python3dist(toml)
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
Enriched extends rich library functionality with a set of changes that were not
accepted to rich itself.

%prep
%autosetup -n %{pypi_name}-%{version}

%build
%py3_build

%install
%py3_install

%files -n python3-%{pypi_name}
%doc LICENSE README.md
%{python3_sitelib}/%{pypi_name}/
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/


%changelog
* Thu Mar 24 2022 umeabot <umeabot> 1.2.7-3.mga9
+ Revision: 1825084
- Mageia 9 Mass Rebuild

* Sat Feb 26 2022 mrambo3501 <mrambo3501> 1.2.7-2.mga9
+ Revision: 1785005
- rebuild for python-3.10

* Sun Jan 16 2022 guillomovitch <guillomovitch> 1.2.7-1.mga9
+ Revision: 1768687
- new version 1.2.7

* Sun Apr 04 2021 guillomovitch <guillomovitch> 1.2.6-1.mga9
+ Revision: 1713101
- imported package python-enrich