dev-python/pyatv - 0.18.0 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/pyatv-0.18.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pyatv-0.18.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pyatv-0.18.0

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
0.18.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
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 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

PYPI_PN="pyatv"

RDEPEND=">=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
	<dev-python/aiohttp-5[${PYTHON_USEDEP}]
	>=dev-python/cryptography-44.0.1[${PYTHON_USEDEP}]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[${PYTHON_USEDEP}]
	>=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
	>=dev-python/miniaudio-1.45[${PYTHON_USEDEP}]
	>=dev-python/protobuf-6.31.1[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.30.0[${PYTHON_USEDEP}]
	>=dev-python/srptools-0.2.0[${PYTHON_USEDEP}]
	>=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
	>=dev-python/tinytag-1.10.0[${PYTHON_USEDEP}]
	>=dev-python/zeroconf-0.129.0[${PYTHON_USEDEP}]"
BDEPEND="
	dev-python/pytest-runner[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest-xdist[${PYTHON_USEDEP}]
	)"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pyatv | euse -E <flag> -p dev-python/pyatv | euse -D <flag> -p dev-python/pyatv

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/aiohttp-3.8.3[]
	<dev-python/aiohttp-5[]
	>=dev-python/cryptography-44.0.1[]
	>=dev-python/chacha20poly1305-reuseable-0.13.2[]
	>=dev-python/ifaddr-0.1.7[]
	>=dev-python/miniaudio-1.45[]
	>=dev-python/protobuf-6.31.1[]
	>=dev-python/pydantic-2.0.0[]
	>=dev-python/requests-2.30.0[]
	>=dev-python/srptools-0.2.0[]
	>=dev-python/tabulate-0.9.0[]
	>=dev-python/tinytag-1.10.0[]
	>=dev-python/zeroconf-0.129.0[]

BDEPEND

	dev-python/pytest-runner[]
	test? (
		dev-python/pytest-xdist[]
	)