Сравнение commonmark-0.9.1-r1 с commonmark-0.9.2

/usr/portage/dev-python/commonmark/commonmark-0.9.2.ebuild 2026-07-03 20:03:04.905400082 +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..15} )
8 8

  
9 9
inherit distutils-r1 pypi
10 10

  
......
16 16

  
17 17
LICENSE="BSD"
18 18
SLOT="0"
19
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
20 20
IUSE="test"
21 21
RESTRICT="!test? ( test )"
22 22

  
Спасибо!