Skip to content

Commit 4d1cc61

Browse files
committed
dev-python/lektricowifi: new package, add 0.0.42
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3879 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 417ee2d commit 4d1cc61

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-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 2086 Ebuilds in total, 2075 of them have in total 2102 (42 different) licenses assigned.
609+
There are 2087 Ebuilds in total, 2076 of them have in total 2103 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1206|
613+
|MIT|1207|
614614
|Apache-2.0|470|
615615
|GPL-3|127|
616616
|BSD|111|

dev-python/lektricowifi/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST lektricowifi-0.0.42.tar.gz 10746 BLAKE2B b87fb6f340f1db854fe7745f71fad73a8fdb8da89e4ee8ff784c44fda77524b82e8ce070aa0352a6bcd8a62a537bc36d20960239ffe215b910b9c04e0aceac59 SHA512 8c5fad22bf561e56e73d1345a2e76e5ad9076bbb7035f57bc419c41d87977dd865705fabb98f63599ce01a7032257c4e6150ab0b2c6936f84e249a971321e375
2+
EBUILD lektricowifi-0.0.42.ebuild 627 BLAKE2B 3b5dfe794dc5628f47a6a93004d0c2f80c2e2626938565b3ce38e13334245b6f3b68bb020fab6a3ed6b9939c37424182d67fb917df2e3fd0b35a155d693f8ea9 SHA512 8970c91d9233cb15dc753ad87afcb027661d307dba148428a82b47675bca38356cdffce1d80a61cdb7815240b31eacc9dcc6410ed8d471fc0b0129ef86075274
3+
MISC metadata.xml 454 BLAKE2B 38357f88eb99fe54700cc7634f6c782d9e9c7015f0ed4f37c81ad2fadd7fc750319df1157482ca31448975a75b97af06602f65b32b1524a9b7060ab40064d743 SHA512 72a608e24dfcb380f02cf04e18f2bc1158956fcf910c92cec69b4cb0ba42f6f0edb50c6d5044caefb46973cd97303f03654198155b31c70fc39b5c590a9f5b94
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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=setuptools
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Communication with Lektrico's chargers"
11+
HOMEPAGE="https://lektri.co https://pypi.org/project/lektricowifi/"
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/async-timeout-4.0.2[${PYTHON_USEDEP}]
22+
>=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
23+
>=dev-python/pydantic-1.10.17[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

dev-python/lektricowifi/metadata.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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">lektricowifi</remote-id>
10+
<maintainer status="unknown">
11+
<email>[email protected]</email>
12+
<name>Lektrico</name>
13+
</maintainer>
14+
</upstream>
15+
</pkgmetadata>

0 commit comments

Comments
 (0)