dev-python/dynalite-panel: new package, add 0.0.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-22 11:30:28 +02:00 committed by Andreas Billmeier
parent 78869e3aed
commit 451d748321
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 52 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 1825 Ebuilds in total, 1814 of them have in total 1831 (40 different) licenses assigned.
There are 1826 Ebuilds in total, 1815 of them have in total 1832 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1065|
|Apache-2.0|376|
|Apache-2.0|377|
|GPL-3|116|
|BSD|102|
|GPL-2|26|

View File

@ -0,0 +1,3 @@
DIST dynalite-panel-0.0.4.tar.gz 1805181 BLAKE2B 622e36cdeab04a3fd9138c59a886c9bf1f1a5442f58650cff8ff03c05540687dd947b528b53815e0080b1d6e69b1a38f8c29bb8c4e8edd6e8643e910694f0d6e SHA512 2a6daa0baa77e2b3c1e93c23372285b6d21076d69485e23a396ef95f3e59e23d22cc64f63e3c452c57f5026564496d976de4da0680220857466f193d59918caf
EBUILD dynalite-panel-0.0.4.ebuild 621 BLAKE2B 6ec234a10688357b523665e25a714b002e87120aa7b83dec5c271d6b14c8864d38248375c1fb9af70b63a4d76a3bfecfb5702bcfbe550d16bc96a6290c3feb4d SHA512 e27214cf346e5f30841df9f642ef305dc6f23b0fe293e11c3100fae570fdc2da5d4c8d94041b74ae6eb960d2733219bb00c2990a0cb2bace7a70b0fd692c504e
MISC metadata.xml 534 BLAKE2B 5c32bf5996442309aef231cf87ffd238da38c70fea40720bf4e74e0c032d0eb5a4f257446c8da51009831df2d7680f568b98674d82d323cc8d311fcece6f0b06 SHA512 f38df9f4491125fe04df3c3b6aae197558e51979ca169bc8d6134b880f003c334c41a3b6f120dc3ed9ce7236b2acd6e33cb5929dce604ef5e9c7fca66a305954

View File

@ -0,0 +1,31 @@
# 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="Dynalite panel for Home Assistant"
HOMEPAGE="https://github.com/ziv1234/dynalitepanel https://pypi.org/project/dynalite-panel/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
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">dynalite-panel</remote-id>
<remote-id type="github">ziv1234/dynalitepanel</remote-id>
<maintainer status="unknown">
<email>16467659+ziv1234@users.noreply.github.com</email>
<name>Ziv</name>
</maintainer>
</upstream>
</pkgmetadata>