commit:     a1945ac9b929f5720f2df22b7866dbc980fe5f4c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 12:08:00 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 12:08:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1945ac9

sci-biology/hisat2: EAPI bump

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

 sci-biology/hisat2/hisat2-2.2.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-biology/hisat2/hisat2-2.2.1.ebuild 
b/sci-biology/hisat2/hisat2-2.2.1.ebuild
index 9c14faf23..8841bd445 100644
--- a/sci-biology/hisat2/hisat2-2.2.1.ebuild
+++ b/sci-biology/hisat2/hisat2-2.2.1.ebuild
@@ -1,17 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit python-r1
 
 DESCRIPTION="Align DNA reads to a population of genomes"
 HOMEPAGE="
        https://ccb.jhu.edu/software/hisat2
-       https://github.com/infphilo/hisat2";
-SRC_URI="https://cloud.biohpc.swmed.edu/index.php/s/fE9QCsX3NH4QwBi/download 
-> ${P}.zip"
+       https://github.com/DaehwanKimLab/hisat2";
+SRC_URI="https://github.com/DaehwanKimLab/hisat2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse2"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="${PYTHON_DEPS} app-arch/unzip"
+DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-respect_CXXFLAGS.patch )

Reply via email to