Skip to content

Commit 8487005

Browse files
dev-python/pyicloud new package
From https://github.com/onkelbeh/HomeAssistantRepository/tree/master/dev-python/pyicloud Signed-off-by: Vitaly Zdanevich <[email protected]>
1 parent 5487673 commit 8487005

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

dev-python/pyicloud/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST pyicloud-1.0.0.tar.gz 32894 BLAKE2B 64cfe0ea3b3b16903955bcbab4f4d7cdffd07ee1308f2eb2b725211bd331a0444b2b5d65948e1063fb2a82072bc1ad1b3128719e38dea66789fef6cf1f1edd03 SHA512 6181bbe28ccf5ebfad167b4c96ab257cb209ae7ce58b49773a1d6903543dc807fbb6da289c57e88ee40dd8d5d67088798f4a5482899e1719fdd21c5521e3c4a0

dev-python/pyicloud/metadata.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
3+
<pkgmetadata>
4+
<!-- maintainer-needed -->
5+
<upstream>
6+
<remote-id type='pypi'>pyicloud</remote-id>
7+
<remote-id type='github'>picklepete/pyicloud</remote-id>
8+
</upstream>
9+
</pkgmetadata>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright 2025 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="For iCloud: Devices, Find My iPhone, Status, Play Sound, Lost Mode, Contacts"
11+
HOMEPAGE="https://github.com/timlaing/pyicloud https://pypi.org/project/pyicloud"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="~amd64"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.rst"
20+
21+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
22+
dev-python/keyring[${PYTHON_USEDEP}]
23+
dev-python/keyrings-alt[${PYTHON_USEDEP}]
24+
dev-python/click[${PYTHON_USEDEP}]
25+
dev-python/tzlocal[${PYTHON_USEDEP}]
26+
dev-python/certifi[${PYTHON_USEDEP}]"
27+
28+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)