Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/
Date: Tue, 03 Jan 2023 18:16:58
Message-Id: 1672769332.a9d839cd446a33841bf0acb9ae5d3db2bf5cf5bc.andrewammerlaan@gentoo
1 commit: a9d839cd446a33841bf0acb9ae5d3db2bf5cf5bc
2 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
3 AuthorDate: Fri Dec 30 16:44:20 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 18:08:52 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9d839cd
7
8 sys-cluster/modules: update EAPI 7 -> 8
9
10 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
11 Closes: https://github.com/gentoo/sci/pull/1189
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 sys-cluster/modules/metadata.xml | 2 ++
15 sys-cluster/modules/modules-4.6.0-r1.ebuild | 6 +++---
16 2 files changed, 5 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-cluster/modules/metadata.xml b/sys-cluster/modules/metadata.xml
19 index a67a56343..4842f7c2c 100644
20 --- a/sys-cluster/modules/metadata.xml
21 +++ b/sys-cluster/modules/metadata.xml
22 @@ -18,6 +18,8 @@
23 </longdescription>
24 <upstream>
25 <remote-id type="sourceforge">modules</remote-id>
26 + <remote-id type="github">cea-hpc/modules</remote-id>
27 + <bugs-to>https://github.com/cea-hpc/modules/issues</bugs-to>
28 </upstream>
29 <use>
30 <flag name="compat">Build Modules version 3 compat support</flag>
31
32 diff --git a/sys-cluster/modules/modules-4.6.0-r1.ebuild b/sys-cluster/modules/modules-4.6.0-r1.ebuild
33 index c7450c636..c6ecedf73 100644
34 --- a/sys-cluster/modules/modules-4.6.0-r1.ebuild
35 +++ b/sys-cluster/modules/modules-4.6.0-r1.ebuild
36 @@ -1,9 +1,9 @@
37 # Copyright 2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=7
41 +EAPI=8
42
43 -PYTHON_COMPAT=( python3_{7..9} )
44 +PYTHON_COMPAT=( python3_{8..11} )
45
46 inherit autotools python-single-r1
47
48 @@ -27,7 +27,7 @@ DEPEND="
49 # lmod is strong blocked since both want to install a module binary
50 RDEPEND="
51 ${DEPEND}
52 - !!sys-cluster/lmod
53 + !sys-cluster/lmod
54 "
55 BDEPEND="
56 test? ( dev-util/dejagnu )