Diff gast-0.5.3-r1 with a gast-0.5.4

/usr/portage/dev-python/gast/gast-0.5.4.ebuild 2023-10-09 14:52:30.284368370 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..12} )
7 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..12} )
8

  
8 9
inherit distutils-r1 pypi
9 10

  
10 11
DESCRIPTION="A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST)"
11
HOMEPAGE="https://pypi.org/project/gast/"
12
HOMEPAGE="
13
	https://github.com/serge-sans-paille/gast/
14
	https://pypi.org/project/gast/
15
"
12 16

  
13 17
LICENSE="BSD PSF-2"
14 18
SLOT="0"
15
KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
19
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
16 20

  
17 21
distutils_enable_tests unittest
Thank you!