commit:     a42d61b5cfa3b633832faa0b63e942e258118cce
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  1 05:37:10 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  1 05:37:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a42d61b5

sci-chemistry/chimera-bin: remove dep on python

the documentation says that python2.7 comes bundled with
the binaries

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild | 7 +------
 sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild 
b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild
index cb31dca65..b65625139 100644
--- a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild
+++ b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop xdg python-r1
+inherit desktop xdg
 
 DESCRIPTION="An extensible Molecular Modelling System"
 HOMEPAGE="https://www.cgl.ucsf.edu/chimera/";
@@ -15,8 +13,6 @@ SLOT="0"
 LICENSE="chimera"
 KEYWORDS="~amd64 ~x86"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 DEPEND="prefix? ( dev-util/patchelf )"
 RDEPEND="
        dev-lang/tcl
@@ -47,7 +43,6 @@ RDEPEND="
        x11-libs/libSM
        x11-libs/libXt
        x11-libs/libGLw
-       ${PYTHON_DEPS}
 "
 
 S="${WORKDIR}"

diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild 
b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild
index cb31dca65..b65625139 100644
--- a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild
+++ b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-
-inherit desktop xdg python-r1
+inherit desktop xdg
 
 DESCRIPTION="An extensible Molecular Modelling System"
 HOMEPAGE="https://www.cgl.ucsf.edu/chimera/";
@@ -15,8 +13,6 @@ SLOT="0"
 LICENSE="chimera"
 KEYWORDS="~amd64 ~x86"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 DEPEND="prefix? ( dev-util/patchelf )"
 RDEPEND="
        dev-lang/tcl
@@ -47,7 +43,6 @@ RDEPEND="
        x11-libs/libSM
        x11-libs/libXt
        x11-libs/libGLw
-       ${PYTHON_DEPS}
 "
 
 S="${WORKDIR}"

Reply via email to