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 A87BF158041 for ; Wed, 6 Mar 2024 23:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931DFE29D7; Wed, 6 Mar 2024 23:21:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72AC9E29D7 for ; Wed, 6 Mar 2024 23:21:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67D37343065 for ; Wed, 6 Mar 2024 23:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAEB514D7 for ; Wed, 6 Mar 2024 23:21:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1709767280.d16a0ef2967fc22628b8da2e49441724c6e28642.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-netlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-netlink/python-netlink-0.1.ebuild X-VCS-Directories: dev-python/python-netlink/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d16a0ef2967fc22628b8da2e49441724c6e28642 X-VCS-Branch: master Date: Wed, 6 Mar 2024 23:21:25 +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: 832f48be-9a82-4a87-bb3c-92e42c2467c0 X-Archives-Hash: 04a02980cad93e19437b58535232a183 commit: d16a0ef2967fc22628b8da2e49441724c6e28642 Author: Zac Medico gentoo org> AuthorDate: Wed Mar 6 23:18:21 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 6 23:21:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16a0ef2 dev-python/python-netlink: enable PEP517 build Closes: https://bugs.gentoo.org/909958 Signed-off-by: Zac Medico gentoo.org> dev-python/python-netlink/python-netlink-0.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/python-netlink/python-netlink-0.1.ebuild b/dev-python/python-netlink/python-netlink-0.1.ebuild index 6f79613e74d4..986639b51678 100644 --- a/dev-python/python-netlink/python-netlink-0.1.ebuild +++ b/dev-python/python-netlink/python-netlink-0.1.ebuild @@ -1,9 +1,10 @@ -# 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="NetLink" @@ -16,6 +17,7 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="${DISTUTILS_DEPS}" RDEPEND="!dev-libs/libnl[python(-)]" python_prepare_all() {