Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pytorch-lightning/
Date: Sun, 03 Jul 2022 08:46:33
Message-Id: 1656837968.e945ddff91767ccf117d5ab671d981ac54172796.andrewammerlaan@gentoo
1 commit: e945ddff91767ccf117d5ab671d981ac54172796
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 08:46:08 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:46:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e945ddff
7
8 dev-python/pytorch-lightning: port to ::gentoo version of pytorch
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
16 index 7b3ad5e3f..cf51f4e9b 100644
17 --- a/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
18 +++ b/dev-python/pytorch-lightning/pytorch-lightning-1.5.8.ebuild
19 @@ -4,7 +4,6 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{8..9} )
23 -DISTUTILS_SINGLE_IMPL=1
24
25 inherit distutils-r1
26
27 @@ -17,8 +16,7 @@ SLOT="0"
28 KEYWORDS="~amd64"
29
30 RDEPEND="
31 - sci-libs/pytorch[python,${PYTHON_SINGLE_USEDEP}]
32 - $(python_gen_cond_dep '
33 + sci-libs/pytorch[${PYTHON_USEDEP}]
34 dev-python/numpy[${PYTHON_USEDEP}]
35 dev-python/future[${PYTHON_USEDEP}]
36 dev-python/tqdm[${PYTHON_USEDEP}]
37 @@ -28,5 +26,4 @@ RDEPEND="
38 dev-python/packaging[${PYTHON_USEDEP}]
39 dev-python/typing-extensions[${PYTHON_USEDEP}]
40 dev-python/ratelimit[${PYTHON_USEDEP}]
41 - ')
42 "