dev-python/lektricowifi: add 0.0.43

Closes: #4038
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 13:25:39 +01:00
parent 2562974319
commit 6f3851a9fc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 23 additions and 2 deletions

View File

@ -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 2290 Ebuilds in total, 2276 of them have in total 2315 (43 different) licenses assigned.
There are 2291 Ebuilds in total, 2277 of them have in total 2316 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1303|
|MIT|1304|
|Apache-2.0|527|
|GPL-3|146|
|BSD|124|

View File

@ -1,3 +1,5 @@
DIST lektricowifi-0.0.42.tar.gz 10746 BLAKE2B b87fb6f340f1db854fe7745f71fad73a8fdb8da89e4ee8ff784c44fda77524b82e8ce070aa0352a6bcd8a62a537bc36d20960239ffe215b910b9c04e0aceac59 SHA512 8c5fad22bf561e56e73d1345a2e76e5ad9076bbb7035f57bc419c41d87977dd865705fabb98f63599ce01a7032257c4e6150ab0b2c6936f84e249a971321e375
DIST lektricowifi-0.0.43.tar.gz 10768 BLAKE2B e7f528a9c52f060c85ff288d1dc891d042f352f359560e0aabca7f7f30fa574638c27041ed6820438c0cf621be60b287fe4e98b32c4d984752e1f93375e86fc0 SHA512 78d570caf8230abfd101fb6ca0e9aa77c7b2054f63ebc45383b5a6d3bb8d0ee56353c7bc74d03f442e3c392264f414dc7ef982750f15d3b874f4744a0fe8e1e9
EBUILD lektricowifi-0.0.42.ebuild 627 BLAKE2B 3b5dfe794dc5628f47a6a93004d0c2f80c2e2626938565b3ce38e13334245b6f3b68bb020fab6a3ed6b9939c37424182d67fb917df2e3fd0b35a155d693f8ea9 SHA512 8970c91d9233cb15dc753ad87afcb027661d307dba148428a82b47675bca38356cdffce1d80a61cdb7815240b31eacc9dcc6410ed8d471fc0b0129ef86075274
EBUILD lektricowifi-0.0.43.ebuild 440 BLAKE2B 5c6bc349988fab099e662f3c8b0aaca06f83c6d1c150049a157300f40157f7466b716abd0798726363ece0307e569930df9d2d2a5e7df0a3974bca0c1c07d812 SHA512 6a0c546ea42e4b9dec13b6e2ad33f3bec0b19cfc0a1035a0e32748981cccd211502a34444d7f60b66a0d5a958377ae6902ab2724fd14effabc6e5e9150415f66
MISC metadata.xml 454 BLAKE2B 38357f88eb99fe54700cc7634f6c782d9e9c7015f0ed4f37c81ad2fadd7fc750319df1157482ca31448975a75b97af06602f65b32b1524a9b7060ab40064d743 SHA512 72a608e24dfcb380f02cf04e18f2bc1158956fcf910c92cec69b4cb0ba42f6f0edb50c6d5044caefb46973cd97303f03654198155b31c70fc39b5c590a9f5b94

View File

@ -0,0 +1,19 @@
# 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="Communication with Lektrico's chargers"
HOMEPAGE="https://lektri.co https://pypi.org/project/lektricowifi/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"