Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/
Date: Sun, 05 Jun 2022 16:10:30
Message-Id: 1654445411.00ea22af58d63eceb4df686d0dc7a847a81ff54b.arthurzam@gentoo
1 commit: 00ea22af58d63eceb4df686d0dc7a847a81ff54b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 12:08:03 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 16:10:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ea22af
7
8 dev-python/pytest-plus: EAPI=8, PEP517
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild | 28 ++++++++++++++++++++++++
13 1 file changed, 28 insertions(+)
14
15 diff --git a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
16 new file mode 100644
17 index 000000000000..975ff22ff399
18 --- /dev/null
19 +++ b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
20 @@ -0,0 +1,28 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +
29 +inherit distutils-r1
30 +
31 +DESCRIPTION="PyTest Plus Plugin - extends pytest functionality"
32 +HOMEPAGE="https://github.com/pytest-dev/pytest-plus"
33 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~riscv"
38 +
39 +RDEPEND="
40 + dev-python/more-itertools[${PYTHON_USEDEP}]
41 + dev-python/pytest[${PYTHON_USEDEP}]
42 +"
43 +BDEPEND="
44 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
45 + dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
46 +"
47 +
48 +distutils_enable_tests pytest