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

Search

Install

Install this version:

emerge -a =dev-python/blinkpy-0.25.9

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

autounmask =dev-python/blinkpy-0.25.9

Or alternatively:

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

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.9 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

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 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

RDEPEND="
	>=dev-python/python-dateutil-2.9.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.34.2[${PYTHON_USEDEP}]
	>=dev-python/python-slugify-8.0.4[${PYTHON_USEDEP}]
	~dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.14.1[${PYTHON_USEDEP}]
	>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		>=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.9.0[]
	>=dev-python/requests-2.34.2[]
	>=dev-python/python-slugify-8.0.4[]
	~dev-python/sortedcontainers-2.4.0[]
	>=dev-python/aiohttp-3.14.1[]
	>=dev-python/aiofiles-23.1.0[]

BDEPEND

	test? (
		>=dev-python/testtools-2.4.0[]
	)

Manifest for 0.25.9

Type File Size Source URLs
DIST blinkpy-0.25.9.gh.tar.gz 81138 bytes https://github.com/fronzbot/blinkpy/archive/v0.25.9.tar.gz