From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B78ED158041 for ; Thu, 21 Mar 2024 22:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DC4EE29F1; Thu, 21 Mar 2024 22:11:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47051E29F1 for ; Thu, 21 Mar 2024 22:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C50033BEED for ; Thu, 21 Mar 2024 22:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 880D715BB for ; Thu, 21 Mar 2024 22:11:01 +0000 (UTC) From: "Esteve Varela Colominas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Esteve Varela Colominas" Message-ID: <1711059044.0e04079e327955627e8b50334920b36318e581e1.esteve.varela@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/gbinder/gbinder-1.1.2-r1.ebuild dev-python/gbinder/gbinder-9999.ebuild X-VCS-Directories: dev-python/gbinder/ X-VCS-Committer: esteve.varela X-VCS-Committer-Name: Esteve Varela Colominas X-VCS-Revision: 0e04079e327955627e8b50334920b36318e581e1 X-VCS-Branch: dev Date: Thu, 21 Mar 2024 22:11:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0216128-a7cb-4447-99d6-c216f886d00d X-Archives-Hash: ac7aec2301fecaf357fa33374d075a1a commit: 0e04079e327955627e8b50334920b36318e581e1 Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Mar 21 19:27:27 2024 +0000 Commit: Esteve Varela Colominas gmail com> CommitDate: Thu Mar 21 22:10:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e04079e dev-python/gbinder: Syncrhonize -1.1.2-r1 and -9999 Signed-off-by: Esteve Varela Colominas gmail.com> dev-python/gbinder/gbinder-1.1.2-r1.ebuild | 20 ++++++++++---------- dev-python/gbinder/gbinder-9999.ebuild | 21 +++++++++++++++------ 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild index 1e2c069035..448486cbcd 100644 --- a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild +++ b/dev-python/gbinder/gbinder-1.1.2-r1.ebuild @@ -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 ) } diff --git a/dev-python/gbinder/gbinder-9999.ebuild b/dev-python/gbinder/gbinder-9999.ebuild index 809b0e6384..448486cbcd 100644 --- a/dev-python/gbinder/gbinder-9999.ebuild +++ b/dev-python/gbinder/gbinder-9999.ebuild @@ -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 ) }