diff options
| author | Sam James <sam@gentoo.org> | 2023-02-17 06:34:53 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-02-17 06:48:10 +0000 |
| commit | 3a72847676b1eab773b0c93fe6a41109651ff329 (patch) | |
| tree | 77f382e878c17f26efdff8ef2307000ecb277292 /dev-python | |
| parent | 35cff4dbb31d71e3ba248b2d5a73c61d6b1b712c (diff) | |
| download | gentoo-3a72847676b1eab773b0c93fe6a41109651ff329.tar.gz gentoo-3a72847676b1eab773b0c93fe6a41109651ff329.tar.bz2 gentoo-3a72847676b1eab773b0c93fe6a41109651ff329.zip | |
dev-python/pylibacl: enable py3.11, PEP517
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pylibacl/pylibacl-0.6.0-r1.ebuild (renamed from dev-python/pylibacl/pylibacl-0.6.0.ebuild) | 16 |
1 files 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 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\"," |
