commit:     40cb9fa5d72e46893c9c13da1cc0f66aecd18b86
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:47:00 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:51:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40cb9fa5

sci-biology/wgs-assembler: Remove 'unused' python eclass

While the package checks for Python interpreter + headers, the check
is broken and fails anyway. Furthermore, the relevant component seems no
longer to be a part of the package.

 sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild 
b/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
index 2c6eeb885b..dc0e09fe26 100644
--- a/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
+++ b/sci-biology/wgs-assembler/wgs-assembler-7.0-r1.ebuild
@@ -4,9 +4,7 @@
 
 EAPI=4
 
-PYTHON_DEPEND=2
-
-inherit eutils python toolchain-funcs
+inherit eutils toolchain-funcs
 
 DESCRIPTION="The Celera de novo whole-genome shotgun DNA sequence assembler, 
aka CABOG"
 HOMEPAGE="https://sourceforge.net/projects/wgs-assembler/";
@@ -26,11 +24,6 @@ RDEPEND="${DEPEND}
 
 S="${WORKDIR}/wgs-${PV}"
 
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
 src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-build.patch

Reply via email to