mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
routersploit: minor qa, drop keywords
This commit is contained in:
parent
102a867e28
commit
0d10538b96
3 changed files with 10 additions and 6 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>email@linxon.ru</email>
|
<email>sidhayn@gmail.com</email>
|
||||||
<name>Yury Martynov</name>
|
<name>Zero_Chaos</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">threat9/routersploit</remote-id>
|
||||||
|
</upstream>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
|
||||||
|
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
PYTHON_REQ_USE="readline(+)"
|
PYTHON_REQ_USE="readline(+)"
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|
@ -16,7 +17,8 @@ if [[ ${PV} == *9999 ]]; then
|
||||||
EGIT_REPO_URI="https://github.com/threat9/routersploit"
|
EGIT_REPO_URI="https://github.com/threat9/routersploit"
|
||||||
else
|
else
|
||||||
SRC_URI="https://github.com/threat9/routersploit/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
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
|
fi
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
|
|
@ -24,7 +26,6 @@ SLOT="0"
|
||||||
IUSE="doc"
|
IUSE="doc"
|
||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
dev-python/paramiko[${PYTHON_USEDEP}]
|
dev-python/paramiko[${PYTHON_USEDEP}]
|
||||||
dev-python/pysnmp[${PYTHON_USEDEP}]
|
dev-python/pysnmp[${PYTHON_USEDEP}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue