dev-python/colour: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 15:34:03 +01:00 committed by Andreas Billmeier
parent f020411b06
commit d324fa051a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 43 deletions

View File

@ -612,14 +612,14 @@ 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 1884 Ebuilds in total, 1873 of them have in total 1892 (40 different) licenses assigned.
There are 1882 Ebuilds in total, 1871 of them have in total 1890 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1087|
|Apache-2.0|408|
|GPL-3|121|
|BSD|102|
|BSD|100|
|GPL-2|27|
|LGPL-3|24|
|all-rights-reserved|15|

View File

@ -1,3 +0,0 @@
DIST colour-0.1.5.tar.gz 24776 BLAKE2B 71e2b44c6379f73fa1a70781ae2559e37122e2db982d1f98ab5c4432b4e95a2c60d6489a88025499c36d288f3e9269e65caf9560d7772e2c1c050266c284816f SHA512 09a5160862bf10cd5f4a94e43c63d6f2a5db43bcaae0e9d8f66900113ec04471e22d0bec7412f0289c6f1e6871c1a544f5be36266aa8d6fd5ec274bd461d9df8
EBUILD colour-0.1.5-r1.ebuild 565 BLAKE2B fda6fa5c22dc17ce5b3456278ba3114d27deb3e737d43e2d32680dfe3895964ebbe111f67e47c37a5cb859ce5df3383982ff7b0c16d3e2c4f53384e96c332f02 SHA512 8afc21d58315c03718c275ecf460c9ec5d488b3456306fdf7547b721f164c372ba0f3a97879b31447415cd69074c5fb98240eb5108228abb2fa8fa4f13f80532
MISC metadata.xml 508 BLAKE2B 723afdd172ea49b3db0f7d316b26a803c2e93846eb62d93f9e2ebc98205bae78e7b0abdc03883f86d508f1cb80ed99f9fcf2644c74ad1977551e27e796f2af4d SHA512 9feb381abc2d0274e9970d82c88e5ffacbf15a2a84c21d7a75c5fcdedaf1cf1252d0fb9decb05dca9c27aca12a07d09fe31759631485e43b62775975a8d0e856

View File

@ -1,22 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="converts and manipulates various color representation (HSL, RVB, web, X11, ...)"
HOMEPAGE="https://github.com/vaab/colour https://pypi.org/project/colour/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/d2to1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">colour</remote-id>
<remote-id type="github">vaab/colour</remote-id>
<maintainer status="unknown">
<email>valentin.lab@kalysto.org</email>
<name>Valentin LAB</name>
</maintainer>
</upstream>
</pkgmetadata>