mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
reposnder: stabilize, cleanup
This commit is contained in:
parent
ad45b91254
commit
5f5639a654
6 changed files with 7 additions and 12 deletions
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
#DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -14,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit python-single-r1
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/lgandx/Responder/archive/v${PV}.tar.gz -> ${P}.tar.g
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/v${PV}.tar.gz -> ${P}.t
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE="tools"
|
||||
|
||||
|
|
|
|||
|
|
@ -403,16 +403,13 @@ dev-python/IP2Location
|
|||
dev-python/playsound
|
||||
|
||||
#wifipumpkin3
|
||||
dev-python/dnslib
|
||||
dev-python/beautifultable
|
||||
~dev-python/immutables-0.11
|
||||
~dev-python/contextvars-2.4
|
||||
~dev-python/python-nmap-0.6.1
|
||||
~dev-python/config-0.3.9
|
||||
~dev-python/pygtail-0.7.0
|
||||
~dev-python/libarchive-c-2.7
|
||||
~dev-python/scapy-http-1.8
|
||||
~dev-python/service_identity-16.0.0
|
||||
=dev-python/loguru-0.5*
|
||||
|
||||
#required by rfcat
|
||||
=dev-python/pyside2-5.14*
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ net-analyzer/nmap-vulners
|
|||
net-analyzer/ntlmrecon
|
||||
net-analyzer/pwncat
|
||||
net-analyzer/recon-ng
|
||||
net-analyzer/responder
|
||||
net-analyzer/serialusb
|
||||
net-analyzer/sipvicious
|
||||
net-analyzer/sitadel
|
||||
|
|
|
|||
Loading…
Reference in a new issue