cleanup colorlog-5.0.1

This commit is contained in:
Andreas Billmeier 2022-03-20 06:07:58 +01:00 committed by Andreas Billmeier
parent dfcf768838
commit 5d4baaa5ec
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 6 additions and 41 deletions

View File

@ -496,11 +496,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 1729 Ebuilds in total, 1721 of them have in total 1727 (34 different) licenses assigned.
There are 1728 Ebuilds in total, 1720 of them have in total 1726 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1053|
|MIT|1052|
|Apache-2.0|314|
|GPL-3|105|
|BSD|95|

View File

@ -1,5 +1,3 @@
DIST colorlog-4.8.0.tar.gz 28770 BLAKE2B ea4d955c7b60651731547d27b35a09fe93e33feb51f007c622be4fd2611a706befc9565d51b17af4ae2a97d96bf7d9177b834a1bf302a50a2cbb9822134a696f SHA512 b335df74e4b10acd835e3f301c8ed9e77bd42b964a6b890682f28ff50f9302143805591ba80d567725b90df6a01601aab7fac89a8a71a119d6dff6f6bf94b1ad
DIST colorlog-5.0.1.tar.gz 29356 BLAKE2B 12795172417fd833a3a90175e4b169fee6299728921ed84c1eb9b96f18b22ce043809637744ba136299e59049fe5ccc21d5c9d35b0e402c0bfb982e8aa69ac0a SHA512 53cce2f97ee36d8429fa5917ce6d143c17d4f258aab5ab30e999472ff4401b8cf2bf9d6152a003f02e11a3c05ee42fa9562728853557b41ff17cf2a5112c748d
EBUILD colorlog-4.8.0.ebuild 734 BLAKE2B 984e750e1a8c95e93095296d1e952c8eaa62229b49168e2237c46492b3ebbfbac327929a53e63425497e4e454d2d9a7c2cd49c0cf4f830eaff089dcfb4fccb2e SHA512 e72946f1decc8b2c6cfe5b538d359a5a850e2baae14e5b30dfa2bb484e6a53147056e61bf65c7909165e26e3490143ad0dcdbc9ebd3f6e7c910025914af810fc
EBUILD colorlog-5.0.1.ebuild 443 BLAKE2B 41e521ce1aff901337233ab2394022ca14d90cdaaf0233ef4be3188dac25f67da64ea77380f2a27fc09f265da290a46928fe195bf528927bfd844f9ca592648c SHA512 81f5230e458a54211632c0155f15026a666e477b08ccd2b3914083fea885015f45c0b5cb8bf06c7bec585ed188d6b8c3f9d00464b99c6ef2ec68e2c1ff30f41d
EBUILD colorlog-5.0.1.ebuild 465 BLAKE2B eac8bbad8f3b397a8bbbb6235358dc3db9095d619f2c1050bbb69bb1995949acccb1236ffd33953da52ae9591022e1c90304785d07dba87b7b89f41e11242168 SHA512 e2ee93d83be2de9f07997f7460e753563976c0f6783ab8b84b23a092a7e3f8706f22014db642c9f7f7d1524bfa084f467a5bc69ca2e255120dcaf59be9eeda50
MISC metadata.xml 453 BLAKE2B de88c3c8abbeda06106e1550b872ca45330bbcb373275021416301929ca425f1e1a4479744070f1a08faa21dad8e3fcbcbaf65ebd97a400d414f37a3cd05e81c SHA512 03338b31d63f2890f32b148e9b5973978087c8f85d79fa6725333aab7721ff8f8d1870a4116896f63f1164c52a639a979ad91cd0d4bededec7c67736cb6425c3

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Log formatting with colors!"
HOMEPAGE="https://github.com/borntyping/python-colorlog https://pypi.org/project/colorlog/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -vv -p no:logging || die
}

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 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_{8..10} )
@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
distutils_enable_tests pytest