rebuilt with python 3.10 [release 0.0.4-2mamba;Wed Mar 22 2023]
This commit is contained in:
parent
3d07d1ccb9
commit
78cca4705d
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-manatools
|
Name: python-manatools
|
||||||
Version: 0.0.4
|
Version: 0.0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A python framework to build ManaTools application
|
Summary: A python framework to build ManaTools application
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,16 +11,19 @@ URL: https://github.com/manatools/python-manatools
|
|||||||
Source: https://github.com/manatools/python-manatools.git/%{version}/python-manatools-%{version}.tar.bz2
|
Source: https://github.com/manatools/python-manatools.git/%{version}/python-manatools-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: python3.7dist(dbus-python)
|
BuildRequires: python3.10dist(dbus-python)
|
||||||
BuildRequires: python3.7dist(python-gettext)
|
BuildRequires: python3.10dist(python-gettext)
|
||||||
BuildRequires: python3.7dist(pyyaml)
|
BuildRequires: python3.10dist(pyyaml)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python-yui
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
|
%define py_requires_append \
|
||||||
|
Obsoletes: python-manatools-py3 < 0.0.4-2mamba
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -50,5 +53,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
* Thu Nov 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-1mamba
|
* Thu Nov 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.4-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user