dev-python/py-sucks: add 0.9.9

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:34:34 +01:00
parent d8dd233637
commit 5928a80108
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 39 additions and 4 deletions

View File

@ -617,13 +617,13 @@ 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 1720 Ebuilds in total, 1709 of them have in total 1728 (42 different) licenses assigned.
There are 1721 Ebuilds in total, 1710 of them have in total 1729 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|977|
|Apache-2.0|378|
|GPL-3|116|
|GPL-3|117|
|BSD|98|
|LGPL-3|24|
|GPL-2|21|

View File

@ -1,3 +1,5 @@
DIST py-sucks-0.9.8.tar.gz 25257 BLAKE2B b195545bc6d26e0eaa5538a9519fcd16f00bb36052bc382f31145e91369aa1ed46cd4b39544bd38b53f639b161c641f6994fd889db65f5aa1af36bbd24776337 SHA512 cad281fde210460f0b2bfa429e4b7ebfb864cb9e83ab455acf067b03466faa347226aa0624cc1e95e090ed3bd46a9bcf720b818da70d25ea2c99fe692aa9ed2e
EBUILD py-sucks-0.9.8.ebuild 959 BLAKE2B cb5c7ed1af91fb53dded893610cb22ff84348f26202049aae64a41aab9289c41fe41c1d9b50c4b74cb247839f440d054a0b7189185bcd3db63819d8bbce9aec7 SHA512 56bc71be01ef6fa6d182058d1c6c3ef6b27d676e330c1cbb6a8945d0255f572bb3bd482b56b2d2d2a3cb82b573f74eadd6c664bdf59fda33019d02e568fdbadf
DIST py-sucks-0.9.9.tar.gz 25447 BLAKE2B 31e44cc55ceabaafd550e829f3c3b51687ca5ee0e6737d5babcd3e54a3fa394ff7fc0394608223c8d124bca65b726eb6dc8468f996866b393bf97c93c51996ee SHA512 f590116268f123f9793bd9206dcea21216edcae9c9e32b0aa4df929ee2efcb96d2f2a0fd9111ce29c94b645cbe01e8ac0ef5ab834bbcc91e52d5759c172f48ba
EBUILD py-sucks-0.9.8.ebuild 959 BLAKE2B e845b7c7712354d63a9390792668488768a62a997744cba8d8b9e4c422fb02ca85ae319e298921b4831b3722845d9b833b9cf08c4b5d52a57f898934b946c8ae SHA512 481bfebe52bc5063c9513147dce11b0432e1d307df2a3f2784f45fe0e9f1e4f0638b31a158f6ff1fd223f850301c3dcaf5146ba4508aea794d96b2ef5ea95ff3
EBUILD py-sucks-0.9.9.ebuild 880 BLAKE2B 3e678076be1c74c611922a3f778781c972284f465930e55567001a2d6bea2a4b964fe7a08e53302b898c83d104624fe1a3452e3e293912b653e9abdadcd9fb99 SHA512 31aa2ec9086ce9d594f0a53a82454798681109143f0b805b2b7cec8dfc89d372383eb8fdd5bd52c69bb0d4550472c4b74e2da9edf0b0474699ea60a3d5a917df
MISC metadata.xml 521 BLAKE2B fd4673846afafba9b6578027022b8b09e64442593b26f14820c79eee503b3c83605534e19c78fd25b70d49e046d4826c177b4f42c9129b482b77bec16a013c2a SHA512 59a23d7b78c21e62be3a0605db68f6f7961c7b8df2f53a5425074ef6bef5f2189ecd572f2ca8518cc45352fffc386c8e0230153d3a29cea7a8fef825b3662172

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="a library for controlling certain robot vacuums"
HOMEPAGE="https://github.com/mib1185/py-sucks https://pypi.org/project/py-sucks/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/sleekxmppfs-1.4.1[${PYTHON_USEDEP}]
>=dev-python/click-6[${PYTHON_USEDEP}]
>=dev-python/requests-2.18[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.4[${PYTHON_USEDEP}]
>=dev-python/pycountry-convert-0.5[${PYTHON_USEDEP}]
>=dev-python/stringcase-1.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/requests-mock[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest