From 4c4566945abf3ae0b245d6e2d5ed7c2e21bfde52 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 2 Nov 2024 13:10:33 +0100 Subject: [PATCH] dev-python/automower-ble: new package, add 0.2.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/4032 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/automower-ble/Manifest | 3 +++ .../automower-ble/automower-ble-0.2.0.ebuild | 19 +++++++++++++++++++ dev-python/automower-ble/metadata.xml | 15 +++++++++++++++ 4 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 dev-python/automower-ble/Manifest create mode 100644 dev-python/automower-ble/automower-ble-0.2.0.ebuild create mode 100644 dev-python/automower-ble/metadata.xml diff --git a/README.md b/README.md index a7b9fa742..bb83453c5 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/automower-ble/Manifest b/dev-python/automower-ble/Manifest new file mode 100644 index 000000000..7b3a2006d --- /dev/null +++ b/dev-python/automower-ble/Manifest @@ -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 diff --git a/dev-python/automower-ble/automower-ble-0.2.0.ebuild b/dev-python/automower-ble/automower-ble-0.2.0.ebuild new file mode 100644 index 000000000..5e9820853 --- /dev/null +++ b/dev-python/automower-ble/automower-ble-0.2.0.ebuild @@ -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" diff --git a/dev-python/automower-ble/metadata.xml b/dev-python/automower-ble/metadata.xml new file mode 100644 index 000000000..481f1dbd9 --- /dev/null +++ b/dev-python/automower-ble/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + automower-ble + + alistair@alistair23.me + Alistair Francis + + +