63422d7
%global module manatools
63422d7
63422d7
Name:           python-%{module}
fd8efcb
Version:        0.0.4
c13da85
Release:        8%{?dist}
63422d7
63422d7
Summary:        A Python framework to build ManaTools applications
63422d7
License:        LGPLv2+
63422d7
URL:            https://github.com/manatools/python-manatools
d9d91c2
Source0:        https://github.com/manatools/python-manatools/archive/%{version}/%{name}-%{version}.tar.gz
63422d7
63422d7
BuildArch:      noarch
63422d7
63422d7
%description
63422d7
Python ManaTools aim is to help in writing tools based on libYui
63422d7
(SUSE widget abstraction library), to be collected under the
63422d7
ManaTools banner and hopefully with the same look and feel.
63422d7
63422d7
Every output module supports the Qt, GTK, and ncurses interfaces.
63422d7
63422d7
%package -n python3-%{module}
63422d7
Summary:        %{summary}
63422d7
BuildRequires:  python3-devel
63422d7
BuildRequires:  python3dist(setuptools)
63422d7
BuildRequires:  python3-yui
63422d7
%{?python_provide:%python_provide python3-%{module}}
63422d7
Requires:       python3-yui
63422d7
Recommends:     (libyui-mga-qt if qt5-qtbase-gui)
63422d7
Recommends:     (libyui-mga-gtk if gtk3)
63422d7
63422d7
%description -n python3-%{module}
63422d7
Python ManaTools aim is to help in writing tools based on libYui
63422d7
(SUSE widget abstraction library), to be collected under the
63422d7
ManaTools banner and hopefully with the same look and feel.
63422d7
63422d7
Every output module supports the Qt, GTK, and ncurses interfaces.
63422d7
63422d7
%prep
63422d7
%autosetup -p1
63422d7
63422d7
sed -i 's|0.0.1|%{version}|' manatools/version.py
63422d7
63422d7
%build
63422d7
%py3_build
63422d7
63422d7
%install
63422d7
%py3_install
63422d7
63422d7
%files -n python3-%{module}
63422d7
%doc README.md NEWS
63422d7
%license LICENSE
63422d7
%{python3_sitelib}/%{module}/
63422d7
%{python3_sitelib}/python_manatools-%{version}-py%{python3_version}.egg-info
63422d7
63422d7
%changelog
c13da85
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-8
c13da85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
c13da85
1fb6d5f
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-7
1fb6d5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1fb6d5f
a029024
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-6
a029024
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
a029024
df470fd
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.0.4-5
df470fd
- Rebuilt for Python 3.12
df470fd
47bff0d
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-4
47bff0d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
47bff0d
51e825a
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-3
51e825a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
51e825a
a7956c3
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.0.4-2
a7956c3
- Rebuilt for Python 3.11
a7956c3
fd8efcb
* Tue Mar 08 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 0.0.4-1
fd8efcb
- Version 0.0.4
fd8efcb
e6145f6
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-5
e6145f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
e6145f6
4161afd
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-4
4161afd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
4161afd
505ff0d
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.0.3-3
505ff0d
- Rebuilt for Python 3.10
505ff0d
e30c259
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.3-2
e30c259
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e30c259
63422d7
* Sun Oct 04 2020 Neal Gompa <ngompa13@gmail.com> - 0.0.3-1
63422d7
- Initial package
63422d7