Diff cartopy-0.21.1 with a cartopy-0.21.1-r1

/usr/portage/sci-libs/cartopy/cartopy-0.21.1-r1.ebuild 2023-10-09 14:52:35.060368491 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_SINGLE_IMPL=1
7
DISTUTILS_EXT=1
7 8
PYTHON_COMPAT=( python3_{9..11} )
8 9

  
10
DISTUTILS_USE_PEP517=setuptools
9 11
inherit distutils-r1 multibuild multiprocessing virtualx
10 12

  
11 13
MY_PV=${PV/_beta/b}
......
55 57
	)
56 58
"
57 59

  
58
PATCHES=( "${FILESDIR}"/${P}-fix-test.patch )
60
PATCHES=( "${FILESDIR}"/${P}-fix-test.patch
61
		# backports to fix tests with >=PROJ9.2
62
		  "${FILESDIR}"/${PN}-0.21.1-fix-test_proj92.patch
63
		  "${FILESDIR}"/${PN}-0.21.1-fix-test_proj92_1.patch )
59 64

  
60 65
EPYTEST_IGNORE=(
61 66
	# Require network access, not covered by markers
Thank you!