commit: 151c5a991dc9f30e3462abcaf6fa6f70b4dfad44
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 00:16:04 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 14:11:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=151c5a99
dev-python/dnaio: dependency for cutadapt
fast reader for FASTA FASTQ files
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/dnaio/dnaio-0.4.2.ebuild | 20 ++++++++++++++++++++
dev-python/dnaio/metadata.xml | 12 ++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/dnaio/dnaio-0.4.2.ebuild
b/dev-python/dnaio/dnaio-0.4.2.ebuild
new file mode 100644
index 000000000..18c372450
--- /dev/null
+++ b/dev-python/dnaio/dnaio-0.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="efficient reader for FASTA and FASTQ files"
+HOMEPAGE="https://pypi.python.org/pypi/xopen"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/xopen
+"
diff --git a/dev-python/dnaio/metadata.xml b/dev-python/dnaio/metadata.xml
new file mode 100644
index 000000000..e97c4322a
--- /dev/null
+++ b/dev-python/dnaio/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+</pkgmetadata>