update btsmarthub-devicelist-0.2.2

This commit is contained in:
Andreas Billmeier 2022-09-08 06:26:11 +02:00 committed by Andreas Billmeier
parent 0334f3cf9f
commit 412a4ce544
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 6 deletions

View File

@ -523,11 +523,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 1875 Ebuilds in total, 1868 of them have in total 1880 (35 different) licenses assigned.
There are 1876 Ebuilds in total, 1869 of them have in total 1881 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1135|
|MIT|1136|
|Apache-2.0|349|
|GPL-3|115|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST btsmarthub-devicelist-0.2.0.tar.gz 4599 BLAKE2B b03448af8497a317ed6a6d581c19a3414736019b93cde5e5619cebafe34446bc229ab6c5bd536c650f9aa9965897a3846cdbb1a6bebad4385c163d07aad685e6 SHA512 172327c42535ceb087ba5376c84106bab84684243b8cb0a669e881e6a4224cf36a80842a2b223a83e006d8b3a80ccc2f247ce4f9575fbe0aa8ae033ca1f80acf
EBUILD btsmarthub-devicelist-0.2.0.ebuild 842 BLAKE2B 39d63f8b522a9f27ee3b4fa8ab14f676e6ffb940f1f69a4202e0603cb669068e00d12d326fe7c9d36113f07d6ebef324c87d6f4582d15a2972e48308d44dd0a5 SHA512 6e8c0454fa3592ed25ca6da551f9b95bbd1757100e5c390958db8f62e97f18e1a10c4d1aac37fef49545744a0c1c8d14ee6d4c719f6ffc914e5761cd28b31524
DIST btsmarthub-devicelist-0.2.2.tar.gz 7259 BLAKE2B 8e7a4d114ca17b7f2a5c41534b6f2ff799b6e8a633368a546587d84f5c307aae2569f93d1c782c06e4f464bf4142eba62a1c1626b3fb20d573d653a244b9ac27 SHA512 fc014a5b23e7ddf12e7d074f71bd75c8f37bb5a121f84c8c11cbec32921f721f6c76c2b80fb5be92c3f3a9b252fd344c2c47c293ace41adbcb12612bc52d58d8
EBUILD btsmarthub-devicelist-0.2.0.ebuild 816 BLAKE2B b971e28ee9d3ce606d3e49dda333ca6ed19518a2439f665bdc85a1913baab983ee7ddc445d36e3f4c34c98abb1c783c07b27077256d0c847056a964254bd0eaf SHA512 8c13d5e9a6944a7d270229b8dbac1f645a9b0cd21401a7f2cf250af63ab3173315e46e94c9f4bac0df386dab1753ecb9f92c2050b1b303b2fca8d612942cc860
EBUILD btsmarthub-devicelist-0.2.2.ebuild 873 BLAKE2B e1ad8b36f253069c79e0abee894d83ec65bab54878b23769ddb285968e2507a57d8b1e412e09dcd7f291d0ded4bd95617bd1b0a5f19ebaf4f5642a9562cc7f9d SHA512 4efb54c62249ab4e7acb08c13ff3ed38e538221e60e8a2ec352d33a1a9f92a0053213e39751d67000b696de0709ae1f6d56eac42c29d01acb35136fa6eb306bc
MISC metadata.xml 476 BLAKE2B 4d26ee2307f27a37b75c82bad58300d2589b4ee7777d31be275809114a1d37da7cafbb491281d502f8531dcbd389f80af61f86855c050ed5b92cc4a8b9b6f7e0 SHA512 70430824e839a7f604da561cd86d5914a7d4d285deba57ce7609e05bb7852cec46a26067226925f2eb812ee4d29dfdadc11eb4d5b1e4efcc9179339709537148

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

View File

@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Retrieve a list of devices from a bt smarthub or bt smarthub 2 on a local network"
HOMEPAGE="https://github.com/jxwolstenholme/btsmarthub_devicelist https://pypi.org/project/btsmarthub-devicelist/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}