From e38c0ee3b7f3d68400d97f63bedb146bd4a0964d Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Thu, 17 Nov 2022 19:14:29 +0100 Subject: [PATCH] dev-python/pytest-sugar: new package, add 0.9.5 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/pytest-sugar/Manifest | 3 ++ dev-python/pytest-sugar/metadata.xml | 15 +++++++++ .../pytest-sugar/pytest-sugar-0.9.5.ebuild | 33 +++++++++++++++++++ 4 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 dev-python/pytest-sugar/Manifest create mode 100644 dev-python/pytest-sugar/metadata.xml create mode 100644 dev-python/pytest-sugar/pytest-sugar-0.9.5.ebuild diff --git a/README.md b/README.md index 873e8c481..18449ad1b 100644 --- a/README.md +++ b/README.md @@ -573,14 +573,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 1537 Ebuilds in total, 1530 of them have in total 1538 (34 different) licenses assigned. +There are 1538 Ebuilds in total, 1531 of them have in total 1539 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|895| |Apache-2.0|315| |GPL-3|96| -|BSD|91| +|BSD|92| |LGPL-3|21| |GPL-2|19| |GPL-3+|14| diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest new file mode 100644 index 000000000..5c8c48b07 --- /dev/null +++ b/dev-python/pytest-sugar/Manifest @@ -0,0 +1,3 @@ +DIST pytest-sugar-0.9.5.tar.gz 13545 BLAKE2B 37c5241b951b3167c73537ca7bbb93f679673e57c84a13b74caacfcb8d5510b5e5ad215aa4aa33f722efffa54d30ff73d521bce412214857d11c25c255596bdc SHA512 4451d09181b6130591c504b2825a86777f5daa6972a6be7f2bc51139cf3ef2e57dfc1b8ea1972220a1c84866ed2584c684cc83c8052cb9105c0c3a9ea19922fe +EBUILD pytest-sugar-0.9.5.ebuild 722 BLAKE2B 9e601cedbc0351016a1976f6c052818fd9b942894736d15a495ce9d5fea89d3395bb5e7e85ae6029e94c31e02fa7287652b074bece2427f2531d94a3b7be179e SHA512 7a6db3221514eceb62c25407a045ddeca60d6cc301c1fd55881d40d0c088a4f0d18c30e0eb885a02fe510775a2841f30617f5b5ed86cdf86c0d24471d5fcd10c +MISC metadata.xml 502 BLAKE2B 7b56627fbbf30a82d0a4c3b7d8c0b7ec097d875e44a8c13dd423567a3609a222dbdcdfc1b829afac7dc28409b97d9b88fc2eda51475fe74251af8f40b5ba567e SHA512 0a39f5d7cded7ad850074f2df445d9304469665cfdacc493ae2348ac43d207e402d6682e3150a4426da267ee9797c8dd5196196e450b372f18d827cf297c975d diff --git a/dev-python/pytest-sugar/metadata.xml b/dev-python/pytest-sugar/metadata.xml new file mode 100644 index 000000000..85242e0ab --- /dev/null +++ b/dev-python/pytest-sugar/metadata.xml @@ -0,0 +1,15 @@ + + + + + b@edevau.net + Andreas Billmeier + + + 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.5.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.5.ebuild new file mode 100644 index 000000000..3c05de3b4 --- /dev/null +++ b/dev-python/pytest-sugar/pytest-sugar-0.9.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin that changes the default look and feel of py.test" +HOMEPAGE=" + https://github.com/Teemu/pytest-sugar/ + https://pypi.org/project/pytest-sugar/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" + +RDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/termcolor[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/pytest-xdist[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest