Diff pysrt-1.1.2-r1 with a pysrt-9999

/usr/portage/dev-python/pysrt/pysrt-9999.ebuild 2025-07-29 16:22:13.660452554 +0300
18 18
	EGIT_REPO_URI="https://github.com/byroot/pysrt.git"
19 19
else
20 20
	inherit pypi
21
	KEYWORDS="amd64 ~arm arm64 x86"
21
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
22 22
fi
23 23

  
24 24
LICENSE="GPL-3+"
......
29 29
"
30 30

  
31 31
distutils_enable_tests pytest
32

  
33
src_prepare() {
34
	# https://github.com/byroot/pysrt/commit/93f52f6d4f70f4e18dc71deeaae0ec1e9100a50f
35
	sed -i -e 's:assertEquals:assertEqual:' tests/*.py || die
36
	distutils-r1_src_prepare
37
}
Thank you!