Diff pithos-1.6.1-r1 with a pithos-1.6.2

/usr/portage/media-sound/pithos/pithos-1.6.2.ebuild 2025-07-29 16:22:14.908457716 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..11} )
6
PYTHON_COMPAT=( python3_{11..13} )
7 7
inherit xdg meson gnome2-utils virtualx python-r1
8 8

  
9 9
DESCRIPTION="Pandora.com client for the GNOME desktop"
10 10
HOMEPAGE="https://pithos.github.io/"
11
SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz"
11
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
12 12

  
13 13
LICENSE="GPL-3"
14 14
SLOT="0"
Thank you!