dev-python/home-assistant-intents: add 2023.3.29

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-04-09 11:56:50 +02:00
committed by Andreas Billmeier
parent 0af3f42e31
commit c993ff69d4
3 changed files with 40 additions and 2 deletions

View File

@@ -576,12 +576,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1823 Ebuilds in total, 1812 of them have in total 1828 (36 different) licenses assigned.
There are 1824 Ebuilds in total, 1813 of them have in total 1829 (36 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1065|
|Apache-2.0|392|
|Apache-2.0|393|
|GPL-3|117|
|BSD|96|
|LGPL-3|26|

View File

@@ -1,5 +1,7 @@
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 876 BLAKE2B 1621d754e2c6651f4eb6320dbdd22f6016c5af5c9f90060eb67f15e196fb6fa3d62dd2ab29fdbe09f20dee26a7abfa5666cab14f165780952dc5a1586b25372c SHA512 fe984586d9d4da5faa9c1db106b264fe7b373ee68a80b870414c9761b3f2f35b55a4822d5529989874209cf1e49c53f362d4d00e7d0def9842b3f1015e3cc501
EBUILD home-assistant-intents-2023.2.28.ebuild 876 BLAKE2B 1621d754e2c6651f4eb6320dbdd22f6016c5af5c9f90060eb67f15e196fb6fa3d62dd2ab29fdbe09f20dee26a7abfa5666cab14f165780952dc5a1586b25372c SHA512 fe984586d9d4da5faa9c1db106b264fe7b373ee68a80b870414c9761b3f2f35b55a4822d5529989874209cf1e49c53f362d4d00e7d0def9842b3f1015e3cc501
EBUILD home-assistant-intents-2023.3.29.ebuild 818 BLAKE2B 2aa2af016d161539807b3400200678033d99e883486947df67545967a8ccf67225083e3550b36ef95b3b8fd5872ec653393e7ad6cd01634dc2c2cb9cd2073897 SHA512 62416c99cc9039b863ecae7bcbbe28110221618d6968c762685562593a800aa48cc23db80409b5283d70520280f6b4da61601a2101d8ecddf63e8796871d7838
MISC metadata.xml 548 BLAKE2B beb76c5ba7562b43d406087c616788d11428a56bdaea3fb1eb32134675ad0444802f897babc60fe101a34d1f95e5d5b0ca4684a38f48d8686b574d2279afa296 SHA512 5e4cd71f3e0f46a3b1bc1f1ebc94f5c46ed5ac859f63d4f213ed2101ca4998dffabac68d9f3f4d71f50a82f7757fd4e62d116216854d23cbb67d183ad2e7f66c

View File

@@ -0,0 +1,36 @@
# 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="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="README.md"
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