dev-python/colored: new package, add 1.4.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-04 11:00:58 +01:00 committed by Andreas Billmeier
parent 838cf6164e
commit 7d85b4687b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 53 additions and 3 deletions

View File

@ -573,12 +573,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 1800 Ebuilds in total, 1789 of them have in total 1794 (34 different) licenses assigned.
There are 1807 Ebuilds in total, 1796 of them have in total 1801 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1049|
|Apache-2.0|391|
|MIT|1050|
|Apache-2.0|397|
|GPL-3|112|
|BSD|94|
|LGPL-3|26|

View File

@ -0,0 +1,3 @@
DIST colored-1.4.4.tar.gz 36786 BLAKE2B 1b02f4306b2bb7e903010b4f4c963fbab6d9c536d267c2f37392a780cba164cc4a214921e6de1a69cb1e4a84015ec6844371c7704a28f9862ce2863df06f07a7 SHA512 80139bae82499dc83cf1f4751703dcb6d18a10f90046c1e794705aa0e5da4cebb3f8493bf654e4074074631a6068e181a84353b330c04c772646abdab3994c5f
EBUILD colored-1.4.4.ebuild 645 BLAKE2B 7dfab3a4f26f4c87feca633d1ee39d53997850a79a15da70b8c1f230ada5220d9c32eb850f3a54407fed64748041a9eaad125f7a14daa095e5194d6af814861f SHA512 f62ba78405b2e789ca26d70c2152b84d27a9b23f3d8cbd1ebd30be803687936335cabbbb4125462b26a6b79476166ea8f579e3c8b65c2389044e3d9f1049a420
MISC metadata.xml 506 BLAKE2B 837bc97615d9d356a32f0b84b46d5281bc69166ab5af9ae2fb1a0c1b1c0fb7e122704d5dfe53a8f8ab8650467c53ab9e033d64ddd6ec7495b3fe488301b98d4f SHA512 8c789ebf8f2d51e0c9b3a3958b6ab0c37289ed0a87f75bde24f43b99a2189530f2196ff41975bdf90d029a42efa2ecbc21a1ecb834f8ff022e76601105f7038d

View File

@ -0,0 +1,31 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Simple library for color and formatting to terminal"
HOMEPAGE="https://gitlab.com/dslackw/colored https://pypi.org/project/colored/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?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">colored</remote-id>
<remote-id type="gitlab">dslackw/colored</remote-id>
<maintainer status="unknown">
<email>d.zlatanidis@gamil.com</email>
<name>dslackw</name>
</maintainer>
</upstream>
</pkgmetadata>