dev-python/melnor-bluetooth: drop 0.0.20

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 17:33:09 +01:00
committed by Andreas Billmeier
parent c903f5462e
commit 5000642354
3 changed files with 2 additions and 40 deletions

View File

@@ -612,11 +612,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 1674 Ebuilds in total, 1663 of them have in total 1681 (42 different) licenses assigned.
There are 1673 Ebuilds in total, 1662 of them have in total 1680 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|971|
|MIT|970|
|Apache-2.0|349|
|GPL-3|108|
|BSD|92|

View File

@@ -1,5 +1,3 @@
DIST melnor-bluetooth-0.0.20.tar.gz 10127 BLAKE2B b250433d45680156366300e69597d68748c19844532d4e91600232799c4e58a6bead6277dee92725eb7d191271f8929562338c0d6758d0d9cf8ae3cf6b0e2457 SHA512 53ea1ca1ae6e947ae86964cb73bb2e1dc3c013d418f40dd5571ece8d89a3581a7e03d02c7b7bf2d33aab93470831c16c61ad747908b19d7a71eade548a1331b2
DIST melnor_bluetooth-0.0.25.tar.gz 11623 BLAKE2B f54bae1b8641a7c7ea1159650f711b67d8ab592c382bad7ac3e6db014a762537643a8aa34ce502d9cfcb7a39de3e8504f968bac30ca80b9be0fba406b7e68e96 SHA512 697592a64fb5080235f959f214b0d44df75268b6659b478ab6fc98f934ca7a61b970c243a3cf39a5654e8a36f9d59ae20e35910bdc1e1b5b58656b7028a612ad
EBUILD melnor-bluetooth-0.0.20.ebuild 892 BLAKE2B d9501318fbcb2bbe1ece7673c4e34dea57bc714088c8e974ba4a5c59d9782f57437381ce1cf7926e1adc83d0559ed76819c21c54ccb39eff3f585532b3b230ca SHA512 07634e0fad7e3c0bad1211681b694dfcd0d093d4d8e410b60dcff8bd10add1496f7ce2152255f46983dfa1a779d8ceeee5d6d7e706eabec3a81c01e5dc2ddc3f
EBUILD melnor-bluetooth-0.0.25.ebuild 1208 BLAKE2B 8b8d4a1a303c066a68104eb5b2438da57e6fba149f3110ab6374f4eef7fa71a8ff6a62865c313f1c7f6dcd24ec7b98a66ccd3678788f9231e62f1425a6f72c57 SHA512 b0756d0caf9b4871b03fdc1d203fdf7c5d674fa918ad3e31c83775cfbfe3d4a142f21f9342848914c28363d6d5dfc11b92b9946bd1e318a7818879fe13c149f1
MISC metadata.xml 470 BLAKE2B b39737ad473d8491b4f7b174a077965bce87c36a1ccc28bd29e1c680206a17a7fb5c72b39cae34e1a6eca9c653f482c382a8ae36b9b847ce615f5ebf6380fdbd SHA512 0ba70c5da2fdb79efb7d7d3a84b09c54f3fe6de0b22e6ca099de0424044a8cf1a68029c96bc134cb5858bb5c8edcc48d3174ecefe9c8b41b5c13b99d67458df4

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A small python library for discovery and interacting with Melnor, Eden, etc Bluetooth water timers."
HOMEPAGE=" https://pypi.org/project/melnor-bluetooth/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.14.2[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.11.0[${PYTHON_USEDEP}]
>=dev-python/tzdata-2022.1[${PYTHON_USEDEP}]
>=dev-python/tzlocal-4.1[${PYTHON_USEDEP}]
>=dev-python/aioconsole-0.4.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest