mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
zero-profile: testing python 3.7
some minor bumps to support python 3.7
This commit is contained in:
parent
04bdb953be
commit
923fb2ae01
11 changed files with 24 additions and 19 deletions
|
|
@ -1 +0,0 @@
|
|||
fierce-9999.ebuild
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
~sys-libs/libcap-ng-0.7.9
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue