Diff speedtest-cli-2.1.1 with a speedtest-cli-2.1.3-r2

/usr/portage/net-analyzer/speedtest-cli/speedtest-cli-2.1.3-r2.ebuild 2023-10-09 14:52:33.336368447 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=6
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
6
DISTUTILS_USE_PEP517="setuptools"
7
PYTHON_COMPAT=( python3_{9..11} )
7 8

  
8 9
inherit distutils-r1
9 10

  
......
13 14

  
14 15
LICENSE="Apache-2.0"
15 16
SLOT="0"
16
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
17
IUSE=""
17
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
18 18

  
19 19
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
20 20
RDEPEND="${DEPEND}"
21 21

  
22
DOCS=( CONTRIBUTING.md README.rst )
22
PATCHES=( "${FILESDIR}/${PN}-2.1.3-json-serverlist.patch" )
23 23

  
24 24
python_install_all() {
25 25
	doman ${PN}.1
Thank you!