dev-python/wyoming: drop 1.4.0, 1.5.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:16:18 +02:00
parent 5a45874928
commit 0393294c2a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 50 deletions

View File

@ -1,7 +1,3 @@
DIST wyoming-1.4.0-py3-none-any.whl 21716 BLAKE2B 3c4b88fa80020647010d12cd9c47537ca99f1d027544099da26446aebeb85cfbf72596f656a50d8de5c3b7a32d3fb9486e864af032981b49383d6b0849e70785 SHA512 c6d822b536b54d8683d9867749eb7c05edd11f3a521cfe5f8faef59e05454cdfd844b0de915a42007fb5b928538f866013c0352b3d1facbb6310e17d94b2ca00
DIST wyoming-1.5.2-py3-none-any.whl 24476 BLAKE2B c62abe3dac8c1e4b775be91637c1e77a6be63ea87b226a9f65557ead203a8c41aff1a62d3fb9508b7cc2dfb584cfc4ff010b97e567055a291c84e4e1218f2aec SHA512 1a388d2c48e672245cb10edf7f89022aaf4b04d937a8d460b871864fadef2e7c913d1cf6edf8e570e0e3046fdc28e254c64eb2ceb12fbacdee26ab26f696311b
DIST wyoming-1.5.3-py3-none-any.whl 26598 BLAKE2B b950350a4ab438eb497060f1456c9b5621aef82149ef5666779e203691b5cc170117c6d6f08ab89fc10286201abbf8156af8f065e45ab8dacc4226d7c035d2a3 SHA512 9481cd6744726710edb895be5218420947f190b1e7e51d3c7f49227581f660a164413ab15324db9ab9b27478ea12344abee2df101c286fd55819ec6edc325f4f
EBUILD wyoming-1.4.0.ebuild 558 BLAKE2B 483d3a93d8a8d40bb8ffbfe2e60d78ea24648bb3673ee3869f1667572bd79068089a561215c4bd916527f9f1a662375ab9340e464d8b4367ccfb057557e32842 SHA512 22435b231a9a33b3ac0c1628ef5e594f50ff0d7616fb39c598c38e629018a093e8244ee90758ac951516b8f6226b71ec98cea498a41940d9a2777af00fbec07e
EBUILD wyoming-1.5.2.ebuild 558 BLAKE2B 483d3a93d8a8d40bb8ffbfe2e60d78ea24648bb3673ee3869f1667572bd79068089a561215c4bd916527f9f1a662375ab9340e464d8b4367ccfb057557e32842 SHA512 22435b231a9a33b3ac0c1628ef5e594f50ff0d7616fb39c598c38e629018a093e8244ee90758ac951516b8f6226b71ec98cea498a41940d9a2777af00fbec07e
EBUILD wyoming-1.5.3.ebuild 558 BLAKE2B 483d3a93d8a8d40bb8ffbfe2e60d78ea24648bb3673ee3869f1667572bd79068089a561215c4bd916527f9f1a662375ab9340e464d8b4367ccfb057557e32842 SHA512 22435b231a9a33b3ac0c1628ef5e594f50ff0d7616fb39c598c38e629018a093e8244ee90758ac951516b8f6226b71ec98cea498a41940d9a2777af00fbec07e
MISC metadata.xml 507 BLAKE2B cd73286c2b747ed18091ba71363dc2b4a755318ebe4d423c9f6b888c39943d44c316144fee14d13f9f80d751eb6cb670f74c2171606d1ce2868dba43749e124a SHA512 894fdd65c3d373664850cf576eff7ac7ef22bcbe5d7f2757d367b6eee8405da2bda3d216313a83e91745c553d0601e5d5a2b722dc8463bf454471d9e51b998ab

View File

@ -1,23 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=standalone
inherit distutils-r1 pypi
DESCRIPTION="Protocol for Rhasspy Voice Assistant"
HOMEPAGE="http://github.com/rhasspy/rhasspy3 https://pypi.org/project/wyoming/"
SRC_URI="$(pypi_wheel_url)"
S=${WORKDIR}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
#DOCS="README.md"
python_compile() {
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/${P}-py3-none-any.whl"
}

View File

@ -1,23 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=standalone
inherit distutils-r1 pypi
DESCRIPTION="Protocol for Rhasspy Voice Assistant"
HOMEPAGE="http://github.com/rhasspy/rhasspy3 https://pypi.org/project/wyoming/"
SRC_URI="$(pypi_wheel_url)"
S=${WORKDIR}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
#DOCS="README.md"
python_compile() {
distutils_wheel_install "${BUILD_DIR}/install" "${DISTDIR}/${P}-py3-none-any.whl"
}