commit:     3a72847676b1eab773b0c93fe6a41109651ff329
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 06:34:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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\","

Reply via email to