osc copypac from project:system:homeautomation:home-assistant package:python-wyoming revision:9

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-wyoming?expand=0&rev=1
This commit is contained in:
2024-07-24 12:04:27 +00:00
committed by Git OBS Bridge
commit f6986e4d5f
6 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

14
_service Normal file
View File

@@ -0,0 +1,14 @@
<services>
<service name="obs_scm">
<param name="url">https://github.com/rhasspy/wyoming</param>
<param name="scm">git</param>
<param name="version">1.5.4</param>
<param name="revision">1.5.4</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="buildtime" name="set_version" />
</services>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dfbe115602b35ee1dd87bea89445588ca59a8f8fd36a7ada051315e15e9350d
size 137227

View File

@@ -0,0 +1,4 @@
name: wyoming
version: 1.5.4
mtime: 1716582649
commit: 3ef7ee0ecc85697b4c639c9526ea46f4b68cb9ac

54
python-wyoming.spec Normal file
View File

@@ -0,0 +1,54 @@
#
# spec file for package python-wyoming
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%define skip_python38 1
Name: python-wyoming
Version: 1.5.4
Release: 0
License: MIT
Summary: Text assist
Group: Development/Languages/Python
Url: https://github.com/rhasspy/wyoming
#Source: https://files.pythonhosted.org/packages/source/w/wyoming/wyoming-%{version}.tar.gz
Source: wyoming-%{version}.tar.xz
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
%prep
%setup -q -n wyoming-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/*
%changelog