Skip to content

Commit

Permalink
app-forensics/pytsk another shot in the dark
Browse files Browse the repository at this point in the history
It still seems to be broken, thus plaso is mostly broken :-/
For the time being, using the docker is the way.
I need to find out how to build this based on the installed libtsk, not
included with the source...
  • Loading branch information
thinrope committed Jul 24, 2023
1 parent 4abc5c4 commit 3528932
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app-forensics/pytsk/pytsk-20230125.ebuild
@@ -1,26 +1,28 @@
# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )

ISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1

DESCRIPTION="Python bindings for Sleuthkit"
DESCRIPTION="Python bindings for The Sleuthkit (libtsk)"
HOMEPAGE="https://github.com/py4n6/pytsk/"
SRC_URI="https://github.com/py4n6/${PN}/releases/download/${PV}/${PN}3-${PV}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
IUSE="aff ewf zlib java debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND=">=app-forensics/sleuthkit-4.11
sys-libs/talloc
DEPEND=">=app-forensics/sleuthkit-4.11[aff=,ewf=,zlib=,java=]
sys-libs/talloc[python]
${PYTHON_DEPS}"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}3-${PV}"

DISTUTILS_EXT=1
distutils_enable_tests setup.py

0 comments on commit 3528932

Please sign in to comment.