Сравнение filebytes-0.10.2 с filebytes-9999

/usr/portage/dev-python/filebytes/filebytes-9999.ebuild 2025-05-20 18:21:08.052409187 +0300
1
# Copyright 1999-2026 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
......
16 16
	EGIT_REPO_URI="https://github.com/sashs/filebytes"
17 17
else
18 18
	SRC_URI="https://github.com/sashs/filebytes/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
19
	KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
19
	KEYWORDS="~amd64 ~x86"
20 20
fi
21 21

  
22 22
LICENSE="BSD"
23 23
SLOT="0"
24 24

  
25
PATCHES=(
26
	"${FILESDIR}"/${PN}-0.10.2-py314.patch
27
)
28

  
29 25
python_test() {
30 26
	"${EPYTHON}" -  <<-EOF || die "Tests failed with ${EPYTHON}"
31 27
		from filebytes.elf import *
Спасибо!