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: sci-chemistry/pymol/
Date: Fri, 27 Sep 2019 17:33:58
Message-Id: 1569605623.e879367f72e6f019c005cb19ea0d337841834654.mgorny@gentoo
1 commit: e879367f72e6f019c005cb19ea0d337841834654
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 17:30:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 17:33:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e879367f
7
8 sci-chemistry/pymol: Dep on dev-python/pmw directly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild | 2 +-
13 sci-chemistry/pymol/pymol-2.3.0-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild
17 index c2bedf7ca9d..0bcafb2e322 100644
18 --- a/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild
19 +++ b/sci-chemistry/pymol/pymol-1.8.4.0-r1.ebuild
20 @@ -23,6 +23,7 @@ IUSE="web"
21
22 DEPEND="
23 dev-python/numpy[${PYTHON_USEDEP}]
24 + dev-python/pmw:py2[${PYTHON_USEDEP}]
25 dev-python/pyopengl[${PYTHON_USEDEP}]
26 media-libs/freeglut
27 media-libs/freetype:2
28 @@ -30,7 +31,6 @@ DEPEND="
29 media-libs/libpng:0=
30 media-video/mpeg-tools
31 sys-libs/zlib
32 - virtual/python-pmw[${PYTHON_USEDEP}]
33 !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}]
34 web? ( !dev-python/webpy[${PYTHON_USEDEP}] )"
35 RDEPEND="${DEPEND}"
36
37 diff --git a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild
38 index 89aef82c8e9..b84c2769806 100644
39 --- a/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild
40 +++ b/sci-chemistry/pymol/pymol-2.3.0-r1.ebuild
41 @@ -23,6 +23,7 @@ DEPEND="
42 dev-libs/msgpack[cxx]
43 dev-libs/mmtf-cpp
44 dev-python/numpy[${PYTHON_USEDEP}]
45 + dev-python/pmw:py2[${PYTHON_USEDEP}]
46 dev-python/pyopengl[${PYTHON_USEDEP}]
47 dev-python/PyQt5[opengl,${PYTHON_USEDEP}]
48 dev-python/numpy[${PYTHON_USEDEP}]
49 @@ -32,7 +33,6 @@ DEPEND="
50 media-libs/libpng:0=
51 media-video/mpeg-tools
52 sys-libs/zlib
53 - virtual/python-pmw[${PYTHON_USEDEP}]
54 !sci-chemistry/pymol-apbs-plugin[${PYTHON_USEDEP}]
55 web? ( !dev-python/webpy[${PYTHON_USEDEP}] )"
56 RDEPEND="${DEPEND}"