mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-python/jpype: add 1.6.0, drop 1.5.1
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST JPype1-1.5.1.tar.gz 856550 BLAKE2B bec8d56d9ac5a9d968e53f95954346e78e3e2fc604be1ae5a4fea7047dada20112ed652926b4cc9776cca184099c0d5c01117544daa37a486f1d2aa4bb159207 SHA512 6f47722a9c2b9f95f7bada41ec7c8dea85b251d9ddb0b8b154dbfb4eef9dafc20a1b0c31ab6fca0061dda0fc28b8107e249551ae80c5ec7e4ba4ae2d20c6025a
|
||||
DIST v1.6.0.tar.gz 801839 BLAKE2B cdbb1f52156848d492a6e4ca3a224e2e8da94da00617aac014ad6daa031655d05228f00b9e7a3f044d3e6f5c31147f7d3175bddf5da042fecee3b6b46c2ebf56 SHA512 5849509334ab4eb63546b584eb32a0d61a9da2b5b303acc380f0be2742b96b32a2bd900b2a080e62ed32d7a7c5029a3d59c55fd9f7018ddd37e968e58df32707
|
||||
|
||||
@@ -4,23 +4,19 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="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/v${PV}/JPype1-${PV}.tar.gz "
|
||||
S="${WORKDIR}/jpype1-${PV}"
|
||||
SRC_URI="https://github.com/jpype-project/jpype/archive/refs/tags/v${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/gpep517
|
||||
virtual/jdk
|
||||
"
|
||||
RDEPEND="virtual/jdk"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/'-g0', //g;s/, '-O2'//g" "${S}"/setupext/platform.py || die
|
||||
Reference in New Issue
Block a user