Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-sugar/
Date: Sat, 05 Nov 2022 14:34:27
Message-Id: 1667658854.5815878851b1b7f99d343846865c76d0749f1a60.mgorny@gentoo
1 commit: 5815878851b1b7f99d343846865c76d0749f1a60
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:10:59 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:34:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58158788
7
8 dev-python/pytest-sugar: Bump to 0.9.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-sugar/Manifest | 1 +
13 dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild | 33 +++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
17 index 6565d3386b56..09ec95b84218 100644
18 --- a/dev-python/pytest-sugar/Manifest
19 +++ b/dev-python/pytest-sugar/Manifest
20 @@ -1 +1,2 @@
21 DIST pytest-sugar-0.9.5.tar.gz 13545 BLAKE2B 37c5241b951b3167c73537ca7bbb93f679673e57c84a13b74caacfcb8d5510b5e5ad215aa4aa33f722efffa54d30ff73d521bce412214857d11c25c255596bdc SHA512 4451d09181b6130591c504b2825a86777f5daa6972a6be7f2bc51139cf3ef2e57dfc1b8ea1972220a1c84866ed2584c684cc83c8052cb9105c0c3a9ea19922fe
22 +DIST pytest-sugar-0.9.6.tar.gz 13702 BLAKE2B 72a48d501ba5bd597ec2561817179cd50213d1de80a3281823033d9d1a1c62f37367353885d805a6e212380ddaa934b1e0887814742e26cd1b809b4ef629cf19 SHA512 955e28478854c6751e7470b49f130bce2904c1f74d46caa2a6e212c132e3f1f0565f2f31ac360a32d2d9c4999f4dcdd19e7373508660bfd7da530981aef9cd62
23
24 diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild
25 new file mode 100644
26 index 000000000000..edf438421a2e
27 --- /dev/null
28 +++ b/dev-python/pytest-sugar/pytest-sugar-0.9.6.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 2021-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Plugin that changes the default look and feel of pytest"
41 +HOMEPAGE="
42 + https://github.com/Teemu/pytest-sugar/
43 + https://pypi.org/project/pytest-sugar/
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="BSD"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND="
52 + dev-python/pytest[${PYTHON_USEDEP}]
53 + dev-python/termcolor[${PYTHON_USEDEP}]
54 +"
55 +BDEPEND="
56 + test? (
57 + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
58 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
59 + )
60 +"
61 +
62 +distutils_enable_tests pytest