Diff pkg-testing-tools-0.1.0 with a pkg-testing-tools-0.1.2

/usr/portage/app-portage/pkg-testing-tools/pkg-testing-tools-0.1.2.ebuild 2023-10-09 14:52:28.848368334 +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 9
inherit distutils-r1
8 10

  
9 11
DESCRIPTION="Packages testing tools for Gentoo"
10 12
HOMEPAGE="https://github.com/slashbeast/pkg-testing-tools"
11
SRC_URI="https://github.com/slashbeast/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
13
SRC_URI="https://github.com/slashbeast/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
12 14

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