Diff hg-git-1.0.2 with a hg-git-1.0.2-r1

/usr/portage/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild 2023-10-09 14:52:31.020368389 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{9..12} )
6 6
DISTUTILS_USE_PEP517=setuptools
7 7

  
8 8
inherit distutils-r1
......
10 10
MY_PV=${PV/_rc/a}
11 11
DESCRIPTION="push to and pull from a Git repository using Mercurial"
12 12
HOMEPAGE="https://hg-git.github.io https://pypi.org/project/hg-git/"
13
SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2"
13
SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2 https://foss.heptapod.net/mercurial/hg-git/-/commit/9a52223a95e9821b2f2b544ab5a35e06963da3f1.patch -> ${MY_PV}-hg65.patch"
14 14

  
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
......
23 23
"
24 24

  
25 25
S="${WORKDIR}/${PN}-${MY_PV}"
26

  
27
src_prepare() {
28
	default
29

  
30
	eapply "${DISTDIR}"/${MY_PV}-hg65.patch
31
}
Thank you!