Diff cchardet-2.1.7-r1 with a cchardet-2.1.19

/usr/portage/dev-python/cchardet/cchardet-2.1.19.ebuild 2023-10-09 14:52:30.264368370 +0300
5 5

  
6 6
DISTUTILS_EXT=1
7 7
DISTUTILS_USE_PEP517=setuptools
8
PYPI_NO_NORMALIZE=1
9
PYPI_PN=faust-cchardet
8 10
PYTHON_COMPAT=( python3_{10..12} )
9 11

  
10 12
inherit distutils-r1 pypi
11 13

  
12 14
DESCRIPTION="High speed universal character encoding detector"
13 15
HOMEPAGE="
14
	https://github.com/PyYoshi/cChardet
15
	https://pypi.org/project/cchardet/
16
	https://github.com/faust-streaming/cChardet/
17
	https://pypi.org/project/faust-cchardet/
16 18
"
17 19

  
18 20
LICENSE="MPL-1.1"
19 21
SLOT="0"
20
KEYWORDS="amd64 ~arm x86"
22
KEYWORDS="~amd64 ~arm ~x86"
21 23

  
22 24
BDEPEND="
23 25
	dev-python/cython[${PYTHON_USEDEP}]
24 26
"
25 27

  
26
PATCHES=(
27
	# https://github.com/PyYoshi/cChardet/pull/78
28
	"${FILESDIR}/${P}-pytest.patch"
29
)
30

  
31 28
distutils_enable_tests pytest
Thank you!