commit: bd45a75cb1ba4c088b79d53981d44eeaa45f9582 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Thu May 20 21:42:36 2021 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Thu May 20 21:42:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd45a75c
dev-python/dnaio: version bump to 0.5.1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/dnaio/dnaio-0.5.1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/dnaio/dnaio-0.5.1.ebuild b/dev-python/dnaio/dnaio-0.5.1.ebuild new file mode 100644 index 000000000..2a7885b90 --- /dev/null +++ b/dev-python/dnaio/dnaio-0.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..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 +" + +# no tests in package