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-fixture-config/
Date: Sun, 08 Mar 2020 08:25:25
Message-Id: 1583655897.70a4a503dd369a11e530c7ec511eed90f88cbcc8.mgorny@gentoo
1 commit: 70a4a503dd369a11e530c7ec511eed90f88cbcc8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 06:32:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 08:24:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a4a503
7
8 dev-python/pytest-fixture-config: Revbump to drop py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pytest-fixture-config-1.7.0-r1.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
16 new file mode 100644
17 index 00000000000..8cb9f4650c3
18 --- /dev/null
19 +++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2020 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
26 +
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Virtualenv fixture for py.test"
30 +HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.org/project/pytest-fixture-config/"
31 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
36 +
37 +RDEPEND="
38 + dev-python/pytest[${PYTHON_USEDEP}]
39 +"
40 +BDEPEND="
41 + dev-python/setuptools[${PYTHON_USEDEP}]
42 + dev-python/setuptools-git[${PYTHON_USEDEP}]
43 + test? ( dev-python/six[${PYTHON_USEDEP}] )
44 +"
45 +
46 +distutils_enable_tests pytest