dev-python/pysnooz: drop 0.8.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:58:20 +01:00 committed by Andreas Billmeier
parent 9cf8fad038
commit 67d57714b1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 43 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 1622 Ebuilds in total, 1611 of them have in total 1629 (42 different) licenses assigned.
There are 1621 Ebuilds in total, 1610 of them have in total 1628 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|938|
|MIT|937|
|Apache-2.0|342|
|GPL-3|104|
|BSD|88|

View File

@ -1,5 +1,3 @@
DIST pysnooz-0.8.3.tar.gz 15969 BLAKE2B 0e8c553936b630e5db042fdaaddcf8b7c073f474e951dc71310174ca09f6706917094a263617ab15b762776d5415463d32e110d8b63cdab608d2a2e6872378c3 SHA512 61178822166405b459dee93c1f3ace55b37d74ed28e49624e49a1b09a8ec69d24ffe726726313214941843b19830de3c556b05aea1fca55c04b49bad37502704
DIST pysnooz-0.8.6.tar.gz 15944 BLAKE2B 79f78170cf2239f53facdd151b69cea3667e2c8f99a3a764a42b84c93ba04471d482ef330132f7d14d83ce50e6b0252fa1c5f38cbb19bb509ab9682eeae3136d SHA512 961c0c6e939c83ad1bf83215dca618be519d106a0f1d85478291e46b57ce79b1a951073f9f1af574f4dce3ac3f4dc5f38d2acbc7f4851e94dbf59530bda728b9
EBUILD pysnooz-0.8.3.ebuild 1054 BLAKE2B b36b491c6872d86bd0ff7a61d22549b311c73dc5f326402a659c06546d0f57ed32467399ec2a04ed9ad55b40de519f8ef420fefe58c51efe9f1bc1a9f9c8ba2a SHA512 f2c0dcd72e03d6a6e8ddb6146d149095b27181a9b518170761e4a6e2b82012626aa0ebc9bbaa8ef59524c287b1521c8e8ea2aa3dfc9c48958a1ad3113fefd15a
EBUILD pysnooz-0.8.6.ebuild 1054 BLAKE2B c867be64e3b249fe406d856b34fdd161d4f3cafa8984da8af1030421553129c44271888e1f6b1a19d274f052880dc22a36d12048b9aa88d70e39749256155a8a SHA512 61d28bc5a937325b9b7d2419433ff2a45ca54ae2173d9583395d94203f0ec60894adeb1145d3ce4fd90bdc83d78df1de80c51a057d84120486222ad5db949c4b
MISC metadata.xml 518 BLAKE2B d7961b36da0d48ee42fa3a2eca4f1b38940af5a6ac750805226322573ec50c2b0060e5134fc34b8da8a6f50dc5d8c735eb8ba8e60df73716b53612966b2cd0eb SHA512 6bf43ac6aeb9791ca06c941a03c0fc4bd5a3982fd3d1e7dddf7d0626ffbd9d2d63bcee68d2265166442c22188cb490e0ee1ab526b00b9f9a90fac3e8ab5dd834

View File

@ -1,39 +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
inherit distutils-r1 pypi
DESCRIPTION="Control SNOOZ white noise machines."
HOMEPAGE="https://github.com/AustinBrunkhorst/pysnooz https://pypi.org/project/pysnooz/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/home-assistant-bluetooth-1.3.0[${PYTHON_USEDEP}]
>=dev-python/bluetooth-sensor-state-data-1.5.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-2.1.3[${PYTHON_USEDEP}]
>=dev-python/bleak-0.18.1[${PYTHON_USEDEP}]
>=dev-python/Events-0.4[${PYTHON_USEDEP}]
>=dev-python/transitions-0.8.11[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest