dev-python/pytest-sugar: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:34:18 +02:00
parent 8cacfe2c19
commit 2e63b0e6b4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 55 deletions

View File

@ -617,14 +617,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 1779 Ebuilds in total, 1768 of them have in total 1788 (42 different) licenses assigned.
There are 1778 Ebuilds in total, 1767 of them have in total 1787 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1011|
|Apache-2.0|398|
|GPL-3|106|
|BSD|104|
|BSD|103|
|LGPL-3|25|
|GPL-2|21|
|LGPL-3+|14|

View File

@ -1,3 +0,0 @@
DIST pytest-sugar-0.9.7.tar.gz 14874 BLAKE2B eb65d3261be10897b98f29704a8cd32102a91f7d3023651a6fc5c69e7d4f77c9ade1b3ca808047d0813503ceb416490126402f4751ac93fbdaadf9ddd1ef13c7 SHA512 7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf
EBUILD pytest-sugar-0.9.7.ebuild 755 BLAKE2B 99f735ba57637fb818a93c83293a6505c24dfbe3282aa1f59193cf6b08f54396a7f753068e3d9a8fb96529dfd58c47fde01a035deb9828b975297757f69dace9 SHA512 28a88465639dfe919868eab5c03df77d256cf6e023848df8274435849575873c33760c9c01c0d123a7bba1a272cd83992b2d612efb6a0ec45c8eef63675f6df8
MISC metadata.xml 562 BLAKE2B 0cde88f51e84c50086f6acb0cb322854b57a9cc4df5e1fa21a3753f9f59eff4431500e39292730dd233fd1f6b343c7789589caf8767eead7c6ffe89bc6fc9e9c SHA512 f946c34b6f9da1e5b4e074e6d6ad8b212f0d37599f052d8fe7e96c3446138ad5cf687c14af8ee072d21e50730badf0a26e3a732260fe39013d620dce4f220aec

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">pytest-sugar</remote-id>
<remote-id type="github">Teemu/pytest-sugar</remote-id>
<maintainer status="unknown">
<email>orkkiolento@gmail.com, janne.vanhala@gmail.com</email>
<name>Teemu, Janne Vanhala and others</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,34 +0,0 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Plugin that changes the default look and feel of pytest"
HOMEPAGE="
https://github.com/Teemu/pytest-sugar/
https://pypi.org/project/pytest-sugar/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
>=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
>=dev-python/termcolor-2.1.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest