Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Copyright 2023 Gentoo Authors
- # Distributed under the terms of the GNU General Public License v2
- EAPI=8
- PYTHON_COMPAT=( python3_{8..11} )
- inherit distutils-r1 pypi
- DESCRIPTION="JFFS2 filesystem extraction tool"
- HOMEPAGE="https://pypi.org/project/jefferson/"
- SRC_URI="https://files.pythonhosted.org/packages/source/j/jefferson/jefferson-0.4.2.tar.gz"
- LICENSE="MIT"
- SLOT="0"
- KEYWORDS="~amd64"
- DEPEND="
- dev-python/python-lzo
- dev-python/python-cstruct"
- RDEPEND="${DEPEND}"
- BDEPEND=""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement