Diff priority-1.3.0-r1 with a priority-2.0.0-r1
| /usr/portage/dev-python/priority/priority-2.0.0-r1.ebuild 2025-07-29 16:22:13.652452523 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 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_TESTED=( python3_{10..13} pypy3 )
|
|
| 8 |
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
|
|
| 7 |
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
|
| 9 | 8 | |
| 10 | 9 |
inherit distutils-r1 pypi |
| 11 | 10 | |
| ... | ... | |
| 26 | 25 |
) |
| 27 | 26 |
" |
| 28 | 27 | |
| 29 |
PATCHES=( |
|
| 30 |
"${FILESDIR}"/priority-1.3.0-test-timeout.patch
|
|
| 31 |
) |
|
| 32 | ||
| 33 | 28 |
distutils_enable_tests pytest |