mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/gbinder: Syncrhonize -1.1.2-r1 and -9999
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -26,20 +26,20 @@ HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
|
||||
)
|
||||
|
||||
|
||||
DEPEND="dev-libs/gbinder
|
||||
dev-libs/libglibutil"
|
||||
DEPEND="
|
||||
dev-libs/gbinder
|
||||
dev-libs/libglibutil
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
${DISTUTILS_DEPS}
|
||||
"
|
||||
|
||||
python_configure_all () {
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
|
||||
)
|
||||
|
||||
python_configure_all() {
|
||||
DISTUTILS_ARGS=( --cython )
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
DISTUTILS_USE_PEP517="setuptools"
|
||||
DISTUTILS_EXT=1
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -23,14 +26,20 @@ HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/gbinder
|
||||
dev-libs/libglibutil"
|
||||
DEPEND="
|
||||
dev-libs/gbinder
|
||||
dev-libs/libglibutil
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile --cython
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
|
||||
)
|
||||
|
||||
python_configure_all() {
|
||||
DISTUTILS_ARGS=( --cython )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user