Diff gentoo-retirement-scripts-2 with a gentoo-retirement-scripts-3

/usr/portage/app-admin/gentoo-retirement-scripts/gentoo-retirement-scripts-3.ebuild 2026-09-07 20:03:06.599248461 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{11..14} )
6
PYTHON_COMPAT=( python3_{12..14} )
7 7
inherit python-single-r1
8 8

  
9 9
DESCRIPTION="Scripts to help retiring Gentoo developers"
10
HOMEPAGE="https://github.com/projg2/gentoo-retirement-scripts/"
10
HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-retirement-scripts.git/"
11 11
SRC_URI="
12
	https://github.com/projg2/gentoo-retirement-scripts/archive/v${PV}.tar.gz
13
		-> ${P}.tar.gz
12
	https://gitweb.gentoo.org/proj/gentoo-retirement-scripts.git/snapshot/${P}.tar.bz2
14 13
"
15 14

  
16 15
LICENSE="BSD-2"
Thank you!