mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
profile et al: working toward python 3.7
This commit is contained in:
parent
2ec2fb03a0
commit
4633a515d9
8 changed files with 11 additions and 10 deletions
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=7
|
||||
|
||||
# TODO: add py3.* support
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
EAPI=7
|
||||
|
||||
# TODO: add py3.* support
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ sys-fs/sasquatch
|
|||
|
||||
#Gentoo
|
||||
~app-misc/crunch-3.6
|
||||
=app-misc/rtlamr-0.9*
|
||||
=app-misc/freediag-1*
|
||||
=app-misc/elasticsearch-5*
|
||||
=app-misc/freediag-1*
|
||||
=app-misc/hivex-1.3.18
|
||||
=app-misc/rtlamr-0.9*
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ dev-python/pycopy-binascii
|
|||
=dev-python/gevent-1.2*
|
||||
#pentoo packages
|
||||
dev-python/impacket
|
||||
~dev-python/ldap3-2.7
|
||||
dev-python/pywerview
|
||||
dev-python/ldapdomaindump
|
||||
#Gentoo
|
||||
|
|
@ -119,8 +120,7 @@ dev-python/ldapdomaindump
|
|||
~dev-python/netlib-0.10
|
||||
~dev-python/pyopenssl-17.5.0
|
||||
~dev-python/pillow-2.3.0
|
||||
=dev-python/pyasn1-0.2*
|
||||
~dev-python/pyasn1-0.3.7
|
||||
dev-python/pyasn1
|
||||
~dev-python/pyperclip-1.6.0
|
||||
~dev-python/ruamel-base-1.0.0
|
||||
~dev-python/ruamel-yaml-0.13.7
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
~media-gfx/fontforge-20190801
|
||||
#required by Mobile-Security-Framework-MobSF
|
||||
=media-gfx/wkhtmltopdf-0.12*
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
#needed to run as root
|
||||
=net-irc/hexchat-2.9.5_p20130525
|
||||
=net-irc/hexchat-2.14*
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA google-chrome Google-TOS PUEL baudline Intel-SDP Nero-AAC-EULA"
|
||||
|
||||
USE="gentoo-dev pentoo-extra -accessibility -python_targets_python3_6 python_targets_python3_7"
|
||||
USE="gentoo-dev pentoo-extra -accessibility -python_targets_python3_6 python_targets_python3_7 python_single_target_python3_7 -python_single_target_python3_6"
|
||||
|
||||
PORTAGE_GPG_DIR="/home/zero/.gnupg/"
|
||||
PORTAGE_GPG_KEY="0xA5DD1427DD11F94A"
|
||||
|
|
|
|||
Loading…
Reference in a new issue