routersploit: minor qa, drop keywords

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-20 21:58:17 -04:00
parent 102a867e28
commit 0d10538b96
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 10 additions and 6 deletions

View file

@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">threat9/routersploit</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,10 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="readline(+)"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@ -16,7 +17,8 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/threat9/routersploit"
else
SRC_URI="https://github.com/threat9/routersploit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
# This needs a patch to remove future requirement
# KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="BSD"
@ -24,7 +26,6 @@ SLOT="0"
IUSE="doc"
RDEPEND="${PYTHON_DEPS}
dev-python/future[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pysnmp[${PYTHON_USEDEP}]