File python-PyChromecast.spec of Package python-PyChromecast
#
# spec file for package python-PyChromecast
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python311 1
%define skip_python312 1
%define short_name pychromecast
%define short_name_caps PyChromecast
Name: python-PyChromecast
Version: 14.0.9
Release: 0
Summary: Python module to talk to Google Chromecast
License: MIT
URL: https://github.com/home-assistant-libs/%{short_name}
Source: https://files.pythonhosted.org/packages/source/P/%{short_name_caps}/%{short_name}-%{version}.tar.gz
BuildRequires: %{python_module casttube}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module protobuf}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zeroconf}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-casttube
Requires: python-protobuf
Requires: python-zeroconf
BuildArch: noarch
%python_subpackages
%description
Python module to talk to Google Chromecast.
%prep
%setup -q -n %{short_name}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/%{short_name}
%{python_sitelib}/%{short_name}/*
%{python_sitelib}/%{short_name}-%{version}.dist-info
%{python_sitelib}/%{short_name}-%{version}.dist-info/*
%changelog