pentoo-overlay/net-analyzer/fierce/fierce-9999.ebuild
Rick Farina (Zero_Chaos) 923fb2ae01
zero-profile: testing python 3.7
some minor bumps to support python 3.7
2020-03-16 22:00:45 -04:00

26 lines
684 B
Bash

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mschwager/fierce.git"
KEYWORDS=""
else
SRC_URI="https://github.com/mschwager/fierce/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
DESCRIPTION="A DNS reconnaissance tool for locating non-contiguous IP space"
HOMEPAGE="https://github.com/mschwager/fierce"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"