commit: cac2ec453da4b23cc97832dd74d3e65297749f91
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Jan 8 18:55:01 2026 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Jan 8 18:57:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cac2ec45
dev-python/gbinder: 1.3.0 9999 fix build
gbinder-1.1.1-setuptools.patch was upstreamed
setup.py no longer takes --cython as argument, it's default now
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/gbinder/gbinder-1.3.0.ebuild | 10 +---------
dev-python/gbinder/gbinder-9999.ebuild | 14 +++-----------
2 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/dev-python/gbinder/gbinder-1.3.0.ebuild
b/dev-python/gbinder/gbinder-1.3.0.ebuild
index 9195c81c8f..c8b82148d8 100644
--- a/dev-python/gbinder/gbinder-1.3.0.ebuild
+++ b/dev-python/gbinder/gbinder-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,11 +35,3 @@ BDEPEND="
virtual/pkgconfig
dev-python/cython[${PYTHON_USEDEP}]
"
-
-PATCHES=(
- "${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-python_configure_all() {
- DISTUTILS_ARGS=( --cython )
-}
diff --git a/dev-python/gbinder/gbinder-9999.ebuild
b/dev-python/gbinder/gbinder-9999.ebuild
index a3c55946aa..c8b82148d8 100644
--- a/dev-python/gbinder/gbinder-9999.ebuild
+++ b/dev-python/gbinder/gbinder-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517="setuptools"
DISTUTILS_EXT=1
@@ -21,7 +21,7 @@ else
EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
fi
-DESCRIPTION="Python bindings for libgbinder"
+DESCRIPTION="Python bindings for dev-libs/gbinder"
HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
LICENSE="GPL-3"
SLOT="0"
@@ -35,11 +35,3 @@ BDEPEND="
virtual/pkgconfig
dev-python/cython[${PYTHON_USEDEP}]
"
-
-PATCHES=(
- "${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-python_configure_all() {
- DISTUTILS_ARGS=( --cython )
-}