dev-python/PyMicroBot: add 0.0.12

Closes: #2810
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-18 09:14:25 +01:00
parent 57159865ad
commit 64128e1317
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -617,11 +617,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 1769 Ebuilds in total, 1758 of them have in total 1777 (42 different) licenses assigned.
There are 1770 Ebuilds in total, 1759 of them have in total 1778 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1007|
|MIT|1008|
|Apache-2.0|389|
|GPL-3|118|
|BSD|101|

View File

@ -1,3 +1,5 @@
DIST PyMicroBot-0.0.12.tar.gz 5398 BLAKE2B 0719cab68b770e59bb2911b0a35624122eb95a46257d20c18e698704e39b12220ca6df2a4ec0ca80f98fd02dfdd58b3f112d027993f8a77a727bddd3fe453905 SHA512 8d769f153004e8992eb983b17ddda70bce40a0bf14df56bc0612f8372ae07b4ee7257d35395d6e7977f907b2bc9bcd505caeae0943915a251287cdfb3afe7606
DIST PyMicroBot-0.0.9.tar.gz 5399 BLAKE2B 9d58fab4250133eee859fc5d387182d1ffaf44a930ce5b4c31707310ff9b82f4bec18af6cec7334e0c620f82a086e56cbab5790ef75a586c74f431944a6dde93 SHA512 1dd61fffd606229198bb08266ed2105308553c342ed44e5208bd66878d5aaa82b08e47fa92f6761cf04e62af0174a979c8caf9081738c3bc7047442a94598804
EBUILD PyMicroBot-0.0.9.ebuild 716 BLAKE2B 3c9b545673aba872f0fdcb9e55c4f7f41a93a8789652f8dec70e04bafe4c6a1b5e3255eee6a0eaffa648f4c2b6ed90e0c039dc204932b6e90cbb5449c0d5dfb5 SHA512 a463bd91e1cde6022cbfc6195a0729a7f326c6aa19b3e8085c8209053ce427eb1228d48023789e900f501dc09e1acd40cd235d0faf083d7db39674801ac02c5a
EBUILD PyMicroBot-0.0.12.ebuild 623 BLAKE2B 99a6ab19fd8eea44611b714637330efa274db7c93226867a748b34e0388f183cf553c61d7f41cd60b187e4a3e7526735562b84a73dbeaf9f207934c4024e489d SHA512 e2037f2c42b2a7eb072430fba97d18a398cc9175fe634cd3a60a9ff0993e4d5e22c13e6835d569adf1be7c48b641a872726b0589c2723a63c612bc39df256ffa
EBUILD PyMicroBot-0.0.9.ebuild 716 BLAKE2B 426ff1f436cb6cadc91164f3ba9747771bc6d2ac349da4ddee2f35018af512ba9c68949f8b73bcf4e47a017b6df0d96ae0dfce49275d2b2ad70a3777833f7755 SHA512 182c79099e91c0ba7c0dd74b6018418e01fcd2023afb98084b75f8e4ffcaea652dd530ecf337b3029e659873b2f84e01bc1b0a8a02043f59e6ed475650ac1154
MISC metadata.xml 388 BLAKE2B 3c4c2f5d9986588d5d9d4357925e064b821dcca419e4500419f83006e8d1d6820e47c303d84668719797625a4f21b42f179d35b988d38b34e22c9407cb5a936b SHA512 248d0b5941af343712d818d486c486cf3f250c4af412664aab6a6c98e616c5746f573adfe11380da2138ebf6fab7614cdc56489754c75cf5b2e7afa61494fd64

View File

@ -0,0 +1,24 @@
# 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 to communicate with MicroBot"
HOMEPAGE="https://github.com/spycle/pyMicroBot/ https://pypi.org/project/PyMicroBot/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/bleak-0.19.0[${PYTHON_USEDEP}]
>=dev-python/bleak-retry-connector-1.4.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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