dev-python/pytest-sugar: new package, add 0.9.5

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2022-11-17 19:14:29 +01:00
committed by Andreas Billmeier
parent e35911634a
commit e38c0ee3b7
4 changed files with 53 additions and 2 deletions

View File

@@ -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|

View File

@@ -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

View File

@@ -0,0 +1,15 @@
<?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>
<maintainer status="unknown">
<email>orkkiolento@gmail.com, janne.vanhala@gmail.com</email>
<name>Teemu, Janne Vanhala and others</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -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