dev-python/ruuvitag-ble: drop 0.1.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 18:08:49 +01:00 committed by Andreas Billmeier
parent 1c33047d8a
commit bf5d4e8a3d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 38 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 1594 Ebuilds in total, 1583 of them have in total 1600 (42 different) licenses assigned.
There are 1593 Ebuilds in total, 1582 of them have in total 1599 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|917|
|MIT|916|
|Apache-2.0|340|
|GPL-3|100|
|BSD|87|

View File

@ -1,5 +1,3 @@
DIST ruuvitag_ble-0.1.1.tar.gz 8184 BLAKE2B 5fea448dd37ea3656d54d4745f68c2c8a6396be232e0c611a8583c3f0acf01d8abe75eec81e305375fd5572e33b7a5beb5b2ca7c307fcf1cfb043f4c484badf2 SHA512 a13923a8e1e9455f966ca5ec3839fd9b64833a2ff9b092554318d094fed4ec163ae218facd88f3f6ef9b7a2dec88a60facbf5384326d76e7e8270442177db23f
DIST ruuvitag_ble-0.1.2.tar.gz 5479 BLAKE2B 1057fda55702b7155fa4d56b4b3e797d78df848c829c3ec38e6dce31bc8d330cca50e0ff6c6faf3300dc763c0505780aa8c4ede0ee16e5ad05e7c2fb4f1808e8 SHA512 73e4cb0f52a0c9103b45efb0c9efcb8bf0f46f781384c5826047bfc0470e19cce40db88ae8f37c55b7cd4c0c79d969202c2ce79a0160f2d432a1cd242107b108
EBUILD ruuvitag-ble-0.1.1.ebuild 847 BLAKE2B 1513edfbe3adefa86834eddae1c6404b6bbb2c559faecb4d7399d8c5a94c54ed722dd61f66aaae27817b88512ce372edc64d38740c2d515463745c231343a935 SHA512 fa000896a2d23614ca9a02998e0db3f767468f5275e067ad428e6c6cf1a75832ca1ae8281294acc632ae1a8bc92fccf1d31a5b7a9632956c91448730d4aa545c
EBUILD ruuvitag-ble-0.1.2.ebuild 847 BLAKE2B 1513edfbe3adefa86834eddae1c6404b6bbb2c559faecb4d7399d8c5a94c54ed722dd61f66aaae27817b88512ce372edc64d38740c2d515463745c231343a935 SHA512 fa000896a2d23614ca9a02998e0db3f767468f5275e067ad428e6c6cf1a75832ca1ae8281294acc632ae1a8bc92fccf1d31a5b7a9632956c91448730d4aa545c
MISC metadata.xml 520 BLAKE2B badfd9c513e222e75b016b2637d5d46b9a97be03ad587f3a5a229413377177fceccf77e0f871cd29375e7792cf3a6b40b4f0f835d586e4f2d0cf5245a4e97431 SHA512 90d4cbfdf40e1b0eb506e40ed5d55710005f353964c1923042f6711b86182bdd1d41af04bff820409c3aa9ac3a96797c1a9ce34fb2bb64c5739d97de7c71f823

View File

@ -1,34 +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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="Manage Ruuvitag BLE devices"
HOMEPAGE="https://github.com/Bluetooth-Devices/ruuvitag-ble https://pypi.org/project/ruuvitag-ble/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.1.2[${PYTHON_USEDEP}]
>=dev-python/sensor-state-data-2.9.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.6.0[${PYTHON_USEDEP}]
>=dev-python/home-assistant-bluetooth-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest