Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/pysam/
Date: Sat, 09 Oct 2021 09:32:41
Message-Id: 1633771889.1c82ccd2949ea6d046c696906c83464ea9f43ec9.arthurzam@gentoo
1 commit: 1c82ccd2949ea6d046c696906c83464ea9f43ec9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:52:39 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:31:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c82ccd2
7
8 sci-biology/pysam: block <setuptools-58 for 0.16.0.1
9
10 Was fixed for 0.17.0
11
12 Bug: https://bugs.gentoo.org/812242
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 .../pysam/{pysam-0.16.0.1.ebuild => pysam-0.16.0.1-r1.ebuild} | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-biology/pysam/pysam-0.16.0.1.ebuild b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild
19 similarity index 92%
20 rename from sci-biology/pysam/pysam-0.16.0.1.ebuild
21 rename to sci-biology/pysam/pysam-0.16.0.1-r1.ebuild
22 index ec09bbe1f8c..e27c998bb91 100644
23 --- a/sci-biology/pysam/pysam-0.16.0.1.ebuild
24 +++ b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -18,10 +18,10 @@ SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33
34 RDEPEND="=sci-libs/htslib-1.10*:="
35 -DEPEND="${RDEPEND}
36 - dev-python/cython[${PYTHON_USEDEP}]
37 - dev-python/setuptools[${PYTHON_USEDEP}]"
38 +DEPEND="${RDEPEND}"
39 BDEPEND="
40 + dev-python/cython[${PYTHON_USEDEP}]
41 + <dev-python/setuptools-58[${PYTHON_USEDEP}]
42 test? (
43 =sci-biology/bcftools-1.10*
44 =sci-biology/samtools-1.10*