Diff vint-0.3.21 with a vint-0.3.21-r1

/usr/portage/dev-util/vint/vint-0.3.21-r1.ebuild 2024-12-25 14:59:49.067270089 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 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_{10..12} )
5 8

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

  
9 11
DESCRIPTION="Lint tool for Vim script language"
10 12
HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.org/project/vim-vint/"
11
SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
13
SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
12 14

  
13 15
LICENSE="MIT"
14 16
SLOT="0"
Thank you!