dev-python/home-assistant-intents: new package, add 2023.1.31

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-02-04 17:02:26 +01:00 committed by Andreas Billmeier
parent 3c09797f76
commit 855ef51347
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST home-assistant-intents-2023.1.31.tar.gz 52942 BLAKE2B d295484bd01d0f9f80d584e9ae6672359794e490d7e390570732febc653365a14633e59cae83d881098d004c4a0add724f72f914c3a97c187e927a72ea8aae5a SHA512 1254dffbb3790a76c216b27ba5c21ed68b6c8b1530eea6e90f3ddd0769da46d124ae71aa686c9f9dcbcf5d151e989c2a67d3c066c4151d2982bce9815cd7ad12
EBUILD home-assistant-intents-2023.1.31.ebuild 915 BLAKE2B 6d269f942bb80836ad3a3572dcb57a5ba1afd9370ed9135e3a0fe7c6af4be47d92f03d8f26e11efafa4c4f69357fac66b652e8177644b00499dc67650447c095 SHA512 a6cfd6843113b4024c474aed2e54ad657e895caaf34b921d8c942cbd5268eef65f85c9e8383745f59068f8f91d4c726d785c291d8fd8298d1d9c3ed2fd83bb71
MISC metadata.xml 548 BLAKE2B beb76c5ba7562b43d406087c616788d11428a56bdaea3fb1eb32134675ad0444802f897babc60fe101a34d1f95e5d5b0ca4684a38f48d8686b574d2279afa296 SHA512 5e4cd71f3e0f46a3b1bc1f1ebc94f5c46ed5ac859f63d4f213ed2101ca4998dffabac68d9f3f4d71f50a82f7757fd4e62d116216854d23cbb67d183ad2e7f66c

View File

@ -0,0 +1,37 @@
# 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
inherit distutils-r1
DESCRIPTION="Intents for Home Assistant"
HOMEPAGE="https://github.com/home-assistant/intents https://pypi.org/project/home-assistant-intents/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS=""
RDEPEND="~dev-python/hassil-1.0.1[${PYTHON_USEDEP}]
~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
~dev-python/voluptuous-0.13.1[${PYTHON_USEDEP}]
~dev-python/regex-2022.10.31[${PYTHON_USEDEP}]
~dev-python/jinja-3.1.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">home-assistant-intents</remote-id>
<remote-id type="github">home-assistant/intents</remote-id>
<maintainer status="unknown">
<email>hello@home-assistant.io</email>
<name>The Home Assistant Authors</name>
</maintainer>
</upstream>
</pkgmetadata>