Diff fasteners-0.18 with a fasteners-0.19

/usr/portage/dev-python/fasteners/fasteners-0.19.ebuild 2023-10-09 14:52:30.280368370 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{10..11} )
8

  
8 9
inherit distutils-r1
9 10

  
10 11
DESCRIPTION="Python package that provides useful locks"
11
HOMEPAGE="https://github.com/harlowja/fasteners/"
12
HOMEPAGE="
13
	https://github.com/harlowja/fasteners/
14
	https://pypi.org/project/fasteners/
15
"
12 16
SRC_URI="
13 17
	https://github.com/harlowja/fasteners/archive/${PV}.tar.gz
14
		-> ${P}.gh.tar.gz"
18
		-> ${P}.gh.tar.gz
19
"
15 20

  
16 21
LICENSE="Apache-2.0"
17 22
SLOT="0"
18
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
23
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
19 24

  
20 25
BDEPEND="
21 26
	test? (
......
27 32
distutils_enable_tests pytest
28 33

  
29 34
EPYTEST_IGNORE=(
30
	tests_eventlet/test_eventlet.py
35
	tests/test_eventlet.py
31 36
)
Thank you!