dev-python/roonapi - 0.1.6 (ha-bleeding-edge)

Search

Package Information

Description:
Provides a python interface to interact with Roon
Homepage:
https://github.com/pavoni/pyroon https://pypi.org/project/roonapi/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.1.6 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_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1

DESCRIPTION="Provides a python interface to interact with Roon"
HOMEPAGE="https://github.com/pavoni/pyroon https://pypi.org/project/roonapi/"
SRC_URI="https://github.com/pavoni/pyroon/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DOCS="README.md"

RDEPEND=">=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.0[${PYTHON_USEDEP}]
	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
	>=dev-python/websocket-client-1.4.0[${PYTHON_USEDEP}]"

S="${WORKDIR}/pyroon-${PV}"

USE Flags

Dependencies

RDEPEND

>=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.0[${PYTHON_USEDEP}]
	>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
	>=dev-python/websocket-client-1.4.0[${PYTHON_USEDEP}]

Manifest for 0.1.6

Type File Size Source URLs
DIST roonapi-0.1.6.gh.tar.gz 52615 bytes https://github.com/pavoni/pyroon/archive/refs/tags/0.1.6.tar.gz