Skip to content

Commit 24c4181

Browse files
committed
dev-python/knocki: new package, add 0.3.5
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3872 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 35ede2f commit 24c4181

File tree

4 files changed

+47
-2
lines changed

4 files changed

+47
-2
lines changed

README.md

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

607607
## Licenses
608608
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.
609-
There are 2094 Ebuilds in total, 2083 of them have in total 2110 (42 different) licenses assigned.
609+
There are 2095 Ebuilds in total, 2084 of them have in total 2111 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1212|
613+
|MIT|1213|
614614
|Apache-2.0|471|
615615
|GPL-3|128|
616616
|BSD|111|

dev-python/knocki/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST knocki-0.3.5.tar.gz 6880 BLAKE2B 890882bbd69aca15aa976f8b49d893745ae14ed83c2bb15ac5f4abcee0107ab790c5f840ed19009164a8b2aa3a117d8906ef59672c33b9a357a6801162fbee0b SHA512 32cf4b93d80b31078e53fa29f5f8f4b6425ccd6dd426966e74a72ba7ef5e832e97601b638225564892969ef46b52e29c1bddc5f3033cd6cd309110d163acea67
2+
EBUILD knocki-0.3.5.ebuild 689 BLAKE2B c7fab3ec46ad1a48e93f7d108dc5b626a52efe10e0d51ebdd00d12bbd0688fe23e4e5080d3809e7ad6b81a08cf1edb73027545e5e0ad6bc5948faebeb4aec904 SHA512 027aba36be4f004722712ec55ce4361269e1f0163ea498524eb52788b09aa7c6d9feb7641957bd6e93af5e605206e0314f71cf293c8d8440585e8c356a4b00c6
3+
MISC metadata.xml 534 BLAKE2B 99d1ebf0c622329bd091cb2e66b1059df6e3a54a687fcad5c7e8e8d80bacb011d7dedbc12b23c0b1fe0f6c78eff26edb20ddd8d2168ec1b432e262a3e1ea0314 SHA512 bb8b85ae48eafb9e5a0aa1f2de11d453dbcc484f2f4dfe21229fe77f3bd1295bd865d556e8195cae08e1bd54ddeee01fab2fbd070a2edfa77508a3c5a6dca157

dev-python/knocki/knocki-0.3.5.ebuild

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Asynchronous Python client for Knocki."
11+
HOMEPAGE="https://github.com/swan-solutions/knocki-homeassistant https://pypi.org/project/knocki/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
22+
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
23+
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
24+
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

dev-python/knocki/metadata.xml

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">knocki</remote-id>
10+
<remote-id type="github">swan-solutions/knocki-homeassistant</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>Joost Lekkerkerker</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>

0 commit comments

Comments
 (0)