|
 |
7d159f1 |
%global pypi_name airthings
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
Name: python-%{pypi_name}
|
|
 |
7d159f1 |
Version: 3.2.0
|
|
 |
4f91897 |
Release: 5%{?dist}
|
|
 |
7d159f1 |
Summary: Fetch sensor measurements from Airthings devices
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
License: MIT
|
|
 |
7d159f1 |
URL: https://github.com/kotlarz/airthings
|
|
 |
7d159f1 |
Source0: %{pypi_source}
|
|
 |
7d159f1 |
BuildArch: noarch
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%description
|
|
 |
7d159f1 |
airthings is a simple python package that contains methods to communicate
|
|
 |
7d159f1 |
with Airthings devices. The package utilizies bluepy for the communication
|
|
 |
7d159f1 |
between python and the devices.
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%package -n python3-%{pypi_name}
|
|
 |
7d159f1 |
Summary: %{summary}
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
BuildRequires: python3-devel
|
|
 |
7d159f1 |
BuildRequires: python3dist(setuptools)
|
|
 |
7d159f1 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
Requires: python3dist(bluepy) = 1.3
|
|
 |
7d159f1 |
%description -n python3-%{pypi_name}
|
|
 |
7d159f1 |
airthings is a simple python package that contains methods to communicate
|
|
 |
7d159f1 |
with Airthings devices. The package utilizies bluepy for the communication
|
|
 |
7d159f1 |
between python and the devices.
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%prep
|
|
 |
7d159f1 |
%autosetup -n %{pypi_name}-%{version}
|
|
 |
7d159f1 |
rm -rf %{pypi_name}.egg-info
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%build
|
|
 |
7d159f1 |
%py3_build
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%install
|
|
 |
7d159f1 |
%py3_install
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%files -n python3-%{pypi_name}
|
|
 |
7d159f1 |
%doc README.md
|
|
 |
7d159f1 |
# https://github.com/kotlarz/airthings/pull/8
|
|
 |
7d159f1 |
#%%license LICENSE.txt
|
|
 |
7d159f1 |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
7d159f1 |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
7d159f1 |
|
|
 |
7d159f1 |
%changelog
|
|
 |
4f91897 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
|
|
 |
4f91897 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
4f91897 |
|
|
 |
72ba487 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
|
|
 |
72ba487 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
72ba487 |
|
|
 |
600adc8 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.2.0-3
|
|
 |
600adc8 |
- Rebuilt for Python 3.10
|
|
 |
600adc8 |
|
|
 |
fe761f7 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
 |
fe761f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
fe761f7 |
|
|
 |
7d159f1 |
* Fri Sep 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.2.0-1
|
|
 |
7d159f1 |
- Initial package for Fedora
|