2024-01-06 11:16:49 +01:00
|
|
|
Name: python-ino
|
|
|
|
Version: 0.3.6
|
2024-01-06 11:16:50 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 11:16:49 +01:00
|
|
|
Summary: A command line toolkit for working with Arduino hardware
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:16:50 +01:00
|
|
|
URL: https://inotool.org/
|
|
|
|
Source: https://pypi.debian.net/ino/ino-%{version}.tar.gz
|
2024-01-06 11:16:49 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:16:50 +01:00
|
|
|
BuildRequires: libpython3-devel
|
|
|
|
BuildRequires: python-Jinja2-py3
|
|
|
|
BuildRequires: python-argparse-py3
|
|
|
|
BuildRequires: python-configobj-py3
|
|
|
|
BuildRequires: python-ordereddict-py3
|
|
|
|
BuildRequires: python-serial-py3
|
2024-01-06 11:16:49 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Ino is a command line toolkit for working with Arduino hardware.
|
|
|
|
|
2024-01-06 11:16:50 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:16:49 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n ino-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 11:16:50 +01:00
|
|
|
sed -i "\,__pycache__/,d" %{name}.filelist
|
2024-01-06 11:16:49 +01:00
|
|
|
|
2024-01-06 11:16:50 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:16:49 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:16:50 +01:00
|
|
|
%dir %{python_sitearch}/ino/__pycache__
|
|
|
|
%{python_sitearch}/ino/__pycache__/*
|
|
|
|
%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/*
|
2024-01-06 11:16:49 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:16:50 +01:00
|
|
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:16:49 +01:00
|
|
|
* Thu Sep 26 2013 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Wed Feb 20 2013 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 26 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.3-1mamba
|
|
|
|
- package created by autospec
|