Skip to content

Commit a00f00f

Browse files
committed
dev-python/wyoming: add 1.5.4
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3462 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 3c6b821 commit a00f00f

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1863 Ebuilds in total, 1852 of them have in total 1875 (42 different) licenses assigned.
609+
There are 1864 Ebuilds in total, 1853 of them have in total 1876 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1069|
613+
|MIT|1070|
614614
|Apache-2.0|415|
615615
|BSD|108|
616616
|GPL-3|107|

dev-python/wyoming/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST wyoming-1.5.3-py3-none-any.whl 26598 BLAKE2B b950350a4ab438eb497060f1456c9b5621aef82149ef5666779e203691b5cc170117c6d6f08ab89fc10286201abbf8156af8f065e45ab8dacc4226d7c035d2a3 SHA512 9481cd6744726710edb895be5218420947f190b1e7e51d3c7f49227581f660a164413ab15324db9ab9b27478ea12344abee2df101c286fd55819ec6edc325f4f
2-
EBUILD wyoming-1.5.3.ebuild 558 BLAKE2B 483d3a93d8a8d40bb8ffbfe2e60d78ea24648bb3673ee3869f1667572bd79068089a561215c4bd916527f9f1a662375ab9340e464d8b4367ccfb057557e32842 SHA512 22435b231a9a33b3ac0c1628ef5e594f50ff0d7616fb39c598c38e629018a093e8244ee90758ac951516b8f6226b71ec98cea498a41940d9a2777af00fbec07e
2+
DIST wyoming-1.5.4-py3-none-any.whl 27641 BLAKE2B 19674887125de8f117e0c02883b008142ae675188af02f496e93c45cd778911fd0dc2f44ddf093d3c11575bc822dcea85b01b71fc856b57967bf12938bbe822a SHA512 dd3bc4fc578907701f366158cd17c9cdfde2e0c9c43e966c6a30e2b1b32eac6879875022ec7c4f890a61a585748d544e9e5018a4b34b98c396f6cfdceafe062b
3+
EBUILD wyoming-1.5.3.ebuild 558 BLAKE2B 80c5ab69f6be3ec72377831cec69eada6c99ce689f20e49c0ac2f9173e86847b6d57fbb2bc18abebc222626b30e5acbdea057a2d1261f2ea48730fa4d224e05b SHA512 a13947195189b123302bcba3fd05e18b8f957bad018feabdd255d09e97a908d3a257921b33c7d3dc5b36c7a9c519f20a4377189da7f6bcac6270801f00fe1c18
4+
EBUILD wyoming-1.5.4.ebuild 558 BLAKE2B 80c5ab69f6be3ec72377831cec69eada6c99ce689f20e49c0ac2f9173e86847b6d57fbb2bc18abebc222626b30e5acbdea057a2d1261f2ea48730fa4d224e05b SHA512 a13947195189b123302bcba3fd05e18b8f957bad018feabdd255d09e97a908d3a257921b33c7d3dc5b36c7a9c519f20a4377189da7f6bcac6270801f00fe1c18
35
MISC metadata.xml 507 BLAKE2B cd73286c2b747ed18091ba71363dc2b4a755318ebe4d423c9f6b888c39943d44c316144fee14d13f9f80d751eb6cb670f74c2171606d1ce2868dba43749e124a SHA512 894fdd65c3d373664850cf576eff7ac7ef22bcbe5d7f2757d367b6eee8405da2bda3d216313a83e91745c553d0601e5d5a2b722dc8463bf454471d9e51b998ab

dev-python/wyoming/wyoming-1.5.3.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{11..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=standalone
88
inherit distutils-r1 pypi
99

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=standalone
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Protocol for Rhasspy Voice Assistant"
11+
HOMEPAGE="http://github.com/rhasspy/rhasspy3 https://pypi.org/project/wyoming/"
12+
SRC_URI="$(pypi_wheel_url)"
13+
S=${WORKDIR}
14+
15+
LICENSE="MIT"
16+
SLOT="0"
17+
KEYWORDS="amd64 arm arm64 x86"
18+
19+
#DOCS="README.md"
20+
21+
python_compile() {
22+
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/${P}-py3-none-any.whl"
23+
}

0 commit comments

Comments
 (0)