dev-python/electrickiwi-api - 0.9.14 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/electrickiwi-api-0.9.14

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

autounmask =dev-python/electrickiwi-api-0.9.14

Or alternatively:

emerge --autounmask-write -a =dev-python/electrickiwi-api-0.9.14

Package Information

Description:
Electric Kiwi Python API
Homepage:
https://pypi.org/project/electrickiwi-api/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.14 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2023 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="Electric Kiwi Python API"
HOMEPAGE=" https://pypi.org/project/electrickiwi-api/"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/aiohttp-3.8.1[]