dev-python/python-family-hub-local: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:43:58 +01:00 committed by Andreas Billmeier
parent 0b1ee2a40c
commit 4a6c218bfc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-family-hub-local-0.0.2.zip 4719 BLAKE2B 69cabba6befe0dcae56f3df95abae023d12a2777cb55bdb678acdbe6acfc7120064e156f2cde0be659580e42c176a71ea09c3e4ea104615dcd617198997ada20 SHA512 25acc1aaa9d89db7382aec2fb7469d8027621888486363d98f76706c2b5e85ef7b261b205690da779ba72d49dfd0c2b4a54e4b7910282c9306bd2521532e909c
EBUILD python-family-hub-local-0.0.2.ebuild 854 BLAKE2B 0a8e396d73ec368e74dfbf0962cee52b3c77ea71830599f6d8e9539aece90a837167813bd63b092fdcea5958bfd41eef96175f56ddb8a72ada9349c450e80569 SHA512 cf88f059dadccd812e8a47811d138b863cc08912878ddedacfcea435b0aad76343d559cd16a5cd8a37996a73e97f242e0b73b4d91c96e273efa73e6749937fa4
EBUILD python-family-hub-local-0.0.2.ebuild 889 BLAKE2B 4e10a80a8c04e611c21ea63135e89c9f571920df378b6ed3a386ed1a273c86991bf093094eb855eae5f1a7e4b09ebbbcfe83e6cd77a31a99098ea18b06326e08 SHA512 7f2b961dd64954903953547d202f00feb61ebcdd33de0a9452ccea3c5acba149e79c74b40920791fb2555460efff0c557065fb378ebb2fe3748e33ec29154782
MISC metadata.xml 545 BLAKE2B afe0a975d92d292bf948a954aac55d603a69a9ba41edeac5d39df74f58c9fd618238a69e4d5eddacc5331349b2463dc99c0e76c0b1e0ed8f55e243786de45874 SHA512 1f07eaea04cd6d6701117a98921eeeb930b39175d50cc61741ffab84172fee7b7e64043b2bc0a0d9ae3f3cb198ec2158963593bb3fb7079d5935a96206e1930f

View File

@ -1,15 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python API for accessing information from Samsung FamilyHub fridges locally."
HOMEPAGE="https://github.com/Klathmon/python-family-hub-local https://pypi.org/project/python-family-hub-local/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}" ".zip" )"
LICENSE="MIT"
SLOT="0"
@ -24,7 +25,6 @@ RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]"
BDEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"