From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1476633-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9F8FC15800F
	for <garchives@archives.gentoo.org>; Fri, 13 Jan 2023 09:18:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A5AECE07C5;
	Fri, 13 Jan 2023 09:18:30 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8ACCFE07C5
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 09:18:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2A960335D88
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 09:18:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B87824
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Jan 2023 09:18:27 +0000 (UTC)
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" <horea.christ@gmail.com>
Message-ID: <1673601028.8411b6dbba5a94a2e74255cf96c3bfa208f4b81a.chymera@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bx-python/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-biology/bx-python/bx-python-0.9.0.ebuild
X-VCS-Directories: sci-biology/bx-python/
X-VCS-Committer: chymera
X-VCS-Committer-Name: Horea Christian
X-VCS-Revision: 8411b6dbba5a94a2e74255cf96c3bfa208f4b81a
X-VCS-Branch: master
Date: Fri, 13 Jan 2023 09:18:27 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ad0ce50a-d1b1-4db6-9c29-3957cf613a4c
X-Archives-Hash: 2e33af73356aedfc9ae5ef6ec84cc522

commit:     8411b6dbba5a94a2e74255cf96c3bfa208f4b81a
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 09:10:28 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 09:10:28 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8411b6db

sci-biology/bx-python: add 0.9.0

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/bx-python/bx-python-0.9.0.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/sci-biology/bx-python/bx-python-0.9.0.ebuild b/sci-biology/bx-python/bx-python-0.9.0.ebuild
new file mode 100644
index 000000000..86ef4f79a
--- /dev/null
+++ b/sci-biology/bx-python/bx-python-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for rapid implementation of genome scale analyses"
+HOMEPAGE="https://github.com/bxlab/bx-python"
+SRC_URI="https://github.com/bxlab/bx-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+
+# has file collision with sci-biology/RSeQC
+
+# ToDo: fix doc building:
+# Reason: TemplateNotFound('i')
+#distutils_enable_sphinx doc/source