diff --git a/README.md b/README.md index f990ec3c31..16528663d1 100644 --- a/README.md +++ b/README.md @@ -606,11 +606,11 @@ 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 2289 Ebuilds in total, 2275 of them have in total 2314 (43 different) licenses assigned. +There are 2290 Ebuilds in total, 2276 of them have in total 2315 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1302| +|MIT|1303| |Apache-2.0|527| |GPL-3|146| |BSD|124| diff --git a/dev-python/lcn-frontend/Manifest b/dev-python/lcn-frontend/Manifest index d4be03717a..66eeb97dd0 100644 --- a/dev-python/lcn-frontend/Manifest +++ b/dev-python/lcn-frontend/Manifest @@ -1,3 +1,5 @@ DIST lcn_frontend-0.1.6.tar.gz 1328322 BLAKE2B a5c04461fbd58f9b5e09af87670cfdbacf3ba25048d880ba4b33f45283f1dc6aecdcbfcb401135054fe186ec890d44b4b4706658ebe9d674fe415783c01ce73b SHA512 bfa2567401f08b8c6d7a458df5469391b57d499d80244025f4d40e49d7159c05ff5e63a408e8edac5cfd1df046fe3db6d58df25ea190486867deac3e3ad67661 +DIST lcn_frontend-0.2.0.tar.gz 1621549 BLAKE2B 4aa43a95cd88a4a195c6d5a196717a7c3c9eab01ffa60fafee7923b23fd4b48bf4d957f9c67e93a140eab367bed3fa14f9892ad8d6fd2c94ce43598e214ade09 SHA512 300f9c2b8265d2ae31cf406312a5db5318d6ebf4815c28fdbc57c09a262cdb0f7566b0f430f98c240e95213a84b66124d32d92dd1344c9b2a2a7ec3d0fdabafb EBUILD lcn-frontend-0.1.6.ebuild 515 BLAKE2B 13ac1d9c310cc89b7072824d4c226a544112e14ecf76c5bfe83a9e1d6b465fc48ec26c7e0304322ba35a7148b81c58f4398aeaaa2d76ac266b6a80ca16a0fa2d SHA512 379a8d9f3f8a91f4aa02a51bdfabd844adb9a1cffa9e6a658ec4692c52eef7ce76c47ea75b0e0262f9da4ee2287fa42327b1f6a4377e06a0b8c9ad8677c5156e +EBUILD lcn-frontend-0.2.0.ebuild 515 BLAKE2B 13ac1d9c310cc89b7072824d4c226a544112e14ecf76c5bfe83a9e1d6b465fc48ec26c7e0304322ba35a7148b81c58f4398aeaaa2d76ac266b6a80ca16a0fa2d SHA512 379a8d9f3f8a91f4aa02a51bdfabd844adb9a1cffa9e6a658ec4692c52eef7ce76c47ea75b0e0262f9da4ee2287fa42327b1f6a4377e06a0b8c9ad8677c5156e MISC metadata.xml 529 BLAKE2B 2aaec029508056ac2880bdcde9e2cc72f1ffa6dfbe923717338e93d58bfe730e7097f9df5c80c2a39156473fdb01be0c25e1aac8f872f30387a35ac06330a824 SHA512 000f58b3ef1b596436a625e931af9e9eb573e5bfd1a6ae4030bee22de3feb67b7f44e46df634a66fa4bbd58955f105bb5b3756f2c53ac258f437d8995542f55b diff --git a/dev-python/lcn-frontend/lcn-frontend-0.2.0.ebuild b/dev-python/lcn-frontend/lcn-frontend-0.2.0.ebuild new file mode 100644 index 0000000000..b2cce00bff --- /dev/null +++ b/dev-python/lcn-frontend/lcn-frontend-0.2.0.ebuild @@ -0,0 +1,21 @@ +# 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="Home Assistant Panel for configuring the LCN integration." +HOMEPAGE="https://github.com/alengwenus/lcn-frontend https://pypi.org/project/lcn-frontend/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +distutils_enable_tests pytest