dev-python/yalexs - 9.2.0 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/yalexs-9.2.0

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

autounmask =dev-python/yalexs-9.2.0

Or alternatively:

emerge --autounmask-write -a =dev-python/yalexs-9.2.0

Package Information

Description:
Python API for Yale Access (formerly August) Smart Lock and Doorbell
Homepage:
https://github.com/bdraco/yalexs https://pypi.org/project/yalexs/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9.2.0 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=poetry
inherit distutils-r1 pypi

DESCRIPTION="Python API for Yale Access (formerly August) Smart Lock and Doorbell"
HOMEPAGE="https://github.com/bdraco/yalexs https://pypi.org/project/yalexs/"

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

DOCS="README.md"

RDEPEND=">=dev-python/ciso8601-2.1.3[${PYTHON_USEDEP}]
	>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.9.0[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.10.5[${PYTHON_USEDEP}]
	>=dev-python/aiofiles-23[${PYTHON_USEDEP}]
	>=dev-python/freenub-0.1.0[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
	>=dev-python/python-socketio-5.11.3[asyncio-client,${PYTHON_USEDEP}]
	>=dev-python/propcache-0.0.0[${PYTHON_USEDEP}]"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/ciso8601-2.1.3[]
	>=dev-python/pyjwt-2.8.0[]
	>=dev-python/requests-2[]
	>=dev-python/python-dateutil-2.9.0[]
	>=dev-python/aiohttp-3.10.5[]
	>=dev-python/aiofiles-23[]
	>=dev-python/freenub-0.1.0[]
	>=dev-python/typing-extensions-4.5.0[]
	>=dev-python/python-socketio-5.11.3[asyncio-client,]
	>=dev-python/propcache-0.0.0[]