dev-python/blinkpy - 0.25.5 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/blinkpy-0.25.5

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

autounmask =dev-python/blinkpy-0.25.5

Or alternatively:

emerge --autounmask-write -a =dev-python/blinkpy-0.25.5

Package Information

Description:
A Blink camera Python library running on Python 3.
Homepage:
https://github.com/fronzbot/blinkpy https://pypi.org/project/blinkpy/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.25.5 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

DESCRIPTION="A Blink camera Python library running on Python 3."
HOMEPAGE="https://github.com/fronzbot/blinkpy https://pypi.org/project/blinkpy/"
SRC_URI="https://github.com/fronzbot/blinkpy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DOCS="README.rst"

RDEPEND=">=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
	>=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
	>=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]
	>=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
	<dev-python/sortedcontainers-2.5.0[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.8.4[${PYTHON_USEDEP}]
	>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]"
BDEPEND="
	>=dev-python/testtools-2.4.0[${PYTHON_USEDEP}]"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/python-dateutil-2.8.1[]
	>=dev-python/requests-2.24.0[]
	>=dev-python/python-slugify-4.0.1[]
	>=dev-python/sortedcontainers-2.4.0[]
	<dev-python/sortedcontainers-2.5.0[]
	>=dev-python/aiohttp-3.8.4[]
	>=dev-python/aiofiles-23.1.0[]

BDEPEND

	>=dev-python/testtools-2.4.0[]

Manifest for 0.25.5

Type File Size Source URLs
DIST blinkpy-0.25.5.gh.tar.gz 77294 bytes https://github.com/fronzbot/blinkpy/archive/v0.25.5.tar.gz