Сравнение editables-0.5 с editables-0.6

/usr/portage/dev-python/editables/editables-0.6.ebuild 2026-05-14 19:17:05.572203333 +0300
1
# Copyright 2022-2025 Gentoo Authors
1
# Copyright 2022-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=flit
7
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
7
PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t )
8 8

  
9 9
inherit distutils-r1
10 10

  
......
20 20

  
21 21
LICENSE="MIT"
22 22
SLOT="0"
23
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
23
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
24 24

  
25
EPYTEST_PLUGINS=()
25 26
distutils_enable_tests pytest
Спасибо!