dev-python/pyicloud - 2.5.0 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/pyicloud-2.5.0

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

autounmask =dev-python/pyicloud-2.5.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pyicloud-2.5.0

Package Information

Description:
PyiCloud is a module which allows pythonistas to interact with iCloud webservices.
Homepage:
https://github.com/picklepete/pyicloud https://pypi.org/project/pyicloud/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.5.0 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="PyiCloud is a module which allows pythonistas to interact with iCloud webservices."
HOMEPAGE="https://github.com/picklepete/pyicloud https://pypi.org/project/pyicloud/"

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

DOCS="README.rst"

RDEPEND="
    >=dev-python/certifi-2024.12.14[${PYTHON_USEDEP}]
    >=dev-python/click-8.1.8[${PYTHON_USEDEP}]
    >=dev-python/cryptography-44.0.0[${PYTHON_USEDEP}]
    >=dev-python/fido2-2.0.0[${PYTHON_USEDEP}]
    >=dev-python/keyring-25.6.0[${PYTHON_USEDEP}]
    >=dev-python/keyrings-alt-5.0.2[${PYTHON_USEDEP}]
    >=dev-python/protobuf-6.31.1[${PYTHON_USEDEP}]
    <dev-python/protobuf-8[${PYTHON_USEDEP}]
    >=dev-python/pydantic-2.12[${PYTHON_USEDEP}]
    <dev-python/pydantic-3[${PYTHON_USEDEP}]
    >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
    >=dev-python/rich-13.0.0[${PYTHON_USEDEP}]
    >=dev-python/srp-1.0.21[${PYTHON_USEDEP}]
    >=dev-python/tinyhtml-1.1.0[${PYTHON_USEDEP}]
    >=dev-python/typer-0.16.1[${PYTHON_USEDEP}]
    =dev-python/tzlocal-5.3.1[${PYTHON_USEDEP}]
"
BDEPEND="
    test? (
        >=dev-python/bbpb-1.4.2[${PYTHON_USEDEP}]
        >=dev-python/isort-5.11.5[${PYTHON_USEDEP}]
        >=dev-python/prek-0.3.1[${PYTHON_USEDEP}]
        >=dev-python/pylint-3.3.4[${PYTHON_USEDEP}]
        >=dev-python/pylint-strict-informational-0.1[${PYTHON_USEDEP}]
        >=dev-python/pytest-8.3.5[${PYTHON_USEDEP}]
        >=dev-python/pytest-cov-4.1.0[${PYTHON_USEDEP}]
        >=dev-python/pytest-socket-0.6.0[${PYTHON_USEDEP}]
        >=dev-python/ruff-0.9.9[${PYTHON_USEDEP}]
    )
"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

    >=dev-python/certifi-2024.12.14[]
    >=dev-python/click-8.1.8[]
    >=dev-python/cryptography-44.0.0[]
    >=dev-python/fido2-2.0.0[]
    >=dev-python/keyring-25.6.0[]
    >=dev-python/keyrings-alt-5.0.2[]
    >=dev-python/protobuf-6.31.1[]
    <dev-python/protobuf-8[]
    >=dev-python/pydantic-2.12[]
    <dev-python/pydantic-3[]
    >=dev-python/requests-2.31.0[]
    >=dev-python/rich-13.0.0[]
    >=dev-python/srp-1.0.21[]
    >=dev-python/tinyhtml-1.1.0[]
    >=dev-python/typer-0.16.1[]
    =dev-python/tzlocal-5.3.1[]

BDEPEND

    test? (
        >=dev-python/bbpb-1.4.2[]
        >=dev-python/isort-5.11.5[]
        >=dev-python/prek-0.3.1[]
        >=dev-python/pylint-3.3.4[]
        >=dev-python/pylint-strict-informational-0.1[]
        >=dev-python/pytest-8.3.5[]
        >=dev-python/pytest-cov-4.1.0[]
        >=dev-python/pytest-socket-0.6.0[]
        >=dev-python/ruff-0.9.9[]
    )