commit: 421ae19c6a1e8b7c8f2d42990d9a951d1e4aa0a2
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 13:26:44 2024 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 13:33:30 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=421ae19c
dev-python/dnaio: new package, add 1.2.1
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
dev-python/dnaio/dnaio-1.2.1.ebuild | 27 +++++++++++++++++++++++++++
dev-python/dnaio/metadata.xml | 12 ++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/dnaio/dnaio-1.2.1.ebuild
b/dev-python/dnaio/dnaio-1.2.1.ebuild
new file mode 100644
index 000000000..63e3d4201
--- /dev/null
+++ b/dev-python/dnaio/dnaio-1.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="dnaio processes FASTQ, FASTA and uBAM files"
+HOMEPAGE="https://github.com/marcelm/dnaio/"
+SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="test"
+DEPEND="
+ dev-python/xopen[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ ${DEPEND}
+ test? ( dev-python/pytest )
+"
+distutils_enable_tests pytest
diff --git a/dev-python/dnaio/metadata.xml b/dev-python/dnaio/metadata.xml
new file mode 100644
index 000000000..7151605a5
--- /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="project">
+ <email>[email protected]</email>
+ <name>Gentoo Science</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">DNAio</remote-id>
+ <remote-id type="github">marcelm/dnaio</remote-id>
+ </upstream>
+</pkgmetadata>