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/
Date: Wed, 13 May 2020 09:03:14
Message-Id: 1589360574.44d94cdf3ff7c8c3069baf1efa4eb66afb78b718.mgorny@gentoo
1 commit: 44d94cdf3ff7c8c3069baf1efa4eb66afb78b718
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 13 07:11:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 13 09:02:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d94cdf
7
8 dev-python/pytest: Bump to 4.6.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest/Manifest | 1 +
13 dev-python/pytest/pytest-4.6.10.ebuild | 80 ++++++++++++++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
17 index 158024ab8f5..8e5e03e3ca7 100644
18 --- a/dev-python/pytest/Manifest
19 +++ b/dev-python/pytest/Manifest
20 @@ -1,4 +1,5 @@
21 DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f
22 DIST pytest-4.5.0.tar.gz 943607 BLAKE2B 49a0e91fda7f4231fdd39f90eb2daa344d3034c10faff221330ea0ae7482a2a7d0fb9443a0a264db00f1d92568d5a6005cb73e07d8643b46906f7ecff831adcb SHA512 cbffc6216f83491b1de241058315c116697bfaa5206b5f558192a7f861d43dd036d30d0d689bedae7bdee4f0258dd19ef5827c356e11863dd596a5fabe8249fc
23 +DIST pytest-4.6.10.tar.gz 951516 BLAKE2B f87d00c3d69990f39369ec6af8c4b88d8b7da9bbdc9fcb324243ea2164a501e1b23d1c2a7f92049b58786fc2f1006673a5b5348e2367a8ca476650623c1f67ed SHA512 73668967f6568654cdf92e260ada79d9685fcfc30967499709caeb12527e39a9e886f057c4c73e8a39125c0fbfcd674d905b7023402ce0ab9e836aa77d3888cb
24 DIST pytest-4.6.9.tar.gz 956816 BLAKE2B 7eaeaa0d47c17836a35d9cdc97663f8ef65253099b21d60a7ffc3655d8bd93c6b4e33045caa6c8ab9bb8b920b93e596ba86d8eac4ab07b3b7a5989b38312f4fc SHA512 ab45a8662aa798a6ae224ad2cd68e043c605e4830c76cb6c6aca3cfccef232c024cbbb6c48c9bae19148099c339abfef3270a2208cc7e5c37a10b34b0aa6ba79
25 DIST pytest-5.4.1.tar.gz 1017924 BLAKE2B 2892b06655384c8453963e8444e7c1659f4ce60410afe6d01c480da4858628f6c8fd8774131c5bfaca3b3baf9936e3e4d607788b390d37f7aee90cb39c4ba15c SHA512 50d94158817561316cfb4c6ad4481858a76cfe44ba964cc7a3bb81d3701eb621ca5cd46c4be24644134417d8bf7e7771f4b3a30af71fde5ea9705c3241fa2878
26
27 diff --git a/dev-python/pytest/pytest-4.6.10.ebuild b/dev-python/pytest/pytest-4.6.10.ebuild
28 new file mode 100644
29 index 00000000000..eb17b00753d
30 --- /dev/null
31 +++ b/dev-python/pytest/pytest-4.6.10.ebuild
32 @@ -0,0 +1,80 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Simple powerful testing with Python"
43 +HOMEPAGE="http://pytest.org/"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
49 +IUSE="test"
50 +RESTRICT="!test? ( test )"
51 +
52 +# When bumping, please check setup.py for the proper py version
53 +PY_VER="1.5.0"
54 +
55 +# pathlib2 has been added to stdlib before py3.6, but pytest needs __fspath__
56 +# support, which only came in py3.6.
57 +RDEPEND="
58 + >=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
59 + >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
60 + >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
61 + $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' \
62 + -2 python3_{5,6,7} pypy3)
63 + $(python_gen_cond_dep '
64 + dev-python/pathlib2[${PYTHON_USEDEP}]
65 + dev-python/funcsigs[${PYTHON_USEDEP}]
66 + ' -2)
67 + >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
68 + <dev-python/pluggy-1
69 + >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
70 + dev-python/packaging[${PYTHON_USEDEP}]
71 + dev-python/six[${PYTHON_USEDEP}]
72 + dev-python/wcwidth[${PYTHON_USEDEP}]"
73 +
74 +# flake cause a number of tests to fail
75 +DEPEND="
76 + dev-python/setuptools[${PYTHON_USEDEP}]
77 + test? (
78 + ${RDEPEND}
79 + dev-python/argcomplete[${PYTHON_USEDEP}]
80 + >=dev-python/hypothesis-3.56[${PYTHON_USEDEP}]
81 + dev-python/nose[${PYTHON_USEDEP}]
82 + $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
83 + dev-python/pexpect[${PYTHON_USEDEP}]
84 + dev-python/pytest-xdist[${PYTHON_USEDEP}]
85 + dev-python/requests[${PYTHON_USEDEP}]
86 + !!dev-python/flaky
87 + !!dev-python/pytest-aiohttp
88 + !!dev-python/pytest-asyncio
89 + !!dev-python/pytest-django
90 + )"
91 +
92 +PATCHES=(
93 + "${FILESDIR}/${PN}-4.5.0-strip-setuptools_scm.patch"
94 +)
95 +
96 +python_prepare_all() {
97 + grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
98 +
99 + # Something in the ebuild environment causes this to hang/error.
100 + # https://bugs.gentoo.org/598442
101 + rm testing/test_pdb.py || die
102 +
103 + distutils-r1_python_prepare_all
104 +}
105 +
106 +python_test() {
107 + # In v4.1.1, pytest started being picky about its own verbosity options.
108 + # running pytest on itself with -vv made 3 tests fail. This is why we don't
109 + # have it below.
110 + "${EPYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \
111 + || die "tests failed with ${EPYTHON}"
112 +}