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 EB40B15800F for ; Fri, 17 Feb 2023 07:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EA73E07EE; Fri, 17 Feb 2023 07:15:30 +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 02A40E07EE for ; Fri, 17 Feb 2023 07:15:29 +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 150C133BF08 for ; Fri, 17 Feb 2023 07:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72CF48AE for ; Fri, 17 Feb 2023 07:15:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676616490.3a72847676b1eab773b0c93fe6a41109651ff329.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylibacl/pylibacl-0.6.0-r1.ebuild dev-python/pylibacl/pylibacl-0.6.0.ebuild X-VCS-Directories: dev-python/pylibacl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a72847676b1eab773b0c93fe6a41109651ff329 X-VCS-Branch: master Date: Fri, 17 Feb 2023 07:15:27 +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: 3622986d-f99e-464d-9ba1-1b854b1c4fac X-Archives-Hash: 73b7a53f5e9ae3124a506562ffa46a0b commit: 3a72847676b1eab773b0c93fe6a41109651ff329 Author: Sam James gentoo org> AuthorDate: Fri Feb 17 06:34:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 06:48:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a728476 dev-python/pylibacl: enable py3.11, PEP517 Signed-off-by: Sam James gentoo.org> .../{pylibacl-0.6.0.ebuild => pylibacl-0.6.0-r1.ebuild} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-python/pylibacl/pylibacl-0.6.0.ebuild b/dev-python/pylibacl/pylibacl-0.6.0-r1.ebuild similarity index 81% rename from dev-python/pylibacl/pylibacl-0.6.0.ebuild rename to dev-python/pylibacl/pylibacl-0.6.0-r1.ebuild index 040aeeee24e0..d5d6d50574b7 100644 --- a/dev-python/pylibacl/pylibacl-0.6.0.ebuild +++ b/dev-python/pylibacl/pylibacl-0.6.0-r1.ebuild @@ -1,33 +1,35 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) +EAPI=8 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" HOMEPAGE=" https://pylibacl.k1024.org/ https://pypi.org/project/pylibacl/ - https://github.com/iustin/pylibacl/" + https://github.com/iustin/pylibacl/ +" SRC_URI=" https://github.com/iustin/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" + -> ${P}.gh.tar.gz +" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ~mips ppc ppc64 sparc x86" RDEPEND="sys-apps/acl" -DEPEND=${RDEPEND} +DEPEND="${RDEPEND}" distutils_enable_sphinx doc distutils_enable_tests pytest python_test() { - if ! pytest -vv; then + if ! nonfatal epytest ; then eerror eerror "If you got the following errors:" eerror "\"IOError: [Errno 95] Operation not supported\","