From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 302E2158087 for ; Sat, 9 Oct 2021 09:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F92AE083D; Sat, 9 Oct 2021 09:32:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EE61E0824 for ; Sat, 9 Oct 2021 09:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C585D343297 for ; Sat, 9 Oct 2021 09:32:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF899B for ; Sat, 9 Oct 2021 09:32:37 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1633771889.1c82ccd2949ea6d046c696906c83464ea9f43ec9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/pysam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/pysam/pysam-0.16.0.1-r1.ebuild sci-biology/pysam/pysam-0.16.0.1.ebuild X-VCS-Directories: sci-biology/pysam/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1c82ccd2949ea6d046c696906c83464ea9f43ec9 X-VCS-Branch: master Date: Sat, 9 Oct 2021 09:32:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c126639-b887-480b-b279-ddffbee93dbe X-Archives-Hash: aafee8262da7f45071dd300dede96463 commit: 1c82ccd2949ea6d046c696906c83464ea9f43ec9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 9 08:52:39 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 9 09:31:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c82ccd2 sci-biology/pysam: block gentoo.org> .../pysam/{pysam-0.16.0.1.ebuild => pysam-0.16.0.1-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/pysam/pysam-0.16.0.1.ebuild b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild similarity index 92% rename from sci-biology/pysam/pysam-0.16.0.1.ebuild rename to sci-biology/pysam/pysam-0.16.0.1-r1.ebuild index ec09bbe1f8c..e27c998bb91 100644 --- a/sci-biology/pysam/pysam-0.16.0.1.ebuild +++ b/sci-biology/pysam/pysam-0.16.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,10 +18,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="=sci-libs/htslib-1.10*:=" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +