dev-python/hassil: add 1.7.4

Closes: #3598
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-22 08:50:20 +02:00
parent 042c940c82
commit ff64846bfa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 2 deletions

View File

@ -606,12 +606,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 1985 Ebuilds in total, 1974 of them have in total 1999 (42 different) licenses assigned.
There are 1986 Ebuilds in total, 1975 of them have in total 2000 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1145|
|Apache-2.0|445|
|Apache-2.0|446|
|GPL-3|116|
|BSD|112|
|LGPL-3|25|

View File

@ -1,5 +1,7 @@
DIST hassil-1.6.1.tar.gz 39445 BLAKE2B 7462c9baddac95386aa8c5b63076f6f8152f29fd94e5d61ae22c513bc933fb513f296e76ef2c64e6470e359f61ef40ae8c254bf9ce689cb57e7e879dee464aa7 SHA512 578915281482b7628e41c480f99ffcf7f56b296859b996a5fd6b7fd908008d2ca3ff3e11a4322d8b39b47db5d7ef22af5d3aa68c7483fa069908fa75fec88b38
DIST hassil-1.7.1.tar.gz 39840 BLAKE2B 7ffef79060caf63885a33b158c3e1fef76eefe185690c9f3ea12548acb37f807061c98feca2fb4db52775d724797241629a89c030655b08826d735863d73460b SHA512 9d67aab61ed334f63bb3ef616cac98a55105f94505270d1220841bb20cf9ebe5e3261f7d91de7d0b542d9254281c98ade5475f068dce10759e4e3666397acc95
DIST hassil-1.7.4.tar.gz 40583 BLAKE2B 6df59e9b558875062a71e35aaa06332f68ea683dcc0d951b2a14c3a07fd8b75b79694be37c8b3c2f53f7d0b9cbffc79371ec91dcd855ef79036aefa1d6319893 SHA512 a929a0c270d7a0b313d1b5ad68408ca77a7cb53ed75dff16b948a7ea392e9e37433673eae04044e6e5baccd566d6f892d7847a9b72ad3b8a568da6f22adefcfe
EBUILD hassil-1.6.1.ebuild 544 BLAKE2B 6e4c730bb091c08d1197f738e9c7e60c30e47a13383ca76508b84de9ddb5ea09879cf782a1d53eee9db062771096cc89e60e579fd9e85466a43f7c283e406dee SHA512 f2ebc16bc06fc9796574fa0fab38d1e8c6bbbfc7b85ec0a7cfea5cf9c2c30bfbf8adb1c07d1d2b80312282b84073ae06f0207b6893c836cd5cccee7910e05688
EBUILD hassil-1.7.1.ebuild 600 BLAKE2B 46f5d1f9f5cb3f740eb4905fdba91e879612f6e1ddaaab1abc42e22b774a77a5b530634d1f4f5a20b8b3bf04adcabfe2b38fa53594563753f19432171831cee0 SHA512 94264b3e80dc2d6151b17d6e6f77e476c5af8d6e84b0e310c13fd725ea662f6592f876a021e6eed94bca16926a14ac8864abe7c0b1ea8454bfacd054825ad62d
EBUILD hassil-1.7.4.ebuild 600 BLAKE2B 46f5d1f9f5cb3f740eb4905fdba91e879612f6e1ddaaab1abc42e22b774a77a5b530634d1f4f5a20b8b3bf04adcabfe2b38fa53594563753f19432171831cee0 SHA512 94264b3e80dc2d6151b17d6e6f77e476c5af8d6e84b0e310c13fd725ea662f6592f876a021e6eed94bca16926a14ac8864abe7c0b1ea8454bfacd054825ad62d
MISC metadata.xml 512 BLAKE2B e361c7aec3667efbe7ee48174946ce5da1d3ba6eeaec4cff1e0dcd2789e0d351fd2a9fd9397702d8a4db3a9b50e3a749ac04c1bb5d2885a64e359b47f2110945 SHA512 c20a56d820ebc21fbc3089876194685bab4ea7eeb1a654f4b3261aa418b42d8257f350e98dc7b0b4bbf01885bd9ef7f6f676562b1b32f98c494f3a34cc7a3caf

View File

@ -0,0 +1,24 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="The Home Assistant Intent Language parser"
HOMEPAGE="http://github.com/home-assistant/hassil https://pypi.org/project/hassil/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
~dev-python/unicode-rbnf-1.1.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest