dev-python/la-panic - 0.5.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/la-panic-0.5.0

Package Information

Description:
iPhone kernel panic parser
Homepage:
https://gitlab.com/yanivhasbanidev/la_panic
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.5.0 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="iPhone kernel panic parser"
HOMEPAGE="https://gitlab.com/yanivhasbanidev/la_panic"
SRC_URI="https://gitlab.com/yanivhasbanidev/la_panic/-/archive/${PV}/la_panic-${PV}.tar.bz2"
S="${WORKDIR}/${PN/-/_}-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"

RDEPEND="
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/coloredlogs[${PYTHON_USEDEP}]
	dev-python/cached-property[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/click[]
	dev-python/coloredlogs[]
	dev-python/cached-property[]

Manifest for 0.5.0

Type File Size Source URLs
DIST la_panic-0.5.0.tar.bz2 83527 bytes https://gitlab.com/yanivhasbanidev/la_panic/-/archive/0.5.0/la_panic-0.5.0.tar.bz2