dev-python/emulated-roku: add 0.3.0

Closes: #3256
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-05-12 07:19:47 +02:00
parent ec7972a75b
commit c8d0e16611
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
DIST emulated_roku-0.2.1.tar.gz 5744 BLAKE2B 0f0bdcae77aee77675157f4a2e11d30d0dc87b3856268ee13ffe35aa9c8fc46cdfbac23ffd3315e4844b6e1aa44dd38229f0a68163116ab6725f8ea47d58b74a SHA512 4b3e9614025c3d60d2ab240ae8310e5341144dd896296822a7ddb5acb3e5a4a74a815fc33a0dbe41b24747b3889ddfb1a77affa00f0ec78a44fad6a81710c744
EBUILD emulated-roku-0.2.1.ebuild 682 BLAKE2B 0a064b98ef9ce98d72f36cd233f756b2b134abebd913203149bc548ef3623b440b3d6058521173635d2a4bd8d2e58718db9c76767977f3ad196e342c0c3373c2 SHA512 745744ac77016e2a2fe6dd3f5df9298580d94b3c8ebebbd51ac9d75dfd7cc755e7aa6f7bb300f1f452762d2a20209c11542f27fb75dccc11d09c8884d9709ba3
DIST emulated_roku-0.3.0.tar.gz 6466 BLAKE2B 226f550ace6c4b348e3ef394fdfde49f58f293b908fc79f41678416bad52127cd5136e45f4f71e18cefc94c66ef8f65c3e4304d002b31a494bef2a27819690b5 SHA512 511769b22879c4507b4c6ab4300924849edc94536caa15e04cefb3e2fc6cb1a198858afdb917981cc4b4da54668e33c965703b8e7037e911f3c2f4aeeb5c12dc
EBUILD emulated-roku-0.2.1.ebuild 682 BLAKE2B e890dfb78ac8f34bf0de2e61023908bbd28d926643659b797e1bb55c1abc18ef5fe9eb83c46bb40511501e895a585f0d79dbd5fd6faf5e7eb157a69c26c5a8d2 SHA512 a4efa8d7776a3fcf159e6ad7bd39402e2fb0c7c39741d3903e2b478570d0afc5db3d39eee6b0e845b29fa60c9cf2152dc93eb1d3da607c3f3e97103f8c472873
EBUILD emulated-roku-0.3.0.ebuild 580 BLAKE2B c245597828d9600ebf44e6db122c17a4ee32816d73036058c21ca46a1d7d85b024c9cda9c72ca8723d9441bb999d83474b163081f4f51ea5ef49a02b7f0c0fea SHA512 712b0dceb1c1663aa4b08756ce63fb1c05648c62cb67270b8321bd28f1195e0c7a9531098350c20e96f6ed50c926549b4230a2845f629e139121f7344b0459e0
MISC metadata.xml 401 BLAKE2B 7bb622fa7400663814631ea265f41fcd0d03ed77260d79808dfeaf04168ad683e6f724061c507f2bac367e74cfd2f3cb808efc5a95497b0989888c4630e5f7ee SHA512 9507e92eefa770f51c2dbdb22ec3cead0c6b6525d5b79c1bdae6e337084fdfbae69b5fc28d08416fbd2a3cbb1c4e149cc495343e5014b307e55bd2764ed7797f

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Library to emulate a roku server to serve as a proxyfor remotes such as Harmony"
HOMEPAGE="https://gitlab.com/mindig.marton/emulated_roku https://pypi.org/project/emulated-roku/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/aiohttp-3.0.6[${PYTHON_USEDEP}]"
distutils_enable_tests pytest