net-analyzer/dirhunt - 0.7.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/dirhunt-0.7.0

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

autounmask =net-analyzer/dirhunt-0.7.0

Or alternatively:

emerge --autounmask-write -a =net-analyzer/dirhunt-0.7.0

Package Information

Description:
Dirhunt is a web crawler optimized for searching and analyzing web directories.
Homepage:
https://github.com/Nekmo/dirhunt
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
EGO_PN=github.com/Nekmo/${PN}

inherit distutils-r1

if [[ ${PV} = *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git"
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~x86"
	EGIT_COMMIT="v${PV}"
	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
fi

DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories."
HOMEPAGE="https://github.com/Nekmo/dirhunt"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/requests-mock[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/humanize[${PYTHON_USEDEP}]
	dev-python/colorama[${PYTHON_USEDEP}]
	dev-python/googlesearch[${PYTHON_USEDEP}]
	dev-python/proxy-db[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-python/beautifulsoup4[]
	dev-python/requests[]
	dev-python/requests-mock[]
	dev-python/click[]
	dev-python/humanize[]
	dev-python/colorama[]
	dev-python/googlesearch[]
	dev-python/proxy-db[]

RDEPEND

dev-python/beautifulsoup4[]
	dev-python/requests[]
	dev-python/requests-mock[]
	dev-python/click[]
	dev-python/humanize[]
	dev-python/colorama[]
	dev-python/googlesearch[]
	dev-python/proxy-db[]

Manifest for 0.7.0

Type File Size Source URLs
DIST dirhunt-0.7.0.tar.gz 111089 bytes https://github.com/Nekmo/dirhunt/archive/v0.7.0.tar.gz