From 2e63b0e6b42ec7a97f79863212e59eef71041bea Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Fri, 12 Apr 2024 21:34:18 +0200 Subject: [PATCH] dev-python/pytest-sugar: treeclean Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/pytest-sugar/Manifest | 3 -- dev-python/pytest-sugar/metadata.xml | 16 --------- .../pytest-sugar/pytest-sugar-0.9.7.ebuild | 34 ------------------- 4 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 dev-python/pytest-sugar/Manifest delete mode 100644 dev-python/pytest-sugar/metadata.xml delete mode 100644 dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild diff --git a/README.md b/README.md index 6425ad62f3..d7ca7f2e32 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest deleted file mode 100644 index 3575096239..0000000000 --- a/dev-python/pytest-sugar/Manifest +++ /dev/null @@ -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 diff --git a/dev-python/pytest-sugar/metadata.xml b/dev-python/pytest-sugar/metadata.xml deleted file mode 100644 index 4e5d28576e..0000000000 --- a/dev-python/pytest-sugar/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - b@edevau.net - Andreas Billmeier - - - pytest-sugar - Teemu/pytest-sugar - - orkkiolento@gmail.com, janne.vanhala@gmail.com - Teemu, Janne Vanhala and others - - - diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild deleted file mode 100644 index 0ed61a45dc..0000000000 --- a/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild +++ /dev/null @@ -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