rebuilt with distdeps [release 0.3.6-2mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:16:50 +01:00
parent c9cc599f2f
commit 34ec05e5e4

View File

@ -1,30 +1,31 @@
Name: python-ino Name: python-ino
Version: 0.3.6 Version: 0.3.6
Release: 1mamba Release: 2mamba
Summary: A command line toolkit for working with Arduino hardware Summary: A command line toolkit for working with Arduino hardware
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://inotool.org/ URL: https://inotool.org/
Source: http://pypi.python.org/packages/source/i/ino/ino-%{version}.tar.gz Source: https://pypi.debian.net/ino/ino-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python-Jinja2-py3
BuildRequires: python-argparse-py3
BuildRequires: python-configobj-py3
BuildRequires: python-ordereddict-py3
BuildRequires: python-serial-py3
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
BuildRequires: python-setuptools
Requires: python-argparse
Requires: python-configobj
Requires: python-Jinja2
Requires: python-ordereddict
Requires: python-serial
Requires: python >= %python_version
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Ino is a command line toolkit for working with Arduino hardware. Ino is a command line toolkit for working with Arduino hardware.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n ino-%{version} %setup -q -n ino-%{version}
@ -42,14 +43,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,__pycache__/,d" %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/ino/__pycache__
## note: eventually add the remaining documents (if any) %{python_sitearch}/ino/__pycache__/*
# %doc README.rst %dir %{python_sitearch}/ino/commands/__pycache__
%{python_sitearch}/ino/commands/__pycache__/*
%dir %{python_sitearch}/ino-%{version}-py*.egg-info
%{python_sitearch}/ino-%{version}-py*.egg-info/*
%changelog %changelog
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
- rebuilt with distdeps
* Thu Sep 26 2013 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba * Thu Sep 26 2013 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
- automatic update by autodist - automatic update by autodist