Diff dex-0.9.0 with a dex-0.10.1

/usr/portage/x11-misc/dex/dex-0.10.1.ebuild 2025-07-29 16:22:17.968470374 +0300
1
# Copyright 1999-2024 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..12} )
6
PYTHON_COMPAT=( python3_{11..13} )
7 7

  
8 8
inherit python-r1
9 9

  
10 10
DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries"
11 11
HOMEPAGE="http://e-jc.de/"
12
SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="https://github.com/jceb/dex/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
13 13

  
14 14
LICENSE="GPL-3"
15 15
SLOT="0"
......
17 17
IUSE="doc"
18 18
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
19 19
# https://github.com/jceb/dex/issues/37
20

  
20 21
RESTRICT="test"
21 22

  
22 23
RDEPEND="${PYTHON_DEPS}"
Thank you!