Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dnaio/
Date: Wed, 23 Dec 2020 02:52:41
Message-Id: 1608691952.2f73e76cad9eeff44eba8b34aad6276c280d3baa.epsilon-0@gentoo
1 commit: 2f73e76cad9eeff44eba8b34aad6276c280d3baa
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 23 02:52:32 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 23 02:52:32 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f73e76c
7
8 dev-python/dnaio: version bump to 0.5.0
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-python/dnaio/dnaio-0.5.0.ebuild | 22 ++++++++++++++++++++++
14 1 file changed, 22 insertions(+)
15
16 diff --git a/dev-python/dnaio/dnaio-0.5.0.ebuild b/dev-python/dnaio/dnaio-0.5.0.ebuild
17 new file mode 100644
18 index 000000000..73615c246
19 --- /dev/null
20 +++ b/dev-python/dnaio/dnaio-0.5.0.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +PYTHON_COMPAT=( python3_{6..9} )
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="efficient reader for FASTA and FASTQ files"
31 +HOMEPAGE="https://pypi.python.org/pypi/xopen"
32 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +RDEPEND="
39 + ${PYTHON_DEPS}
40 + dev-python/xopen
41 +"
42 +
43 +# no tests in package