dev-python/pyatv: drop 0.13.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:26:37 +02:00
parent 5aa745a998
commit 5843de8a0a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 48 deletions

View File

@ -1,5 +1,3 @@
DIST pyatv-0.13.4.tar.gz 1646790 BLAKE2B c8370045daf8df1a4b5ace31eeb88a5820641b4ffc47a09c9f8ed7fa61beba6ce0b39341470c6a8eb4a0239b8aaaee16afb998ad3cd91077b1f8c0445044b23b SHA512 b9ecf614b031740e5fa9b78391ba188a10bf66d28d3a37df32c45c28a9789cc84a67ab8225e5bb5f9cd31c5fc7465b9a3110995f1c71b1f83130404c98dc9ab4
DIST pyatv-0.14.3.tar.gz 1678147 BLAKE2B 4ecec2ec795069482e35d51893e3ce7d1c074c1c86dc14dfd84d7f54fb3f01f79986664a67f5f25f8cc6e6bec0d5b7edf56edab2912895d0cc1d8d64cf96fbdf SHA512 9e26ddf97b7d3fe75141ddb1e99a2bfb003fefc41e7e0be7037d80d81861958ffad47da4c51ea08bae2ebe972e4918d0cdefbc49140f335a07b811f308253f0d
EBUILD pyatv-0.13.4.ebuild 1337 BLAKE2B a80d0ac35647f0baa1067fb5898e8405cec1f2bd80979fabe28c2d4ff48cfad7cfbdefe4e487cede46fed2938f637dcb2f91aab484a408c9c6d018089d157d79 SHA512 8bdac1e105c7372bfd3d6f1c0ad0129706515695bde598a411198ec1eb6bbb918d65138c710b0a64cc175908a9f8018e096b2c5224810a395d9b55920aaee4e2
EBUILD pyatv-0.14.3.ebuild 1386 BLAKE2B a2b5f084dedc9b314e9d671413b9f5fcac182b89fae9525fe939d005b3582f90fec83736609ed61bbd00e2553ab8f4e63ef77474871cb1f1d257d820e7d0b0e8 SHA512 65fa732ad5457ffce16074fcd461fa226527317406c9e5852710d4c803dcab34a4bb064f2f9d91a97ca24d7b546be37fd9cdbf699baacdfb9bb4089b14d40ee0
EBUILD pyatv-0.14.3.ebuild 1386 BLAKE2B 053646ba023e8c2adea1c3fde40c4409706ca9a89ed910b72f2456c4acb2ea0414ef0a1cc3e6a3e2584d4751219aec6f96256d6bcf2ca3343dfbd98a1824c6e8 SHA512 a542a54255546317e498748d669a8d4761d9de2e45c4e1c476c3d77f1a13a611e7484a512e454dd58b73cab22052e74b142713b6d698376d15b75a5134b5e05c
MISC metadata.xml 510 BLAKE2B d7eb7fc5e0d2a4600212cd8cddd8687d94d3c567df67afe0874a9d32f33520d85039d5e04a1579b66dd98170390e6f23fc67a9061de4034b92070b31f575e88f SHA512 eb08647b94be3694b181dcfdf47386160d69343051eb8f17af01b4c06d72c130f82b0b00479c359d873aedcd7240f9bbe5953be40001a5cc0971163745d0b36f

View File

@ -1,43 +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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A client library for Apple TV and AirPlay devices"
HOMEPAGE="https://github.com/postlund/pyatv/ https://pyatv.dev https://pypi.org/project/pyatv/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/async-timeout[${PYTHON_USEDEP}]' python3_10)
>=dev-python/chacha20poly1305-reuseable-0.0.3[${PYTHON_USEDEP}]
>=dev-python/cryptography-36.0.2[${PYTHON_USEDEP}]
>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
>=dev-python/mediafile-0.8.1[${PYTHON_USEDEP}]
>=dev-python/miniaudio-1.45[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-4.22.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
>=dev-python/srptools-0.2.0[${PYTHON_USEDEP}]
>=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.38.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

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..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A client library for Apple TV and AirPlay devices"