sci-biology/wgs-assembler: Remove 'unused' python eclass
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Feb 2017 15:47:00 +0000 (16:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 20 Feb 2017 15:51:33 +0000 (16:51 +0100)
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

index 2c6eeb885b8df5f1fb45569803097c88f3a4282f..dc0e09fe26c170a6c5ed9fd1a1d76dc07dcc51b1 100644 (file)
@@ -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