mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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/. )
|
||||
|
||||
@@ -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/. )
|
||||
|
||||
@@ -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/. )
|
||||
|
||||
Reference in New Issue
Block a user