dev-python/python-linkplay - 0.2.14 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/python-linkplay-0.2.14

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

autounmask =dev-python/python-linkplay-0.2.14

Or alternatively:

emerge --autounmask-write -a =dev-python/python-linkplay-0.2.14

Package Information

Description:
A Python Library for Seamless LinkPlay Device Control
Homepage:
https://pypi.org/project/python-linkplay/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.14 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2024 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 Python Library for Seamless LinkPlay Device Control"
HOMEPAGE="https://pypi.org/project/python-linkplay/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS=""

RDEPEND=">=dev-python/aiohttp-3.8.5[${PYTHON_USEDEP}]
	>=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
	>=dev-python/async-upnp-client-0.36.2[${PYTHON_USEDEP}]
	>=dev-python/deprecated-1.2.14[${PYTHON_USEDEP}]
	>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]
	>=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
		dev-python/pytest-mock[${PYTHON_USEDEP}]
		dev-python/mypy[${PYTHON_USEDEP}]
		dev-python/ruff[${PYTHON_USEDEP}]
		dev-python/tox[${PYTHON_USEDEP}]
		dev-python/typing-extensions[${PYTHON_USEDEP}]
		dev-python/pre-commit[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/aiohttp-3.8.5[]
	>=dev-python/appdirs-1.4.4[]
	>=dev-python/async-upnp-client-0.36.2[]
	>=dev-python/deprecated-1.2.14[]
	>=dev-python/aiofiles-23.1.0[]
	>=dev-python/async-timeout-4.0.3[]

BDEPEND

	test? (
		dev-python/pytest-asyncio[]
		dev-python/pytest[]
		dev-python/pytest-cov[]
		dev-python/pytest-mock[]
		dev-python/mypy[]
		dev-python/ruff[]
		dev-python/tox[]
		dev-python/typing-extensions[]
		dev-python/pre-commit[]
	)