zero-profile: testing python 3.7

some minor bumps to support python 3.7
This commit is contained in:
Rick Farina (Zero_Chaos) 2020-03-16 22:00:45 -04:00
parent 04bdb953be
commit 923fb2ae01
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
11 changed files with 24 additions and 19 deletions

View file

@ -1 +0,0 @@
fierce-9999.ebuild

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
if [[ ${PV} == "9999" ]] ; then

View file

@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,7 +9,7 @@ HOMEPAGE="http://www.pentoo.ch"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="java pentoo-extra pentoo-full"
IUSE="java pentoo-extra pentoo-full python_targets_python3_6"
PDEPEND="
java? ( pentoo-extra? ( net-proxy/burpsuite )
@ -19,7 +19,7 @@ java? ( pentoo-extra? ( net-proxy/burpsuite )
net-dns/dnscrypt-proxy
net-misc/proxychains
net-proxy/3proxy
net-proxy/mitmproxy
python_targets_python3_6? ( net-proxy/mitmproxy )
net-proxy/privoxy
net-proxy/redsocks
net-proxy/tsocks

View file

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
EAPI=7
DESCRIPTION="The ZERO (Zoning & Emotional Range Omitted) System is a technology for interfacing the brain of the pilot with the mobile suit's computer."
HOMEPAGE="http://www.pentoo.ch/"
@ -29,7 +29,6 @@ PDEPEND="
dev-vcs/mercurial
app-arch/p7zip
net-dns/dnsmasq
app-portage/overlint
app-portage/repoman
app-doc/pms
dev-util/pkgcheck

View file

@ -179,6 +179,8 @@ dev-python/vulndb
#required by net-analyzer/recon-ng
~dev-python/mechanize-0.4.3
~dev-python/flasgger-0.9.4
~dev-python/rq-1.3.0
#wafwoof
~dev-python/pluginbase-0.5

View file

@ -166,6 +166,7 @@ dev-ruby/addressable
=dev-ruby/ruby-progressbar-1.10*
dev-ruby/memory_profiler
dev-ruby/cms_scanner
~dev-ruby/public_suffix-4.0.3
dev-ruby/get_process_mem
dev-ruby/sys-proctable
dev-ruby/opt_parse_validator

View file

@ -14,7 +14,7 @@ net-analyzer/dirhunt
=net-analyzer/dnsrecon-0.9*
net-analyzer/droopescan
net-analyzer/ffuf
=net-analyzer/fierce-1.3*
=net-analyzer/fierce-1.4*
net-analyzer/findomain
net-analyzer/gobuster
=net-analyzer/ike-scan-1.9*

View file

@ -2,3 +2,4 @@ media-libs/chromaprint amd64
media-libs/xine-lib amd64
media-libs/mutagen amd64
media-libs/gegl amd64
~media-libs/gexiv2-0.12.0

View file

@ -0,0 +1 @@
~sys-libs/libcap-ng-0.7.9

View file

@ -1,9 +1,11 @@
dev-python/pyserial python_targets_python3_7
dev-python/PyQt5 python_targets_python3_7
dev-python/numpy python_targets_python3_7
dev-python/setuptools python_targets_python3_7
dev-python/certifi python_targets_python3_7
dev-python/PyQt5-sip python_targets_python3_7
dev-python/dbus-python python_targets_python3_7
dev-python/sip python_targets_python3_7
dev-python/python_sqlparse python_targets_python3_7
#dev-python/pyserial python_targets_python3_7
#dev-python/PyQt5 python_targets_python3_7
#dev-python/numpy python_targets_python3_7
#dev-python/setuptools python_targets_python3_7
#dev-python/certifi python_targets_python3_7
#dev-python/PyQt5-sip python_targets_python3_7
#dev-python/dbus-python python_targets_python3_7
#dev-python/sip python_targets_python3_7
#dev-python/python_sqlparse python_targets_python3_7
=dev-python/fido2-0.8.1 python_targets_python3_6