Diff backrefs-5.5.1 with a backrefs-5.6_p1

/usr/portage/dev-python/backrefs/backrefs-5.6_p1.ebuild 2023-10-09 14:52:30.256368369 +0300
6 6
DISTUTILS_USE_PEP517=hatchling
7 7
PYTHON_COMPAT=( python3_{10..12} )
8 8

  
9
inherit distutils-r1
9
inherit distutils-r1 pypi
10 10

  
11 11
DESCRIPTION="Wrapper around re or regex that adds additional back references"
12 12
HOMEPAGE="
13 13
	https://github.com/facelessuser/backrefs/
14 14
	https://pypi.org/project/backrefs/
15 15
"
16
SRC_URI="
17
	https://github.com/facelessuser/backrefs/archive/${PV}.tar.gz
18
		-> ${P}.gh.tar.gz
19
"
20 16

  
21 17
LICENSE="MIT"
22 18
SLOT="0"
Thank you!