commit: 18b0edc37e3cb752898e1abb17cd78af0ff94fd4
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Mar 25 04:45:09 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Mar 25 04:45:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=18b0edc3
sci-biology/pyfaidx: add 0.7.2.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild
b/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild
new file mode 100644
index 000000000..6f59187a6
--- /dev/null
+++ b/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Efficient pythonic random access to fasta subsequences"
+HOMEPAGE="https://pypi.python.org/pypi/pyfaidx
https://github.com/mdshw5/pyfaidx"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Test issues reported upstream:
+# https://github.com/mdshw5/pyfaidx/issues/208
+RESTRICT="test"
+
+REPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest