diff --git a/dev-python/aiomusiccast/Manifest b/dev-python/aiomusiccast/Manifest index f08e08ec4..000ff5c7a 100644 --- a/dev-python/aiomusiccast/Manifest +++ b/dev-python/aiomusiccast/Manifest @@ -1,7 +1,3 @@ -DIST aiomusiccast-0.14.4.tar.gz 36923 BLAKE2B c680f0fccdd802ec2b64c03ce55dfa6a7651d4e989dbfb982e1bbcfbae91ef4dbe4ca188f679583ff64b06da3c7969e112e5e529cbda872b54ac8149eec9b954 SHA512 e6863946e563f895b8ecd6cc9ffa1d7216f609a5c534c88a8062076cce38b469251da9d39f7ee3ba72e19401e7eb5d90a2418c2ac2e7841055f467bea1a90631 -DIST aiomusiccast-0.14.7.tar.gz 37199 BLAKE2B 71a0fcf4c0ebff95cc51148adf1811fc01b5fe49a23137dfbdf1ffa25bc3ae706eca0abab6d89ce088497c8f9d74b720222b65bf6fd90249612eaa83efa3eb57 SHA512 c994c8ba20dda5d609637780e0c1adc2cee1b998f80a8c871c8c456a77e86a0b7560320555f60e4438ad89410562c79505aa5e5f7917823d80896312c735a751 DIST aiomusiccast-0.14.8.tar.gz 36860 BLAKE2B 8358fa57e9e15b6e51c4185824041c7e597b3d49c80f33c2ff020064d262b7b30b44b5f8c803aef14ddce29a773787baca1a284c04efbd01a5225a0f62fb9f04 SHA512 72e602b68659dcd2ac659dc69a7ff3bfe98d94c31c58425e01f8755ee09c4fd3431a0c08a876c0443b0d9bd3a533b14ed7cbf3222f224b1b58010848a3874f09 -EBUILD aiomusiccast-0.14.4.ebuild 819 BLAKE2B 63c8fd3cda587d91d8dcd111091645d53843b88905a846976b4015f7769d256b01756f4c854961e4036cf1f1b8b13023f21e48d87772f6a477a95e517c075741 SHA512 4064bfb5bebe44220694bb1ff79d227e062c31ba349e74bdb8d8528fa4a6c290d59d1cd43179ed2bf06ce2ab6e1b320a311fccf98482a83d9493a2e52f0f242b -EBUILD aiomusiccast-0.14.7.ebuild 820 BLAKE2B 23636fd00256178100acb8c325018be9fb054262187e159d100a5414922a6c8f257cf6e4c4717f6da167a76c096a85e2a308d117075ba86159fd47e246bb12b6 SHA512 df08671507a04f72fc672b1050bbba677bcc6f63321472a6ac8ad9ef4361b0871e26a1c1e8afbce6ff7bf9fb3ea94986480e4dac72a5ca9e3a0de98b8cd00452 EBUILD aiomusiccast-0.14.8.ebuild 780 BLAKE2B 878f9a39177bb125f56373acde0f6c78adfe830e61da41b37e2cc7fd34330e5163e228432d6559764a895535ad3284ac1ba5f527c0990591638b7354406373e8 SHA512 7fffaf4346632cfce49a27a59cdcd21772e3dcc095411b1cf63571ab13d596bc0303a20c4072bf5b35479c2d2682eb0372c64b359a379a7ecf4489ca3aacfd54 MISC metadata.xml 522 BLAKE2B b1a255e734b9c20a84fabefd3084758b2be7b52ad938890dedf36970d85bd2c1ee289674a9d9cbe2398d260277b8604a3e4b345bb93ac1023ebb0b8e4fa02f63 SHA512 652d01f2fea134f10c2fbfcbda540288c21f19e965f18833c9a918a74a415c387f09545ae6f9cf290767830db45ef9e78b8acd21104cd6cbc3316c4b7e41bb3a diff --git a/dev-python/aiomusiccast/aiomusiccast-0.14.4.ebuild b/dev-python/aiomusiccast/aiomusiccast-0.14.4.ebuild deleted file mode 100644 index ac0d7dd93..000000000 --- a/dev-python/aiomusiccast/aiomusiccast-0.14.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 pypi -DESCRIPTION="Companion library for musiccast devices intended for the Home Assistant integration." -HOMEPAGE="https://github.com/vigonotion/aiomusiccast/ https://pypi.org/project/aiomusiccast/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest diff --git a/dev-python/aiomusiccast/aiomusiccast-0.14.7.ebuild b/dev-python/aiomusiccast/aiomusiccast-0.14.7.ebuild deleted file mode 100644 index d72219809..000000000 --- a/dev-python/aiomusiccast/aiomusiccast-0.14.7.ebuild +++ /dev/null @@ -1,33 +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="Companion library for musiccast devices intended for the Home Assistant integration." -HOMEPAGE="https://github.com/vigonotion/aiomusiccast/ https://pypi.org/project/aiomusiccast/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - )" - -python_test() { - py.test -v -v || die -} - -distutils_enable_tests pytest