dev-python/rokuecp: drop 0.17.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-02 22:21:55 +01:00
committed by onkelbeh
parent 179e133c26
commit ec44f0bbc8
2 changed files with 0 additions and 40 deletions
-2
View File
@@ -1,5 +1,3 @@
DIST rokuecp-0.17.1.tar.gz 12488 BLAKE2B 8131bed19a352a6612ee2894fa5b243ad4651dbbe4127279e072525118f2d8c477afdfa210a1e04b67704eab3c7bcb7506634b6600cd38026b5f1b9f640ecc44 SHA512 407c327a131994060f2f670acbd60996ac1a9a99d8209100b610775194d2c766bd3de0a910d72e90997f91f23b0aff2d45635c1431741f6b2943f7319b467dcc
DIST rokuecp-0.18.1.tar.gz 12404 BLAKE2B 89be1ef16889a074fa5b6e46d37c92b8470586f8e201f381565186ad700021be814d5c5fe0306c96e5b93d019eb2ca91f0bd90a18f9eda06d6c36ea9e25e58a3 SHA512 2f25f3e7a8b8fc28c05be395db5f3dfd3245d250c6eabb04e567039ee5a8fd7f5e926240a37a62c48acacb88718dbb40a09d76eeca5f2e7125a0eda28131031f
EBUILD rokuecp-0.17.1.ebuild 973 BLAKE2B 5d8982553f6e5c28081c9e536e5a741ce0e4bcd8f77bdf5c5e78244430ba8a90cfa889073d641d461de6e2a041498ceb24a0d6b086f062d14445046a7fe9958b SHA512 c3b0b23d9131d8d1bcd40fc31e50c313bc63e2b74c26e52b8469e5e9782a714a87c1a3818a0cf5b382087eee4097414be69d37f4503f246ac7fc15c235c1821d
EBUILD rokuecp-0.18.1.ebuild 1019 BLAKE2B d0a1b8fded840ef679a0153aa02cf15a9d5458be191afba5209fcbc122774e904915815782d5680d0689bb0c67e435fe87644218a33c31f26b67f6efd77c2edc SHA512 707ba516801e72fdfee69adb53ec1175221a162e670dd70614535f52cef04256375255abd947cfc754caceb8d423c5fb33fbd9b501360b0caa939c58a5551791
MISC metadata.xml 528 BLAKE2B f2ce13c95c3feb62b377aacb51e32c42c7b17e9f4dfc9f060213311663c56d312cf49a3adaa7b5a923f4dd2ed87e330aa981cecfff2a32caacbaf7cd3911b8f7 SHA512 3fcf5301a24ece1f277d711fd54b858ed4fb59e527a258552e139641d9f11f5c79bb32cc56e491bedf92ac26739d80b028ce4ab47ccbb03261c3c5cb09919fac
-38
View File
@@ -1,38 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Roku (ECP)"
HOMEPAGE="https://github.com/ctalkington/python-rokuecp https://pypi.org/project/rokuecp/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}]
>=dev-python/backoff-1.9.0[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.13.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest