aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-02 11:29:31 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-02 11:29:31 +0100
commita122f882998be7db17732b68798986f451d55eb4 (patch)
treeb595098f9d9a63b69c029b30e03b9bfe46b92058
parentsci-biology/msautil: EAPI bump (diff)
downloadsci-a122f882998be7db17732b68798986f451d55eb4.tar.gz
sci-a122f882998be7db17732b68798986f451d55eb4.tar.bz2
sci-a122f882998be7db17732b68798986f451d55eb4.zip
sci-biology/nwalign3: fix python dependencies
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-biology/nwalign3/nwalign3-0.1.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/nwalign3/nwalign3-0.1.2.ebuild b/sci-biology/nwalign3/nwalign3-0.1.2.ebuild
index 6f523bc7f..7c2b96bb6 100644
--- a/sci-biology/nwalign3/nwalign3-0.1.2.ebuild
+++ b/sci-biology/nwalign3/nwalign3-0.1.2.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Needleman-Wunsch global sequence alignment in python3"
HOMEPAGE="https://github.com/briney/nwalign3"
-SRC_URI="mirror://pypi/n/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
DEPEND="
dev-python/numpy