Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pyfaidx/
Date: Sun, 27 Sep 2020 05:33:19
Message-Id: 1601184789.9866b0e789c6a7d9df37152fb0a028bc0b00b575.chymera@gentoo
1 commit: 9866b0e789c6a7d9df37152fb0a028bc0b00b575
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 05:33:09 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 05:33:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9866b0e7
7
8 sci-biology/pyfaidx: version bump 0.5.9.1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 .../{pyfaidx-0.4.8.1.ebuild => pyfaidx-0.5.9.1.ebuild} | 12 ++++++++----
14 1 file changed, 8 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
17 similarity index 55%
18 rename from sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
19 rename to sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
20 index abea85b56..5c3bdaf6f 100644
21 --- a/sci-biology/pyfaidx/pyfaidx-0.4.8.1.ebuild
22 +++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
23 @@ -1,17 +1,21 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -PYTHON_COMPAT=( python2_7 )
32 +PYTHON_COMPAT=( python3_{6..9} )
33
34 inherit distutils-r1
35
36 DESCRIPTION="Efficient pythonic random access to fasta subsequences"
37 HOMEPAGE="https://pypi.python.org/pypi/pyfaidx"
38 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 +SRC_URI="https://github.com/mdshw5/pyfaidx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"
43 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
44 IUSE=""
45 +
46 +REPEND="dev-python/six[${PYTHON_USEDEP}]"
47 +
48 +distutils_enable_tests nose