dev-python/aioruuvigateway: drop 0.0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:03:40 +01:00 committed by Andreas Billmeier
parent 02a3154e98
commit fca59b24f9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 35 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 1740 Ebuilds in total, 1729 of them have in total 1753 (43 different) licenses assigned.
There are 1739 Ebuilds in total, 1728 of them have in total 1752 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1015|
|MIT|1014|
|Apache-2.0|363|
|GPL-3|110|
|BSD|98|

View File

@ -1,5 +1,3 @@
DIST aioruuvigateway-0.0.2.tar.gz 8110 BLAKE2B 77e1293a108d80312430c71b0e8d1e8b987bc28db89bdad2665bdf4aadb8654b6159dfb1421a08197b77f4bbdf6f9328d43212aba14158c703a0d411ce43f886 SHA512 21f547bec60002c02f6a70ec4143a548f4a5a19e8acbc50054da7b7ecd046f0ffef332d81ca4ea0f4dcad672bfa9410ebd7368d396b2f9a3f1a15966959fccf4
DIST aioruuvigateway-0.1.0.tar.gz 8137 BLAKE2B 35b9c3770898aa12c1f2d0a924f9c67a3deadfa9646e44a2b5be3323689b08f2768cbdf60c70d62dfdca35115db491768372ba0de92f3aadcd35bff23809ce9c SHA512 8b15d2a6c631eb2bec7d2f2452370e4c2dafb0f5cab2d03e48ebb6285ef0cd345fadf6df769992cd4008ec0856faff7ca1f2b2295850a8fd88b383b85b1bc4d0
EBUILD aioruuvigateway-0.0.2.ebuild 737 BLAKE2B b3c33a31bab4c83fb5d86c7ce1bcbb6dd78bb7676572410072787eae28ad469e6799929eaf6769dcf01ae3ba793b231994ac99cd403f1f704050ce880e589484 SHA512 643226d82d16f82a8d7a70b082fb0dc3245516abc2150a962ded4c0c0f6df58a50e108920e7c6dcdfa0c6aecb1b52b278cdf43ced2563cc5595534326685022e
EBUILD aioruuvigateway-0.1.0.ebuild 737 BLAKE2B b3c33a31bab4c83fb5d86c7ce1bcbb6dd78bb7676572410072787eae28ad469e6799929eaf6769dcf01ae3ba793b231994ac99cd403f1f704050ce880e589484 SHA512 643226d82d16f82a8d7a70b082fb0dc3245516abc2150a962ded4c0c0f6df58a50e108920e7c6dcdfa0c6aecb1b52b278cdf43ced2563cc5595534326685022e
MISC metadata.xml 512 BLAKE2B 4ee5c5345ad056470345eb9db05efd4c4df8ba69127162c54240b8f77864ea4eec99026a6ff0a120c1d1899820c55b79b6211106f22a5404f7a601579dec2f0c SHA512 817be1c2d39153999bcbaea25f8d1cf2b68a80f2b88deb5b92e465ec1a609ee217fdb936458c4a9866b60ef852e1574bb22116404fd2c8d7a475760ef58d2701

View File

@ -1,31 +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="An asyncio-native library for requesting data from a Ruuvi Gateway"
HOMEPAGE="https://github.com/akx/aioruuvigateway https://pypi.org/project/aioruuvigateway/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bluetooth-data-tools-0.3.1[${PYTHON_USEDEP}]
>=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest