Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/
Date: Sat, 31 Oct 2020 09:47:56
Message-Id: 1604137659.0bad8c8832e5840a2e10f55c7511af5e18ee0cb6.juippis@gentoo
1 commit: 0bad8c8832e5840a2e10f55c7511af5e18ee0cb6
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Fri Sep 18 20:03:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:47:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bad8c88
7
8 sys-cluster/hpx: Sync live ebuild
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-cluster/hpx/hpx-9999.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
18 index 168825c65b0..f8bb574e325 100644
19 --- a/sys-cluster/hpx/hpx-9999.ebuild
20 +++ b/sys-cluster/hpx/hpx-9999.ebuild
21 @@ -3,16 +3,16 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6..8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 if [[ ${PV} == 9999 ]] ; then
29 inherit git-r3
30 EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
31 else
32 - SRC_URI="https://stellar.cct.lsu.edu/files/${PN}_${PV}.tar.gz"
33 + SRC_URI="https://github.com/STEllAR-GROUP/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 fi
36 -inherit cmake fortran-2 python-single-r1 check-reqs multiprocessing
37 +inherit check-reqs cmake multiprocessing python-single-r1
38
39 DESCRIPTION="C++ runtime system for parallel and distributed applications"
40 HOMEPAGE="https://stellar.cct.lsu.edu/tag/hpx/"
41 @@ -35,7 +35,7 @@ BDEPEND="
42 $(python_gen_cond_dep '
43 dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
44 dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
45 - >=dev-python/breathe-4.14[${PYTHON_MULTI_USEDEP}]
46 + >=dev-python/breathe-4.22[${PYTHON_MULTI_USEDEP}]
47 ')
48 )
49 test? ( ${PYTHON_DEPS} )