dev-python/home-assistant-intents: drop 2023.1.31-r1, 2023.2.28

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 18:58:23 +02:00 committed by Andreas Billmeier
parent 29ec466a15
commit 75bdbf2f93
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 76 deletions

View File

@ -1,7 +1,3 @@
DIST home-assistant-intents-2023.1.31.tar.gz 52942 BLAKE2B d295484bd01d0f9f80d584e9ae6672359794e490d7e390570732febc653365a14633e59cae83d881098d004c4a0add724f72f914c3a97c187e927a72ea8aae5a SHA512 1254dffbb3790a76c216b27ba5c21ed68b6c8b1530eea6e90f3ddd0769da46d124ae71aa686c9f9dcbcf5d151e989c2a67d3c066c4151d2982bce9815cd7ad12
DIST home-assistant-intents-2023.2.28.tar.gz 91070 BLAKE2B b0d417ea1d5ae7c4f792d4440e8ee311595431891f62f0065b98d637e3db8827298a897082b30c8aa9848b0a34a16f8cfb822bd5ba3e44e19a9272be0db013d9 SHA512 2497e11f252b1b198009c0523e5e0b3fd754d91e1d4f0fcec50805a2122c8b3ff07e11a45d1b9758343b219deea3eb6b2785bd2ebfa35746be16f7bbb4790553
DIST home-assistant-intents-2023.3.29.tar.gz 106332 BLAKE2B 7c3a32c29a5202a8d9d715d85cd1f2fe72512ad163b2f5f970992d409baecf1e1643a20ae3d0f58a6a315e488b802fe993bb15043d0c575e9a2640af58d221fa SHA512 78f963f4e782bc126252b0e4794de0ca010fe837bf42c7d92557c66f7fce5b42e743c3c6e77598da9332477c78fba0502b5c266829c9ac15e63f79afd24e8290
EBUILD home-assistant-intents-2023.1.31-r1.ebuild 810 BLAKE2B 89ae92d8d77805adf33f97390bf4c05f9101981b53cc835efecdb1c719d8278b7324d2cfce8a8722454575eb99722682042f20d55ad6390e61e807b01462a4c5 SHA512 753d84f6c1ddfd1d3bdf35cc8710057ec419863c3aaffb6a50073d5ac1c33e7b36ec1133bfd2b9389764dc384d6e06c94b878ca634843a9b34badb1d1ba10c5f
EBUILD home-assistant-intents-2023.2.28.ebuild 810 BLAKE2B 89ae92d8d77805adf33f97390bf4c05f9101981b53cc835efecdb1c719d8278b7324d2cfce8a8722454575eb99722682042f20d55ad6390e61e807b01462a4c5 SHA512 753d84f6c1ddfd1d3bdf35cc8710057ec419863c3aaffb6a50073d5ac1c33e7b36ec1133bfd2b9389764dc384d6e06c94b878ca634843a9b34badb1d1ba10c5f
EBUILD home-assistant-intents-2023.3.29.ebuild 819 BLAKE2B 3e6295c975f83206e12462708eb30f87dac823bc826927d9d67b6451aee804b94058ee50839b3fe5be62d732edde5427a03dba1847c29ad7b9479dd53b584076 SHA512 9236028852200d536d93dba57e97ae619da4959cc7a0e5f345e416230d5fcea557b0fe8d3c78c3e39caefb4673483e49664b4da145ebb1efbb0f3d843d5eeaaf
MISC metadata.xml 548 BLAKE2B beb76c5ba7562b43d406087c616788d11428a56bdaea3fb1eb32134675ad0444802f897babc60fe101a34d1f95e5d5b0ca4684a38f48d8686b574d2279afa296 SHA512 5e4cd71f3e0f46a3b1bc1f1ebc94f5c46ed5ac859f63d4f213ed2101ca4998dffabac68d9f3f4d71f50a82f7757fd4e62d116216854d23cbb67d183ad2e7f66c

View File

@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Intents for Home Assistant"
HOMEPAGE="https://github.com/home-assistant/intents https://pypi.org/project/home-assistant-intents/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND="dev-python/hassil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Intents for Home Assistant"
HOMEPAGE="https://github.com/home-assistant/intents https://pypi.org/project/home-assistant-intents/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND="dev-python/hassil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/voluptuous[${PYTHON_USEDEP}]
dev-python/regex[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest