Сравнение esearch-1.3-r3 с esearch-9999

/usr/portage/app-portage/esearch/esearch-9999.ebuild 2025-07-29 16:22:12.592448138 +0300
7 7
PYTHON_REQ_USE="readline(+)"
8 8
DISTUTILS_USE_PEP517=setuptools
9 9

  
10
inherit distutils-r1
10
inherit distutils-r1 git-r3
11 11

  
12 12
DESCRIPTION="Replacement for 'emerge --search' with search-index"
13 13
HOMEPAGE="https://github.com/fuzzyray/esearch"
14
SRC_URI="https://github.com/fuzzyray/esearch/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz"
15
S="${WORKDIR}"/${PN}-${P}
14
EGIT_REPO_URI="https://github.com/fuzzyray/esearch.git"
16 15

  
17 16
LICENSE="GPL-2"
18 17
SLOT="0"
19 18
IUSE="l10n_fr l10n_it"
20 19

  
21
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
20
KEYWORDS=""
22 21

  
23 22
BDEPEND="${DISTUTILS_DEPS}"
24 23
DEPEND="sys-apps/portage"
25 24
RDEPEND="${DEPEND}"
26 25

  
27
# Populate the patches array for any patches for -rX releases
28
# It is an array of patch file names of the form:
29
# "${FILESDIR}"/${PV}-fix-EPREFIX-capability.patch
30
PATCHES=(
31
	"${FILESDIR}"/${PV}-Fix-setup.py.patch
32
	"${FILESDIR}"/${PV}-Fix-python-3-compatability.patch
33
	"${FILESDIR}"/${PV}-updatedb-quoting.patch
34
)
35

  
36 26
python_configure_all() {
37 27
	echo VERSION="${PVR}" "${EPYTHON}" setup.py set_version
38 28
	VERSION="${PVR}" "${EPYTHON}" setup.py set_version \
Спасибо!