homeassistant-full 2024.10.2 full dependencies update

(not compiled yet :ouch: )
This commit is contained in:
Xavier FORESTIER
2024-10-21 13:59:57 +02:00
parent df5f5d139f
commit ec8d5a03b1
293 changed files with 6057 additions and 84 deletions

View File

@@ -0,0 +1,2 @@
DIST pyseventeentrack-1.0.1.tar.gz 10649 BLAKE2B ece55c862c07f8115a961c617faa6cc9ead41c3063c80652c3835c9fcdb03a137e979120ffc9fa4c64fe819e9d569b71db63db388d57ff61acad6611659082aa SHA512 69aa552016d8ef130bf297499e583b59ccfe13a41d5094481f6315afe94e577350df54e191abe99f90429b6d861e0c2d2bcadf69f177c7115b947ba56f6e4565
EBUILD pyseventeentrack-1.0.1.ebuild 573 BLAKE2B 1ab8a641ce60476df06913a3650195c2de1cd0f9b0a1f20e5abfaded40ec987fffc7e2b10398d16dc00ed2b0d99712f6c5fbe520e68b5ad3532e50de65bea36b SHA512 b3df9061ec5e2ede3444eb5835ad886e5751065398779775546677a676a5badc2721b32bd59567e296b675faccbcf0c21d68e8f98cc7a53d53d85c82068c414f

View File

@@ -0,0 +1,24 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="A Simple Python API for 17track.net"
HOMEPAGE="https://github.com/shaiu/pyseventeentrack https://pypi.org/project/pyseventeentrack/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/aiohttp-3.9.5[${PYTHON_USEDEP}]
>=dev-python/attrs-19.3[${PYTHON_USEDEP}]
>=dev-python/pytz-2021.1[${PYTHON_USEDEP}]
"
BDEPEND=""
distutils_enable_tests pytest