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-asyncio/
Date: Tue, 10 May 2022 20:38:29
Message-Id: 1652215100.403ba20cc539da023a9bb15237a6dac88e2470db.mgorny@gentoo
1 commit: 403ba20cc539da023a9bb15237a6dac88e2470db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 20:33:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 20:38:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403ba20c
7
8 dev-python/pytest-asyncio: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pytest-asyncio/pytest-asyncio-0.18.3.ebuild | 20 ++++++++++++++------
13 1 file changed, 14 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
16 index 6a272cfd4b4f..3d1ee530e30f 100644
17 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
18 +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
19 @@ -4,26 +4,34 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Library for testing asyncio code with pytest"
29 -HOMEPAGE="https://github.com/pytest-dev/pytest-asyncio
30 - https://pypi.org/project/pytest-asyncio/"
31 -SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 +HOMEPAGE="
33 + https://github.com/pytest-dev/pytest-asyncio/
34 + https://pypi.org/project/pytest-asyncio/
35 +"
36 +SRC_URI="
37 + https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz
38 + -> ${P}.tar.gz
39 +"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"
43 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
44
45 RDEPEND="
46 - >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]"
47 + >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
48 +"
49 BDEPEND="
50 dev-python/setuptools_scm[${PYTHON_USEDEP}]
51 test? (
52 dev-python/flaky[${PYTHON_USEDEP}]
53 >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
54 - )"
55 + )
56 +"
57
58 distutils_enable_tests pytest