mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
dev-python/jpype: Switch to java-pkg-2.
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1 java-pkg-opt-2
|
||||
inherit java-pkg-2 distutils-r1
|
||||
|
||||
DESCRIPTION="JPype is an effort to allow Python programs full access to Java class libraries"
|
||||
HOMEPAGE="https://github.com/originell/jpype"
|
||||
@@ -23,10 +23,6 @@ DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=virtual/jdk-1.6"
|
||||
|
||||
pkg_setup() {
|
||||
java-pkg_init
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
if ! python_is_python3; then
|
||||
local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
|
||||
|
||||
Reference in New Issue
Block a user