Diff pyhcl-0.4.4-r1 with a pyhcl-0.4.5

/usr/portage/dev-python/pyhcl/pyhcl-0.4.5.ebuild 2023-10-09 14:52:30.340368372 +0300
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_USE_PEP517=setuptools
7
PYTHON_COMPAT=( python3_{9..11} )
7
PYTHON_COMPAT=( python3_{10..12} )
8

  
8 9
inherit distutils-r1
9 10

  
10 11
DESCRIPTION="HCL configuration parser for python"
11
HOMEPAGE="https://github.com/virtuald/pyhcl"
12
HOMEPAGE="
13
	https://github.com/virtuald/pyhcl/
14
	https://pypi.org/project/pyhcl/
15
"
12 16

  
13 17
if [[ ${PV} == 9999 ]]; then
14 18
	inherit git-r3
15 19
	EGIT_REPO_URI="https://github.com/virtuald/pyhcl.git"
16 20
else
17
	SRC_URI="https://github.com/virtuald/pyhcl/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
21
	SRC_URI="
22
		https://github.com/virtuald/pyhcl/archive/${PV}.tar.gz
23
			-> ${P}.gh.tar.gz
24
	"
18 25
	KEYWORDS="~amd64 ~arm64"
19 26
fi
20 27

  
Thank you!