update bleak-0.14.2

This commit is contained in:
Andreas Billmeier 2022-03-16 17:54:56 +01:00 committed by Andreas Billmeier
parent c6e6e19d1a
commit edc70dd04f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 7 deletions

View File

@ -492,11 +492,11 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1851 Ebuilds in total, 1843 of them have in total 1853 (34 different) licenses assigned.
There are 1852 Ebuilds in total, 1844 of them have in total 1854 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1101|
|MIT|1102|
|Apache-2.0|362|
|BSD|108|
|GPL-3|108|

View File

@ -1,3 +1,3 @@
DIST bleak-0.10.0.tar.gz 160637 BLAKE2B 01589723e1cc3a87df4bda28d332efd75ad87deefc22dbbd6159eefb3e7ac75a62dc71a099cb8418eeb7dc973257e9b21f5c0cd93487357c714540a8c618f19a SHA512 17f57b77f9b5944f7af7d763d3623a2ae771daa3840cf2140b26b6e73982e87bb9193042f8906f48b4e0e651bf580a6e4df1ec5475f5190de4d1450820008a8b
EBUILD bleak-0.10.0.ebuild 751 BLAKE2B bf40fade866df3599c002da3b354b00d6c2ca624328554ed02e4c2529a92b7846fc93c816c02c4421c3bd301aaa113abcbef01eef04baacf9fbce0b4a0a4d66e SHA512 dcf2710fbf45d8e77030ffafa1a327a5c5d3daec78c1a0b3a54cf8202e60465fe060cdf9be26fa20ee7ba19286b5651945a2d6fabe28757cd3b6a9d049975558
DIST bleak-0.14.2.tar.gz 166986 BLAKE2B 9a6adb9ec627248255586d53260648cfdb2e6054b0faa4a35b92138f8a87a8b7bcff14f4e84a45b931ad13880d37a6de7ac2174235d6df38b0758442ca2da105 SHA512 5594e5ac524fb8969c16202b7984c546daf65c7d2492df7bf2cefbcf1839dfdc0cb8ca0c0304722b9a85bb9110b08625c0f15626a0139634fb0162e7e1fd0dbb
EBUILD bleak-0.14.2.ebuild 750 BLAKE2B 00b356bd428dabafdb5d293abdf5ab0d008438094601efed61ba254a3c18978ccbaa36834f2158b758db542030b24c04d37c5e935d0bc1a14d04bf29c5d0ed8a SHA512 87c5741eab42ed8dd615eef3c1b84c5b928da7c2394158ef647ab5582c1a3de1dd8db09f7b2daa7504b429f5b7999b65dead9863bad38259ac453f5f52e29668
MISC metadata.xml 456 BLAKE2B 50cba788c6c1e54b660624d6a766c1a6473abaf739c20d05a52b3d0b479972cd00dcc47a370b42540f69e743a3e70f6c15238eda5331c0e3b4e4339180c78996 SHA512 8598b7570c0c9105db12e5fa5874c921f02ff35c1aa1718881bdc6b2af4ac72cb7e6175956d5b1f8b1f4b075f213387edd489885b2013951b7fa2a793f5e15ff

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1