Diff vimball-0.5.1 with a vimball-0.5.1-r1

/usr/portage/app-arch/vimball/vimball-0.5.1-r1.ebuild 2023-10-09 14:52:28.192368317 +0300
1 1
# Copyright 1999-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

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

  
6
PYTHON_COMPAT=( python3_{9..10} )
7
DISTUTILS_USE_SETUPTOOLS=rdepend
8 9
inherit distutils-r1
9 10

  
10 11
if [[ ${PV} == *9999 ]] ; then
......
15 16
	inherit pypi
16 17
fi
17 18

  
18
DESCRIPTION="a command-line vimball archive extractor"
19
HOMEPAGE="https://github.com/radhermit/vimball"
19
DESCRIPTION="A command-line vimball archive extractor"
20
HOMEPAGE="
21
	https://github.com/radhermit/vimball/
22
	https://pypi.org/project/vimball/
23
"
20 24

  
21 25
LICENSE="MIT"
22 26
SLOT="0"
Thank you!