Skip to content

Commit ae7c5f6

Browse files
committed
dev-python/google-photos-library-api: new package, add 0.12.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3863 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 7790618 commit ae7c5f6

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST google_photos_library_api-0.12.1.tar.gz 17017 BLAKE2B 58ebd25f946965f13962238edba50be18e3701d7f8773046fea2b4a5c0a3632f13cf43a9a89932df54785f70b98865dce61207a9a7d78386d1a57d157443c952 SHA512 a80b3dd5e1477a977e902437929880d28a45a96f898588d546b8158b8773bdfc3b91e6a53f260a177e81c086a3ab22b9ea3a5631ae64caaa5f8e40ace91325c2
2+
EBUILD google-photos-library-api-0.12.1.ebuild 883 BLAKE2B c000ace8207cfde9bbdb73267b78ed9b91a5da5744413f6a7158a543db8dccbf9e94c285aa2940fae22396c3541c11b75f2e291e36c9bac689ffed9f5a3f4d99 SHA512 b29137ae330f32b5e80adb12dce4a5d30d116f594199cfb18eecf02ab95107c394093dcb96cc6dac3e2da3a64649e69529b95e4eb283480ff85fa6ff7c020bfe
3+
MISC metadata.xml 558 BLAKE2B 44284cd95fbfc368be4cefbe521c4fbe7794c80196c61ee3b221cdd1acae184fce47d30bacf7745f8f974a254304ab9e2367c44e8b9b46c8f768de640821a42a SHA512 88929979f40fc10eb7494cf16801f4e66c88ba566d10db5910459c1e0ceadd1cedc1b824011ebd4bb0dca248ab9f72d2cdccd9b818e9873404e918e6b6a78844
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Copyright 1999-2024 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="A python client library for Google Photos Library API"
11+
HOMEPAGE="https://github.com/allenporter/python-google-photos-library-api https://pypi.org/project/google-photos-library-api/"
12+
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
13+
14+
LICENSE="Apache-2.0"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
23+
>=dev-python/google-api-python-client-2.71.0[${PYTHON_USEDEP}]
24+
>=dev-python/google-auth-1.22.0[${PYTHON_USEDEP}]
25+
>=dev-python/mashumaro-3.12[${PYTHON_USEDEP}]"
26+
BDEPEND="
27+
test? (
28+
dev-python/pytest[${PYTHON_USEDEP}]
29+
)"
30+
31+
distutils_enable_tests pytest
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">google-photos-library-api</remote-id>
10+
<remote-id type="github">allenporter/python-google-photos-library-api</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Allen Porter</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)