re-add colorlog-6.6.0-r1 (from main)

This commit is contained in:
Andreas Billmeier 2022-10-03 16:38:34 +02:00 committed by Andreas Billmeier
parent 522c38a574
commit 0d2edb4da2
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 7 additions and 7 deletions

View File

@ -538,12 +538,12 @@ 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 1914 Ebuilds in total, 1907 of them have in total 1919 (35 different) licenses assigned.
There are 1913 Ebuilds in total, 1906 of them have in total 1918 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1153|
|Apache-2.0|365|
|Apache-2.0|364|
|GPL-3|119|
|BSD|104|
|LGPL-3|29|

View File

@ -1,3 +1,3 @@
DIST colorlog-5.0.1.tar.gz 29356 BLAKE2B 12795172417fd833a3a90175e4b169fee6299728921ed84c1eb9b96f18b22ce043809637744ba136299e59049fe5ccc21d5c9d35b0e402c0bfb982e8aa69ac0a SHA512 53cce2f97ee36d8429fa5917ce6d143c17d4f258aab5ab30e999472ff4401b8cf2bf9d6152a003f02e11a3c05ee42fa9562728853557b41ff17cf2a5112c748d
EBUILD colorlog-5.0.1.ebuild 465 BLAKE2B eac8bbad8f3b397a8bbbb6235358dc3db9095d619f2c1050bbb69bb1995949acccb1236ffd33953da52ae9591022e1c90304785d07dba87b7b89f41e11242168 SHA512 e2ee93d83be2de9f07997f7460e753563976c0f6783ab8b84b23a092a7e3f8706f22014db642c9f7f7d1524bfa084f467a5bc69ca2e255120dcaf59be9eeda50
DIST colorlog-6.6.0.tar.gz 30712 BLAKE2B 21c297d08a53bb67184bdd40f9bfae859f0bfd8ae63a27df570b316f85aa4904b8323c78a9706abbceb36ae1b76aae66150f86e8e25612caa5fe0dd4df5f25d8 SHA512 8c8bdfcfe537dc34c145fbfb9ebd0399184e3a8ab0e4bccc2e61d52a323c1372c60757cac2b023c9d39eb3c9fcf191b50c8cd4d089941aa484b30170a3cd1389
EBUILD colorlog-6.6.0-r1.ebuild 472 BLAKE2B ac0246658f20dcf072066e2a056fadb8c69ea71d1c54bec0cd3b243dd858d1170e363f43121c3c4cd26c167e072079f32d576c5a144a9d6c95fd081bea1815bc SHA512 a75f1c57cbc97b04cd83f72e9930f9b4a1260d80c5c7ba070d14763c4782937c21c26ebfcc555c087adca3a02c1178c4a05fe1cc40c89f7e4446506155d01efd
MISC metadata.xml 453 BLAKE2B de88c3c8abbeda06106e1550b872ca45330bbcb373275021416301929ca425f1e1a4479744070f1a08faa21dad8e3fcbcbaf65ebd97a400d414f37a3cd05e81c SHA512 03338b31d63f2890f32b148e9b5973978087c8f85d79fa6725333aab7721ff8f8d1870a4116896f63f1164c52a639a979ad91cd0d4bededec7c67736cb6425c3

View File

@ -3,8 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Log formatting with colors"
@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
KEYWORDS="amd64 arm arm64 x86"
distutils_enable_tests pytest