Diff thriftpy2-0.4.16-r1 with a thriftpy2-0.4.17

/usr/portage/dev-python/thriftpy2/thriftpy2-0.4.17.ebuild 2023-10-09 14:52:30.388368373 +0300
7 7
DISTUTILS_USE_PEP517=setuptools
8 8
PYTHON_COMPAT=( python3_{10..11} )
9 9

  
10
inherit distutils-r1
10
inherit distutils-r1 pypi
11 11

  
12 12
DESCRIPTION="Pure python approach of Apache Thrift"
13 13
HOMEPAGE="
14 14
	https://github.com/Thriftpy/thriftpy2/
15 15
	https://pypi.org/project/thriftpy2/
16 16
"
17
SRC_URI="
18
	https://github.com/Thriftpy/thriftpy2/archive/v${PV}.tar.gz
19
		-> ${P}.gh.tar.gz
20
"
21 17

  
22 18
LICENSE="MIT"
23 19
SLOT="0"
......
35 31
	)
36 32
"
37 33

  
38
PATCHES=(
39
	"${FILESDIR}"/${P}-cython3.patch
40
)
41

  
42 34
distutils_enable_tests pytest
43 35

  
44 36
python_test() {
Thank you!