Сравнение pytest-aiohttp-1.1.0 с pytest-aiohttp-1.1.1
| /usr/portage/dev-python/pytest-aiohttp/pytest-aiohttp-1.1.1.ebuild 2026-06-10 19:17:06.570332508 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
| 7 |
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
|
| 7 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 8 | 8 | |
| 9 | 9 |
inherit distutils-r1 pypi |
| 10 | 10 | |
| ... | ... | |
| 16 | 16 | |
| 17 | 17 |
LICENSE="Apache-2.0" |
| 18 | 18 |
SLOT="0" |
| 19 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" |
|
| 19 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" |
|
| 20 | 20 | |
| 21 | 21 |
RDEPEND=" |
| 22 | 22 |
>=dev-python/aiohttp-3.11.0_beta1[${PYTHON_USEDEP}]
|
| ... | ... | |
| 27 | 27 |
>=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]
|
| 28 | 28 |
" |
| 29 | 29 | |
| 30 |
EPYTEST_PLUGINS=( "${PN}" pytest-asyncio )
|
|
| 31 |
EPYTEST_PLUGIN_LOAD_VIA_ENV=1 |
|
| 30 | 32 |
distutils_enable_tests pytest |
| 31 | 33 | |
| 32 | 34 |
EPYTEST_DESELECT=( |