mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 17:20:59 +02:00
dev-python/pyinstaller: update PYTHON_COMPAT, drop py2
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
2fd4c8d1de
commit
6089f9b941
2 changed files with 14 additions and 2 deletions
12
dev-python/pyinstaller/metadata.xml
Normal file
12
dev-python/pyinstaller/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="clang">Support for sys-devel/clang</flag>
|
||||
<flag name="leak-detector">Support for link with Boehm garbage collector to detect memory leaks</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
# PyInstaller assumes CPython internals and is hence currently incompatible with
|
||||
# alternative interpreters (e.g., PyPy).
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
# "waf" requires a threading-enabled Python interpreter.
|
||||
PYTHON_REQ_USE='threads(+)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue