commit:     a122f882998be7db17732b68798986f451d55eb4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Feb  2 10:29:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Feb  2 10:29:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a122f882

sci-biology/nwalign3: fix python dependencies

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

 sci-biology/nwalign3/nwalign3-0.1.2.ebuild | 10 +++++-----
 1 file 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

Reply via email to