dev-python/automower-ble: new package, add 0.2.0

Closes: #4032
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 13:10:33 +01:00
parent 2692fa9306
commit 4c4566945a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 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 2284 Ebuilds in total, 2270 of them have in total 2309 (43 different) licenses assigned.
There are 2285 Ebuilds in total, 2271 of them have in total 2310 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1299|
|MIT|1300|
|Apache-2.0|527|
|GPL-3|145|
|BSD|124|

View File

@ -0,0 +1,3 @@
DIST automower_ble-0.2.0.tar.gz 30560 BLAKE2B f63368f69c7f59538e2c9ae6d58d12575b8c133585e1bd95dee02fd174c6cecec705cd6364ccf9d9b387703eccc4cdead1911aa3f9a055867408557f5ac7269d SHA512 fbbd3572d54afeb3e51806f2fcdd5f5147d26e73f28bec5487ecce489f208c151ba3880907d5de12e43a2d0eb3fffff6d1bc5beb34bb6b98380ede0ca3a4cedc
EBUILD automower-ble-0.2.0.ebuild 457 BLAKE2B b4125f49b4e1747044ffbe63d683e6464d10ecc33b18599f03adcb6ad23df8fbfd250a1cf5de0c211992c668ebc71c37f3fe51b4143429446e2b596249c61262 SHA512 43b76d94acf8a7b4ce5487e493655d0fdaa8f1d0d536b7e0c483c766241cb05313a1b40d76621e3a639b42f3e679b6f6c39bd8f3938c014d0b2167e5c61af653
MISC metadata.xml 464 BLAKE2B 2a3568f2576129210eefce23368c0998933d68511897a534853109383bc18a1afa0570f932f11aa0680d5fed561f0aca43642ad33d154fb79434232c8e8d62d6 SHA512 1d8a45289ff92a8032889ec251f9166fab9d19a6d5be7bcbac7e4ce7218488d63ee7c90cefe8aad6912e284823597e83bf8f1b64f705abbfe68f252925e5b248

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="An unofficial reverse engineered Husqvarna Automower Connect BLE library"
HOMEPAGE="https://pypi.org/project/automower-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"

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">automower-ble</remote-id>
<maintainer status="unknown">
<email>alistair@alistair23.me</email>
<name>Alistair Francis</name>
</maintainer>
</upstream>
</pkgmetadata>