commit: 9866b0e789c6a7d9df37152fb0a028bc0b00b575
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 05:33:09 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 05:33:09 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9866b0e7
sci-biology/pyfaidx: version bump 0.5.9.1
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../{pyfaidx-0.4.8.1.ebuild => pyfaidx-0.5.9.1.ebuild} | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
similarity index 55%
rename from sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
rename to sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
index abea85b56..5c3bdaf6f 100644
--- a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
+++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
@@ -1,17 +1,21 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Efficient pythonic random access to fasta subsequences"
HOMEPAGE="https://pypi.python.org/pypi/pyfaidx"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/mdshw5/pyfaidx/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+
+REPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose