sys-fs/jefferson: switch from python-lzo to lzallright

Closes: https://bugs.gentoo.org/966702
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-01-19 12:21:07 +01:00
parent da9fbde42d
commit 11b26ff945

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION=" JFFS2 filesystem extraction tool "
HOMEPAGE="https://github.com/onekey-sec/jefferson"
SRC_URI="https://github.com/onekey-sec/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cstruct[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/lzallright[${PYTHON_USEDEP}]
"