dev-python/pyaxmlparser - 0.3.31 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/pyaxmlparser-0.3.31

Package Information

Description:
Parser for Android XML file and get Application Name without using Androguard
Homepage:
https://github.com/appknox/pyaxmlparser
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.3.31 8 amd64 ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2025 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="Parser for Android XML file and get Application Name without using Androguard"
HOMEPAGE="https://github.com/appknox/pyaxmlparser"
SRC_URI="https://github.com/appknox/pyaxmlparser/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="examples"

RDEPEND="
	dev-python/lxml[${PYTHON_USEDEP}]
	>=dev-python/click-6.7[${PYTHON_USEDEP}]
	>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

distutils_enable_tests pytest

python_install_all() {
	if use examples; then
		dodoc -r examples
		docompress -x /usr/share/doc/${PF}/examples
	fi
	distutils-r1_python_install_all
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pyaxmlparser | euse -E <flag> -p dev-python/pyaxmlparser | euse -D <flag> -p dev-python/pyaxmlparser

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-python/lxml[]
	>=dev-python/click-6.7[]
	>=dev-python/asn1crypto-0.24.0[]

RDEPEND

	dev-python/lxml[]
	>=dev-python/click-6.7[]
	>=dev-python/asn1crypto-0.24.0[]

Manifest for 0.3.31

Type File Size Source URLs
DIST pyaxmlparser-0.3.31.gh.tar.gz 284432 bytes https://github.com/appknox/pyaxmlparser/archive/refs/tags/v0.3.31.tar.gz