Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylibacl/
Date: Fri, 24 Jan 2020 19:18:58
Message-Id: 1579893521.cc16404c566bd4ca9c407e792179262e5641a938.mgorny@gentoo
1 commit: cc16404c566bd4ca9c407e792179262e5641a938
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 24 08:02:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 24 19:18:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc16404c
7
8 dev-python/pylibacl: Enable py3.8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pylibacl/pylibacl-0.5.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pylibacl/pylibacl-0.5.3.ebuild b/dev-python/pylibacl/pylibacl-0.5.3.ebuild
16 index 1a57be2ea0d..fe492631df2 100644
17 --- a/dev-python/pylibacl/pylibacl-0.5.3.ebuild
18 +++ b/dev-python/pylibacl/pylibacl-0.5.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
25
26 inherit distutils-r1
27
28 @@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
29 S="${WORKDIR}/${PN}-${PN}-v${PV}"
30
31 python_test() {
32 - if ! "${PYTHON}" test/test_acls.py; then
33 + if ! "${EPYTHON}" test/test_acls.py -v; then
34 eerror
35 eerror "If you got the following errors:"
36 eerror "\"IOError: [Errno 95] Operation not supported\","