Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899721 Details for
Bug 937642
distutils-r1.eclass policy on stray top-level files in site-packages blocks JAR library files.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jpype 1.5.0 ebuild
jpype-1.5.0.ebuild (text/plain), 1.03 KB, created by
Ivan Lloro
on 2024-08-10 05:27:04 UTC
(
hide
)
Description:
jpype 1.5.0 ebuild
Filename:
MIME Type:
Creator:
Ivan Lloro
Created:
2024-08-10 05:27:04 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2024 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >DISTUTILS_USE_PEP517=setuptools >PYTHON_COMPAT=( python3_{10..12} ) > >inherit distutils-r1 > >DESCRIPTION="Cross-language bridge to allow Python programs full access to Java class libraries" >HOMEPAGE="https://github.com/jpype-project/jpype/" >SRC_URI="https://github.com/jpype-project/jpype/releases/download/v1.5.0/JPype1-1.5.0.tar.gz" >S=${WORKDIR}/JPype1-${PV} > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" > >RDEPEND="virtual/jdk" > ># WORKAROUND: Overload (and nullify) blocking QA check ># Given that org.jpype.jar is a library akin to the (accepted) .so files ># the "Stray top-level files in site-packages" in /usr/lib/python3.XX/site-packages/ ># maybe should not appply. For this reason, patching the python library and ># having a non-standard install, is not considered a proper solution. ># Following this argument, it is distutils-r1.eclass that should be patched to allow jar files. >_distutils-r1_post_python_install() { > local keep >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 937642
: 899721 |
899722