dev-python/hass-nabucasa: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-11 17:46:21 +02:00
committed by Andreas Billmeier
parent 818ac92fe8
commit e2302f459c
4 changed files with 2 additions and 86 deletions

View File

@@ -1,7 +1,3 @@
DIST hass-nabucasa-0.56.0.tar.gz 37952 BLAKE2B ea3353fb5f3d715a1dcff27150cf9c81ea4822c146368545ca385df4551310d60778cc958276129052b964c6074d50471063b8879691067f21d7440c7e3b3294 SHA512 1f00600fbfa51e4fcf21a6fa967da95e8a64541520454da8d992e5703f16f7b33381e7120344b2273a2336c9e49b4b0f26870c7af3a62ff261daf35b080ae5fe
DIST hass-nabucasa-0.61.0.tar.gz 38809 BLAKE2B e0b97be4a5c7868e943129282858ef98b1f880674b9d9dacb2252af568255ab39451cab37b59a30da499d708a4797c6e7b94e56aac9dc219eb7ac9c8a282b4de SHA512 c51e6987bb42b7a127dca9424c6014b593c1f7e5df39b8dce38ec914108090b9ac4b77ce38e0e4035c065db2102bba479005615275164b5bc2fb8d4ddcb3b157
DIST hass-nabucasa-0.63.1.tar.gz 38918 BLAKE2B 608433047d96eb30e44ba90bb5d96806cc56c35e6a3cd0f1d96e315dc08d532a9f526fd037b6eb448f2bef163ea59d398cf9fd5d75677765cc0a2b8455a4809a SHA512 6f97e3be99d4e92e34365d320c30219d7cf7f92d26c19c3c834622335ed56d464f57ac52b380365dc46294a42b00f3e87a37f0ac73988a8ad9e12c13c9f7b114
EBUILD hass-nabucasa-0.56.0.ebuild 1103 BLAKE2B f69a55f331931a30e7d60d8021684521e8a3032bd52139fa168ff86a803d351759f25ced26db672741d3ffb73315f3a43b1adfd76e5b33ab57fe9d315dd21295 SHA512 2066def7fc12c3d322b460dbcf9ce32b7eb1abd436e21f44a9b93ccb94c627cb1262a3ea0e32e9de96b8036634d07be9200e707aca85642fc934df2a4f5aaeb3
EBUILD hass-nabucasa-0.61.0.ebuild 1103 BLAKE2B 748c48f2514f404aa44e7de9845575a2a2e58a30f1b3bf985238c07d602f42a8b71ddedc8275793839be3681d305ecd4363519f96575e3de8a44d5da03637374 SHA512 bcab9c89b21a01451d45f451f7e29563b170d4d1fed754b7cc16a0757c3fc42eda7cce264d810d2b75cc11c1f7f936085e19134a193bdc46d7a103ab5c8686af
EBUILD hass-nabucasa-0.63.1.ebuild 1103 BLAKE2B d45da90cc3a93796e40d59fed758579e01db50251deb29cdf9124cd1a53fd06a9fbc9f77308310a8a5a5cfe8b63e5f7672cef236f20c4e3f5a06f8df7022dc7e SHA512 48355e67ff8c354c2583889c5e477eb1de98ca84db805f91c84e48879db99a119ee37778b9637ef0ea741285dcfc1bccb759e03ee677bb50ceb2e5afad683d0f
EBUILD hass-nabucasa-0.63.1.ebuild 1104 BLAKE2B 9a6243731caabfde5b293e6074ea27dc406c397d39dad30f44344e9b6ab9a11a580e1d65ab4370c09fcf040cc90b2afcf9cdf52cd21c006c1f28d117a2f9aa2c SHA512 8e8149dcc166925020a6cf46f66596fd38865c2db0419aaa52c0832ca4f3580db16f6a4a77bd6da885025aaf68be80dacffc2f07158477140406a74bc1e865ac
MISC metadata.xml 528 BLAKE2B be567a7a833ea79470127dfb99df26d47ec19224b3d2b46bad522f1f00e360c4ba84407b9a1f52c28600efb05ce35d772af70f5db564caeab7449258d3352e50 SHA512 0859ba4e97abadbfedd255dbec5af599ef4885d629dbbe54942323fc6b364628408303d606b066498a3290fb80e27d5d1090c20fc774db0a8e961b99b38ae6ae

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Home Assistant cloud integration by Nabu Casa, Inc."
HOMEPAGE="https://www.nabucasa.com/ https://github.com/NabuCasa/hass-nabucasa/ https://pypi.org/project/hass-nabucasa/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="~dev-python/pycognito-2022.8.0[${PYTHON_USEDEP}]
~dev-python/snitun-0.31.0[${PYTHON_USEDEP}]
>=app-crypt/acme-1.30.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
>=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
~dev-python/atomicwrites-homeassistant-1.4.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Home Assistant cloud integration by Nabu Casa, Inc."
HOMEPAGE="https://www.nabucasa.com/ https://github.com/NabuCasa/hass-nabucasa/ https://pypi.org/project/hass-nabucasa/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="~dev-python/pycognito-2022.8.0[${PYTHON_USEDEP}]
~dev-python/snitun-0.31.0[${PYTHON_USEDEP}]
>=app-crypt/acme-1.31.0[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
>=dev-python/attrs-19.3.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
~dev-python/atomicwrites-homeassistant-1.4.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi