# Created by pyp2rpm-3.3.5 %global pypi_name pypck Name: python-%{pypi_name} Version: 0.7.7 Release: 1%{?dist} Summary: Python LCN-PCK library License: EPL-2.0 URL: https://github.com/alengwenus/pypck Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description pypck is an open source library written in Python which allows the connection to the LCN (local control network) system. It uses the vendor protocol LCN-PCK. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(pytest) %description -n python3-%{pypi_name} pypck is an open source library written in Python which allows the connection to the LCN (local control network) system. It uses the vendor protocol LCN-PCK. %prep %autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install # Tests require asynctest -> issues with Python > 3.8 # https://github.com/alengwenus/pypck/issues/60 #%%check #%%pytest -v tests %files -n python3-%{pypi_name} %doc README.md %license LICENSE %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog * Wed Dec 02 2020 Fabian Affolter - 0.7.7-1 - Initial package for Fedora