3305d8e
# Created by pyp2rpm-3.3.5
3305d8e
%global pypi_name pypck
3305d8e
3305d8e
Name:           python-%{pypi_name}
c9f4483
Version:        0.7.9
66dc7b5
Release:        2%{?dist}
3305d8e
Summary:        Python LCN-PCK library
3305d8e
3305d8e
License:        EPL-2.0
3305d8e
URL:            https://github.com/alengwenus/pypck
3305d8e
Source0:        %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
3305d8e
BuildArch:      noarch
3305d8e
3305d8e
%description
3305d8e
pypck is an open source library written in Python which allows the
3305d8e
connection to the LCN (local control network) system. It uses the
3305d8e
vendor protocol LCN-PCK.
3305d8e
3305d8e
%package -n     python3-%{pypi_name}
3305d8e
Summary:        %{summary}
3305d8e
%{?python_provide:%python_provide python3-%{pypi_name}}
3305d8e
3305d8e
BuildRequires:  python3-devel
3305d8e
BuildRequires:  python3dist(setuptools)
3305d8e
BuildRequires:  python3dist(pytest)
3305d8e
%description -n python3-%{pypi_name}
3305d8e
pypck is an open source library written in Python which allows the
3305d8e
connection to the LCN (local control network) system. It uses the
3305d8e
vendor protocol LCN-PCK.
3305d8e
3305d8e
%prep
3305d8e
%autosetup -n %{pypi_name}-%{version}
3305d8e
rm -rf %{pypi_name}.egg-info
3305d8e
3305d8e
%build
3305d8e
%py3_build
3305d8e
3305d8e
%install
3305d8e
%py3_install
3305d8e
3305d8e
# Tests require asynctest -> issues with Python > 3.8
3305d8e
#%%check
3305d8e
#%%pytest -v tests
3305d8e
3305d8e
%files -n python3-%{pypi_name}
3305d8e
%doc README.md
3305d8e
%license LICENSE
3305d8e
%{python3_sitelib}/%{pypi_name}/
3305d8e
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
3305d8e
3305d8e
%changelog
66dc7b5
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-2
66dc7b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
66dc7b5
c9f4483
* Sun Jan 17 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.9-1
c9f4483
- Update to latest upstream release 0.7.9
c9f4483
3305d8e
* Wed Dec 02 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.7-1
3305d8e
- Initial package for Fedora