Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/HTSeq/
Date: Mon, 03 Aug 2020 16:56:09
Message-Id: 1596473675.774908698f411d554226b066ec933a64afca0c4f.soap@gentoo
1 commit: 774908698f411d554226b066ec933a64afca0c4f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 16:54:35 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 16:54:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77490869
7
8 sci-biology/HTSeq: Sync live ebuild
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/HTSeq/HTSeq-9999.ebuild | 14 ++++++++------
14 1 file changed, 8 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-biology/HTSeq/HTSeq-9999.ebuild b/sci-biology/HTSeq/HTSeq-9999.ebuild
17 index 18a07a7b9f9..1f5693d9a13 100644
18 --- a/sci-biology/HTSeq/HTSeq-9999.ebuild
19 +++ b/sci-biology/HTSeq/HTSeq-9999.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python3_6 )
28 +PYTHON_COMPAT=( python3_{6..9} )
29
30 inherit distutils-r1
31
32 @@ -12,9 +12,11 @@ HOMEPAGE="https://htseq.readthedocs.io/"
33
34 if [[ ${PV} == *9999 ]]; then
35 inherit git-r3
36 - EGIT_REPO_URI="https://github.com/simon-anders/htseq.git"
37 + EGIT_REPO_URI="https://github.com/htseq/htseq.git"
38 else
39 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 + SRC_URI="https://github.com/htseq/htseq/archive/release_${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 + S="${WORKDIR}"/htseq-release_${PV}
43 KEYWORDS="~amd64"
44 fi
45
46 @@ -25,7 +27,7 @@ RDEPEND="
47 dev-python/numpy[${PYTHON_USEDEP}]
48 dev-python/matplotlib[${PYTHON_USEDEP}]
49 sci-biology/pysam[${PYTHON_USEDEP}]"
50 -DEPEND="
51 - ${RDEPEND}
52 +DEPEND="${RDEPEND}"
53 +BDEPEND="
54 >=dev-lang/swig-3.0.8
55 dev-python/cython[${PYTHON_USEDEP}]"