commit: 34829b30cff6c071347b5818f7530340168a4775
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 13:36:34 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 06:25:30 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=34829b30
sci-biology/ncbi-genome-download: version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
...-0.2.2.ebuild => ncbi-genome-download-0.3.0.ebuild} | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild
b/sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild
similarity index 54%
rename from sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild
rename to sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild
index fe3d0f2d4..1afb771c5 100644
--- a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.2.2.ebuild
+++ b/sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 python-r1
+inherit distutils-r1
DESCRIPTION="Download genomes from the NCBI FTP servers"
HOMEPAGE="https://github.com/kblin/ncbi-genome-download"
@@ -14,7 +15,10 @@ SRC_URI="https://github.com/kblin/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
+BDEPEND="test? (
+ dev-python/requests-mock[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest