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/clang-python/
Date: Fri, 21 Jan 2022 15:38:38
Message-Id: 1642779463.a80eeeebc330df17165b9c08ba7ce9cea297840d.mgorny@gentoo
1 commit: a80eeeebc330df17165b9c08ba7ce9cea297840d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 12:42:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:37:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80eeeeb
7
8 dev-python/clang-python: Bump to EAPI 8
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/clang-python/clang-python-13.0.1.9999.ebuild | 6 +++---
13 dev-python/clang-python/clang-python-13.0.1_rc3.ebuild | 4 ++--
14 dev-python/clang-python/clang-python-14.0.0.9999.ebuild | 6 +++---
15 3 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-python/clang-python/clang-python-13.0.1.9999.ebuild b/dev-python/clang-python/clang-python-13.0.1.9999.ebuild
18 index 921f7735340a..fb6456619641 100644
19 --- a/dev-python/clang-python/clang-python-13.0.1.9999.ebuild
20 +++ b/dev-python/clang-python/clang-python-13.0.1.9999.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 -PYTHON_COMPAT=( python3_{7..10} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31 inherit llvm.org python-r1
32
33 DESCRIPTION="Python bindings for sys-devel/clang"
34
35 diff --git a/dev-python/clang-python/clang-python-13.0.1_rc3.ebuild b/dev-python/clang-python/clang-python-13.0.1_rc3.ebuild
36 index 65aab706b6c8..fb6456619641 100644
37 --- a/dev-python/clang-python/clang-python-13.0.1_rc3.ebuild
38 +++ b/dev-python/clang-python/clang-python-13.0.1_rc3.ebuild
39 @@ -1,9 +1,9 @@
40 # Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=7
44 +EAPI=8
45
46 -PYTHON_COMPAT=( python3_{7..10} )
47 +PYTHON_COMPAT=( python3_{8..10} )
48 inherit llvm.org python-r1
49
50 DESCRIPTION="Python bindings for sys-devel/clang"
51
52 diff --git a/dev-python/clang-python/clang-python-14.0.0.9999.ebuild b/dev-python/clang-python/clang-python-14.0.0.9999.ebuild
53 index 921f7735340a..fb6456619641 100644
54 --- a/dev-python/clang-python/clang-python-14.0.0.9999.ebuild
55 +++ b/dev-python/clang-python/clang-python-14.0.0.9999.ebuild
56 @@ -1,9 +1,9 @@
57 -# Copyright 1999-2021 Gentoo Authors
58 +# Copyright 1999-2022 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 -EAPI=7
62 +EAPI=8
63
64 -PYTHON_COMPAT=( python3_{7..10} )
65 +PYTHON_COMPAT=( python3_{8..10} )
66 inherit llvm.org python-r1
67
68 DESCRIPTION="Python bindings for sys-devel/clang"