dev-python/lektricowifi: new package, add 0.0.42

Closes: #3879
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 23:39:04 +02:00
parent 417ee2d949
commit 4d1cc6132d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 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 2086 Ebuilds in total, 2075 of them have in total 2102 (42 different) licenses assigned.
There are 2087 Ebuilds in total, 2076 of them have in total 2103 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1206|
|MIT|1207|
|Apache-2.0|470|
|GPL-3|127|
|BSD|111|

View File

@ -0,0 +1,3 @@
DIST lektricowifi-0.0.42.tar.gz 10746 BLAKE2B b87fb6f340f1db854fe7745f71fad73a8fdb8da89e4ee8ff784c44fda77524b82e8ce070aa0352a6bcd8a62a537bc36d20960239ffe215b910b9c04e0aceac59 SHA512 8c5fad22bf561e56e73d1345a2e76e5ad9076bbb7035f57bc419c41d87977dd865705fabb98f63599ce01a7032257c4e6150ab0b2c6936f84e249a971321e375
EBUILD lektricowifi-0.0.42.ebuild 627 BLAKE2B 3b5dfe794dc5628f47a6a93004d0c2f80c2e2626938565b3ce38e13334245b6f3b68bb020fab6a3ed6b9939c37424182d67fb917df2e3fd0b35a155d693f8ea9 SHA512 8970c91d9233cb15dc753ad87afcb027661d307dba148428a82b47675bca38356cdffce1d80a61cdb7815240b31eacc9dcc6410ed8d471fc0b0129ef86075274
MISC metadata.xml 454 BLAKE2B 38357f88eb99fe54700cc7634f6c782d9e9c7015f0ed4f37c81ad2fadd7fc750319df1157482ca31448975a75b97af06602f65b32b1524a9b7060ab40064d743 SHA512 72a608e24dfcb380f02cf04e18f2bc1158956fcf910c92cec69b4cb0ba42f6f0edb50c6d5044caefb46973cd97303f03654198155b31c70fc39b5c590a9f5b94

View File

@ -0,0 +1,25 @@
# 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"
RDEPEND=">=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
>=dev-python/httpx-0.27.0[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.10.17[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,15 @@
<?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">lektricowifi</remote-id>
<maintainer status="unknown">
<email>mihaela@civitronic.ro</email>
<name>Lektrico</name>
</maintainer>
</upstream>
</pkgmetadata>