Skip to content

Commit a95d3df

Browse files
committed
dev-python/govee-local-api: new package, add 1.4.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/2793 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0450c81 commit a95d3df

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,12 +617,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1781 Ebuilds in total, 1770 of them have in total 1789 (42 different) licenses assigned.
620+
There are 1782 Ebuilds in total, 1771 of them have in total 1790 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624624
|MIT|1015|
625-
|Apache-2.0|393|
625+
|Apache-2.0|394|
626626
|GPL-3|118|
627627
|BSD|101|
628628
|LGPL-3|24|

dev-python/govee-local-api/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST govee-local-api-1.4.1.tar.gz 11950 BLAKE2B aa784c03b1d9ec15f0a92b233378b2a071bfab74b8f16c49da304f85c21f690aac169cbf42caa7b425469df140e6ed30319377bc015dcb2c514dc0a4261c1533 SHA512 516c544d172538490f59c45684fd05421d97ea91e90e846b69ab0ae261eb4fc3c676d1b89cef61b8e7675688cca91bbf1a74e0170f00cbc49c4d9af4a6845b72
2+
EBUILD govee-local-api-1.4.1.ebuild 535 BLAKE2B b1d817165955ba1df63674d9076c164d8087aff9874577fdd161455a817011155d4174ae6957c5a3019f980397e50bb2c54afec2a0bc1db7f80d9ffa9a8e8115 SHA512 24f34219deffd9586a0dcb17d103c5ded917103ac97d48254dd6e0b9bdd68e2522d1aab889d9400d114f3f8206998c0c0e787cca7160d48450b8f988a599dcf9
3+
MISC metadata.xml 534 BLAKE2B d29268cc2c368f18935960a7b529d8fc27731192cb06ddf1441bf6682c46221e5b516a2e45f1b6181e9d4fbd283e87f0f3dccba1f59d3e7e540f9f55b2b10c53 SHA512 41de44cd5f3c18037cc571b31ccaa2273d835eba458b5fb6c38a437ef6aea314526c94c916714c8fed26924f97f211698b557c8285c70bcdde051ef06147ba6c
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Library to communicate with Govee local API"
12+
HOMEPAGE="https://github.com/Galorhallen/govee-local-api https://pypi.org/project/govee-local-api/"
13+
14+
LICENSE="Apache-2.0"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
distutils_enable_tests pytest
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">govee-local-api</remote-id>
10+
<remote-id type="github">Galorhallen/govee-local-api</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Galorhallen</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)