Diff kuroneko-0.1.3 with a kuroneko-0.1.3-r1

/usr/portage/app-portage/kuroneko/kuroneko-0.1.3-r1.ebuild 2023-10-09 14:52:28.848368334 +0300
1 1
# Copyright 2021-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..11} )
6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{10..12} )
7 8
inherit distutils-r1
8 9

  
9 10
DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
......
23 24
	sys-apps/pkgcore[${PYTHON_USEDEP}]
24 25
	scraper? (
25 26
		dev-python/bracex[${PYTHON_USEDEP}]
26
	)"
27
	)
28
"
27 29
BDEPEND="
28 30
	test? (
29 31
		dev-python/bracex[${PYTHON_USEDEP}]
30 32
		dev-python/responses[${PYTHON_USEDEP}]
31
	)"
33
	)
34
"
32 35

  
33 36
distutils_enable_tests pytest
Thank you!