net-analyzer/polenum - 1.6.1 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/polenum-1.6.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/polenum-1.6.1

Or alternatively:

emerge --autounmask-write -a =net-analyzer/polenum-1.6.1

Package Information

Description:
Extract password policy from a windows machine
Homepage:
https://github.com/Wh1t3Fox/polenum
License:
GPL-3

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit python-single-r1

DESCRIPTION="Extract password policy from a windows machine"
HOMEPAGE="https://github.com/Wh1t3Fox/polenum"
SRC_URI="https://github.com/Wh1t3Fox/polenum/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

RDEPEND="${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/impacket[${PYTHON_USEDEP}]')"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
	default
	python_fix_shebang .
}

src_install() {
	newbin ${PN}.py ${PN}
	dodoc README.md
}

Inherited Eclasses

Dependencies

DEPEND

${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/impacket[${PYTHON_USEDEP}]')

RDEPEND

${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/impacket[${PYTHON_USEDEP}]')

Manifest for 1.6.1

Type File Size Source URLs
DIST polenum-1.6.1.tar.gz 16182 bytes https://github.com/Wh1t3Fox/polenum/archive/1.6.1.tar.gz