dev-python/jpype: Remove Py2

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-28 17:13:07 +01:00
parent a961818b40
commit 6b4bef7a21
3 changed files with 3 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_5 )
PYTHON_COMPAT=( python3_5 )
inherit java-pkg-2 distutils-r1
@@ -24,14 +24,6 @@ DEPEND="
PATCHES=( "${FILESDIR}"/${PN}-gcc6-noexcept.patch )
python_compile() {
if ! python_is_python3; then
local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
export CXXFLAGS
fi
distutils-r1_python_compile
}
python_install() {
use doc && local DOCS=( doc/* )
use examples && local EXAMPLES=( examples/. )

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6} )
inherit java-pkg-2 distutils-r1
@@ -24,14 +24,6 @@ DEPEND="
PATCHES=( "${FILESDIR}"/${PN}-gcc6-noexcept.patch )
python_compile() {
if ! python_is_python3; then
local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
export CXXFLAGS
fi
distutils-r1_python_compile
}
python_install() {
use doc && local DOCS=( doc/* )
use examples && local EXAMPLES=( examples/. )

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6} )
inherit java-pkg-2 distutils-r1
@@ -24,14 +24,6 @@ DEPEND="
#PATCHES=( "${FILESDIR}"/${PN}-gcc6-noexcept.patch )
python_compile() {
if ! python_is_python3; then
local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
export CXXFLAGS
fi
distutils-r1_python_compile
}
python_install() {
use doc && local DOCS=( doc/* )
use examples && local EXAMPLES=( examples/. )