commit:     1d87d213225badbbf304e163a61815219052cca4
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Nov 30 22:33:40 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Nov 30 22:33:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d87d213

sci-biology/kat: version bump, blocked by upstream issue #61

Package-Manager: portage-2.3.2

 sci-biology/kat/{kat-2.1.1.ebuild => kat-2.2.0.ebuild} | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sci-biology/kat/kat-2.1.1.ebuild b/sci-biology/kat/kat-2.2.0.ebuild
similarity index 62%
rename from sci-biology/kat/kat-2.1.1.ebuild
rename to sci-biology/kat/kat-2.2.0.ebuild
index 8133fdb..38ddae2 100644
--- a/sci-biology/kat/kat-2.1.1.ebuild
+++ b/sci-biology/kat/kat-2.2.0.ebuild
@@ -4,7 +4,9 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_4,3_5} ) # requires python >= 3.1
+PYTHON_COMPAT=( python{2_7,3_4,3_5} ) # 
https://github.com/Ensembl/Bio-DB-HTS/issues/30
+
+inherit python-r1
 
 DESCRIPTION="K-mer Analysis Toolkit (histogram, filter, compare sets, plot)"
 HOMEPAGE="https://github.com/TGAC/KAT";
@@ -19,4 +21,8 @@ DEPEND="dev-libs/boost:0
        dev-python/matplotlib
        sci-visualization/gnuplot"
 RDEPEND="${DEPEND}"
-# contains bundled modified version of jellyfish-2.2.
+# contains bundled modified version of jellyfish-2.2 which should install 
under different filenames
+
+src_configure(){
+       econf PYTHON_VERSION="${PYTHON_SINGLE_TARGET}"
+}

Reply via email to